Skip to content

Commit c0ec92a

Browse files
committed
nod to alchemtest
- added to credits - added in sidebar (it contains datasets for alchemical free energy calculations)
1 parent e912c20 commit c0ec92a

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

docs/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,8 @@
122122
'github_button': False,
123123
'github_banner': True,
124124
'extra_nav_links': {
125-
"MDAnalysis": "https://www.mdanalysis.org",
125+
"MDAnalysis": "https://www.mdanalysis.org/",
126+
"alchemtest": "https://alchemtest.readthedocs.io/",
126127
},
127128
'show_related': True,
128129
'fixed_sidebar': False,

docs/credits.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
The **MDAnalysisData** package is modelled after `sklearn.datasets
88
<http://scikit-learn.org/stable/modules/classes.html#module-sklearn.datasets>`_
99
and uses some of its code (under the `BSD 3-clause license
10-
<https://github.com/scikit-learn/scikit-learn/blob/master/COPYING>`_).
10+
<https://github.com/scikit-learn/scikit-learn/blob/master/COPYING>`_)
11+
and alchemtest_.
1112

1213
No data are included in this package; please see the `DESCR` attribute
1314
for each data set for authorship, citation, and license information
@@ -18,3 +19,5 @@ License v3.0`_ (or any later version).
1819

1920
.. _`GNU General Public License v3.0`:
2021
https://www.gnu.org/licenses/gpl-3.0.en.html
22+
23+
.. _alchemtest: https://alchemtest.readthedocs.io

0 commit comments

Comments
 (0)