From c0ec92acbc96d5f84c571d58cf4aea1f53bdf4df Mon Sep 17 00:00:00 2001 From: Oliver Beckstein Date: Fri, 5 Oct 2018 14:56:48 -0700 Subject: [PATCH] nod to alchemtest - added to credits - added in sidebar (it contains datasets for alchemical free energy calculations) --- docs/conf.py | 3 ++- docs/credits.rst | 5 ++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 4efcc3e..205a723 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -122,7 +122,8 @@ 'github_button': False, 'github_banner': True, 'extra_nav_links': { - "MDAnalysis": "https://www.mdanalysis.org", + "MDAnalysis": "https://www.mdanalysis.org/", + "alchemtest": "https://alchemtest.readthedocs.io/", }, 'show_related': True, 'fixed_sidebar': False, diff --git a/docs/credits.rst b/docs/credits.rst index cb73b97..b464397 100644 --- a/docs/credits.rst +++ b/docs/credits.rst @@ -7,7 +7,8 @@ The **MDAnalysisData** package is modelled after `sklearn.datasets `_ and uses some of its code (under the `BSD 3-clause license -`_). +`_) +and alchemtest_. No data are included in this package; please see the `DESCR` attribute for each data set for authorship, citation, and license information @@ -18,3 +19,5 @@ License v3.0`_ (or any later version). .. _`GNU General Public License v3.0`: https://www.gnu.org/licenses/gpl-3.0.en.html + +.. _alchemtest: https://alchemtest.readthedocs.io