Skip to content

Commit

Permalink
Merge pull request #76 from nidtec-una/74-prepare-for-third-release
Browse files Browse the repository at this point in the history
DOC: Update doctree generation
  • Loading branch information
jhabriel authored Sep 11, 2024
2 parents b5ed28c + 081473f commit 379e519
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = "J. Varela, G. Espínola and J. C. Cabral"

# The full version, including alpha/beta/rc tags
release = "v0.1.0"
release = "v0.3.0"


# -- General configuration ---------------------------------------------------
Expand Down
17 changes: 13 additions & 4 deletions docs/source/function_description.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,22 @@
Function description
********************

List of functions in the ``src`` folder.
List of solvers in ``src.solvers``
----------------------------------

----

.. automodule:: src
.. automodule:: src.solvers

.. autofunction:: pd_gmres
.. autofunction:: lgmres
.. autofunction:: gmres_e

List of utility functions in ``src.utils``
------------------------------------------

.. automodule:: src.utils

.. autofunction:: augmented_gram_schmidt_arnoldi
.. autofunction:: harmonic_ritz_vectors
.. autofunction:: modified_gram_schmidt_arnoldi
.. autofunction:: pd_rule
.. autofunction:: plane_rotations
Expand Down

0 comments on commit 379e519

Please sign in to comment.