Skip to content

Commit

Permalink
docs refs 4
Browse files Browse the repository at this point in the history
  • Loading branch information
loriab committed May 14, 2024
1 parent 35b6d2f commit 2530706
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@
::: qcmanybody.qcng_computer.ManyBodyComputerQCNG
options:
show_root_heading: true
inherited_members: true
members: true

$pydantic: qcmanybody.qcng_computer.ManyBodyComputerQCNG
13 changes: 12 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,15 @@ For more information, see [Core interface](core-interface.md).
2. [High-level Interface](high-level-interface.md)
3. [Core Interface](core-interface.md)
4. [Results](results.md)
5. [How-To Guides](how-to-guides.md)
5. [How-To Guides](how-to-guides.md)

<!--
PYTHONPATH=docs/extensions:. mkdocs serve
python -m sphinx.ext.intersphinx 'https://molssi.github.io/QCManyBody/objects.inv'
python -m sphinx.ext.intersphinx 'http://127.0.0.1:8000/QCManyBody/objects.inv'
mkdocs build
-->
1 change: 1 addition & 0 deletions docs/qcschema.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
::: qcmanybody.models.BsseEnum
options:
show_root_heading: true
show_source: true


::: qcmanybody.models.ManyBodyKeywords
Expand Down
1 change: 0 additions & 1 deletion qcmanybody/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
from .manybody import ManyBodyCalculator
from .models import BsseEnum
from .utils import labeler, delabeler, resize_gradient, resize_hessian
from .qcng_computer import ManyBodyComputerQCNG

__version__ = version("qcmanybody")

0 comments on commit 2530706

Please sign in to comment.