Skip to content

Commit

Permalink
Fix docs?
Browse files Browse the repository at this point in the history
  • Loading branch information
frostedoyster committed Sep 12, 2024
1 parent 498e566 commit 55847c7
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 10 deletions.
7 changes: 7 additions & 0 deletions docs/src/dev-docs/utils/additive/composition.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Composition model
#################

.. automodule:: metatrain.utils.additive.composition
:members:
:undoc-members:
:show-inheritance:
12 changes: 12 additions & 0 deletions docs/src/dev-docs/utils/additive/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Data
====

API for handling additive models in ``metatrain``. These are models that
can be added to one or more architectures.

.. toctree::
:maxdepth: 1

remove_additive
composition
zbl
7 changes: 7 additions & 0 deletions docs/src/dev-docs/utils/additive/remove_additive.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Removing additive contributions
###############################

.. automodule:: metatrain.utils.additive.remove
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/src/dev-docs/utils/additive/zbl.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
ZBL short-range potential
#########################

.. automodule:: metatrain.utils.additive.zbl
:members:
:undoc-members:
:show-inheritance:
7 changes: 0 additions & 7 deletions docs/src/dev-docs/utils/composition.rst

This file was deleted.

2 changes: 1 addition & 1 deletion docs/src/dev-docs/utils/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ This is the API for the ``utils`` module of ``metatrain``.
.. toctree::
:maxdepth: 1

additive/index
data/index
architectures
composition
devices
dtype
errors
Expand Down
5 changes: 3 additions & 2 deletions tests/resources/options.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
seed: 42

architecture:
name: experimental.nanopet
name: experimental.soap_bpnn
training:
batch_size: 8
batch_size: 2
num_epochs: 1

training_set:
systems:
Expand Down

0 comments on commit 55847c7

Please sign in to comment.