Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
lan13005 committed Oct 26, 2023
1 parent 9a4930b commit 8f65210
Show file tree
Hide file tree
Showing 21 changed files with 328 additions and 3,542 deletions.
465 changes: 0 additions & 465 deletions _autosummary/PlotGen.html

This file was deleted.

465 changes: 0 additions & 465 deletions _autosummary/PlotGenRDF.html

This file was deleted.

465 changes: 0 additions & 465 deletions _autosummary/extract_ff.html

This file was deleted.

468 changes: 0 additions & 468 deletions _autosummary/fit.html

This file was deleted.

474 changes: 0 additions & 474 deletions _autosummary/mcmc.html

This file was deleted.

465 changes: 0 additions & 465 deletions _autosummary/mcmcOptimalMoves.html

This file was deleted.

29 changes: 0 additions & 29 deletions _sources/_autosummary/PlotGen.rst

This file was deleted.

29 changes: 0 additions & 29 deletions _sources/_autosummary/PlotGenRDF.rst

This file was deleted.

29 changes: 0 additions & 29 deletions _sources/_autosummary/extract_ff.rst

This file was deleted.

30 changes: 0 additions & 30 deletions _sources/_autosummary/fit.rst

This file was deleted.

32 changes: 0 additions & 32 deletions _sources/_autosummary/mcmc.rst

This file was deleted.

29 changes: 0 additions & 29 deletions _sources/_autosummary/mcmcOptimalMoves.rst

This file was deleted.

26 changes: 26 additions & 0 deletions _sources/api.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,30 @@
.. autosummary::
:toctree: _autosummary
:template: autosummary/module.rst

Detailed API documentation
==========================

fit
---
.. autofunction:: fit.performFit
.. autofunction:: fit.runFits

mcmc
----
.. autofunction:: mcmc.LogProb
.. autofunction:: mcmc.createMovesMixtureFromDict
.. autofunction:: mcmc.perform_mcmc
.. autofunction:: mcmc.draw_corner

extract_ff
----------
.. autofunction:: extract_ff.extract_ff

PlotGen
-------
.. autofunction:: PlotGen.PlotGen

PlotGenRDF
----------
.. autofunction:: PlotGenRDF.draw_histograms
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@

.. automodule:: {{ name }}
:members:
:inherited-members:
:undoc-members:
:show-inheritance:
Loading

0 comments on commit 8f65210

Please sign in to comment.