-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Get both sets of sphinx docs rendering properly
API docs had an issue with the theme, and the rtd docs are now pointing at the updating API docs.
- Loading branch information
Showing
19 changed files
with
190 additions
and
122 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
scikits-odes-core | ||
----------------- | ||
|
||
.. automodule:: scikits_odes_core | ||
:members: |
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,12 @@ | ||
scikits-odes-daepack | ||
==================== | ||
|
||
.. scikits_odes_daepack.ddaspkint | ||
.. ------------------------------ | ||
.. .. automodule:: scikits_odes_daepack.ddaspkint | ||
.. :members: | ||
.. | ||
.. scikits_odes_daepack.lsodiint | ||
.. ----------------------------- | ||
.. .. automodule:: scikits_odes_daepack.lsodiint | ||
.. :members: |
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,11 @@ | ||
Lower Level API | ||
=============== | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
core | ||
daepack | ||
sundials | ||
main | ||
compat |
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,23 @@ | ||
scikits-odes | ||
============ | ||
|
||
scikits_odes | ||
------------ | ||
.. automodule:: scikits_odes | ||
:members: | ||
|
||
scikits_odes.ode | ||
---------------- | ||
.. automodule:: scikits_odes.ode | ||
:members: | ||
|
||
scikits_odes.dae | ||
---------------- | ||
.. automodule:: scikits_odes.dae | ||
:members: | ||
|
||
scikits_odes.dopri5 | ||
-------------------- | ||
.. automodule:: scikits_odes.dopri5 | ||
:members: | ||
|
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,17 @@ | ||
scikits-odes-sundials | ||
===================== | ||
|
||
scikits_odes_sundials | ||
--------------------- | ||
.. automodule:: scikits_odes_sundials | ||
:members: | ||
|
||
scikits_odes_sundials.cvode | ||
--------------------------- | ||
.. automodule:: scikits_odes_sundials.cvode | ||
:members: | ||
|
||
scikits_odes_sundials.ida | ||
------------------------- | ||
.. automodule:: scikits_odes_sundials.ida | ||
:members: |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
sphinx>=1.4 | ||
sphinx_rtd_theme | ||
sphinx-rtd-theme | ||
sphinxcontrib-jquery | ||
docs-versions-menu |
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
Oops, something went wrong.