diff --git a/source/conf.py b/source/conf.py index b6f467896..3e20e3fc6 100644 --- a/source/conf.py +++ b/source/conf.py @@ -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 diff --git a/source/index.md b/source/index.md index e7ac1cf88..6f435c19f 100644 --- a/source/index.md +++ b/source/index.md @@ -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]! @@ -89,4 +92,5 @@ Fragmenter Evaluator Recharge NAGL +NAGL Models :::