-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #96 from mariuzka/mk/update_docs
Mk/update docs
- Loading branch information
Showing
11 changed files
with
1,651 additions
and
895 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,3 +1,15 @@ | ||
.wy-nav-content { | ||
max-width: 900px !important; | ||
} | ||
|
||
/* margin after code cells */ | ||
div.nbinput.nblast.docutils.container { | ||
margin-bottom: 15px; | ||
/* Adjust this value for more or less space after code cells */ | ||
} | ||
|
||
/* margin after output cells */ | ||
div.nboutput.nblast.docutils.container { | ||
margin-bottom: 25px; | ||
/* Adjust this value for more or less space after output cells */ | ||
} |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
.. currentmodule:: pop2net.creator | ||
|
||
Population Maker | ||
Creator | ||
================ | ||
|
||
.. autoclass:: Creator | ||
|
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 |
---|---|---|
|
@@ -10,6 +10,7 @@ API Reference | |
|
||
agent | ||
location | ||
magiclocation | ||
creator | ||
model | ||
utils |
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,9 @@ | ||
.. currentmodule:: pop2net | ||
|
||
MagicLocation | ||
======== | ||
|
||
The MagicLocation class is an interface to design specific network structures using the Creator. | ||
|
||
.. autoclass:: MagicLocation | ||
:members: |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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