Skip to content

Commit

Permalink
help docs
Browse files Browse the repository at this point in the history
  • Loading branch information
loriab committed May 14, 2024
1 parent 5dd1827 commit 7c5024d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ plugins:
- search
- mkdocstrings:
default_handler: python
enable_inventory: true
handlers:
python:
paths: [.]
Expand All @@ -50,6 +51,7 @@ plugins:
merge_init_into_class: true
show_signature_annotations: true
signature_crossrefs: true
show_source: true
import:
- https://docs.python.org/3/objects.inv
- https://numpy.org/doc/stable/objects.inv
Expand Down
1 change: 1 addition & 0 deletions qcmanybody/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
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 7c5024d

Please sign in to comment.