Skip to content

Commit

Permalink
Merge pull request #195 from aragilar/more-docs
Browse files Browse the repository at this point in the history
Remove double-indexing in API docs
  • Loading branch information
aragilar authored Dec 15, 2024
2 parents 198313c + 233c0f4 commit 04d1c6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions apidocs/dae.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ DAE Solvers

.. autoclass:: scikits_odes.dae.dae
:members:
:no-index:
2 changes: 2 additions & 0 deletions apidocs/ode.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ solver and solution method used. Additionally, it is also possible to directly
use the low level interface to individual solvers.

.. autofunction:: scikits_odes.odeint.odeint
:no-index:

.. autoclass:: scikits_odes.ode.ode
:members:
:no-index:

0 comments on commit 04d1c6b

Please sign in to comment.