Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
"openff.evaluator": ("https://docs.openforcefield.org/evaluator/en/stable", None),
"openff.recharge": ("https://docs.openforcefield.org/recharge/en/stable", None),
"openff.nagl": ("https://docs.openforcefield.org/nagl/en/stable", None),
"openff.nagl_models": ("https://docs.openforcefield.org/nagl-models/en/stable", None),
}
intersphinx_disabled_reftypes = ["*"]
myst_heading_anchors = 2
Expand Down
4 changes: 4 additions & 0 deletions source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ Specifications for SMIRNOFF and other standards defined by OpenFF can be found a
[`openff-nagl`](https://docs.openforcefield.org/projects/nagl)
: Train and use machine-learned partial charge models targetting molecular graphs

[`openff-nagl-models`](https://docs.openforcefield.org/projects/nagl-models)
: Load models used by OpenFF Nagl.

## Contact Us

Need help? Raise an issue on [GitHub], open a discussion on [OpenFF Discussions], or [email us]!
Expand Down Expand Up @@ -89,4 +92,5 @@ Fragmenter <https://docs.openforcefield.org/projects/fragmenter>
Evaluator <https://docs.openforcefield.org/projects/evaluator>
Recharge <https://docs.openforcefield.org/projects/recharge>
NAGL <https://docs.openforcefield.org/projects/nagl>
NAGL Models <https://docs.openforcefield.org/projects/nagl-models>
:::
Loading