Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
![Linux Build](https://github.com/jl-wynen/isle/workflows/Linux%20Build/badge.svg)
![MacOS Build](https://github.com/jl-wynen/isle/workflows/MacOS%20Build/badge.svg)
![Linux Build](https://github.com/evanberkowitz/isle/workflows/Linux%20Build/badge.svg)
![MacOS Build](https://github.com/evanberkowitz/isle/workflows/MacOS%20Build/badge.svg)

Simulating carbon nanostructures.

Expand Down Expand Up @@ -84,7 +84,7 @@ python3 setup.py test
Keep in mind that some tests take a long time because they need to process fairly big matrices in an inefficient way to make sure the efficient algorithms are correct.

# Documentation
The documentation is available online at https://jl-wynen.github.io/isle/
The documentation is available online at https://evanberkowitz.github.io/isle/

You can generate it locally by running
```
Expand Down
2 changes: 1 addition & 1 deletion src/isle/scripts/base_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from . import continuation

## Show at the end of help messages.
EPILOG = "See https://github.com/jl-wynen/isle"
EPILOG = "See https://github.com/evanberkowitz/isle"


def _run_show(args):
Expand Down