-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into dependabot/github_actions/softprops/action…
…-gh-release-2
- Loading branch information
Showing
53 changed files
with
76,391 additions
and
356 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# to call from root | ||
|
||
# clean up | ||
rm docs/source/sonata-network.rst | ||
rm -rf docs/source/sonata-network_files | ||
rm docs/source/nmc-portal.rst | ||
rm -rf docs/source/L5TTPC2_files | ||
rm docs/source/load_nwb.rst | ||
rm -rf docs/source/load_nwb_files | ||
|
||
# convert | ||
jupyter nbconvert --to rst examples/sonata-network/sonata-network.ipynb | ||
jupyter nbconvert --to rst examples/nmc-portal/L5TTPC2.ipynb | ||
jupyter nbconvert --to rst examples/neo/load_nwb.ipynb | ||
|
||
# move | ||
mv examples/sonata-network/sonata-network.rst docs/source/ | ||
mv examples/sonata-network/sonata-network_files docs/source/ | ||
mv examples/nmc-portal/L5TTPC2.rst docs/source/nmc-portal.rst | ||
mv examples/nmc-portal/L5TTPC2_files docs/source/ | ||
mv examples/neo/load_nwb.rst docs/source/ | ||
mv examples/neo/load_nwb_files docs/source/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.