Skip to content

Commit 08b7288

Browse files
committed
doc fixes
- include nhaa_equilibrium in docs... - minor fixes
1 parent c2eec96 commit 08b7288

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

MDAnalysisData/base.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,10 @@
3737
from pkg_resources import resource_string
3838

3939
#: Default value for the cache directory. It can be changed by setting
40-
#: The environment variable :envvar:`MDANALYSIS_DATA`. The current
40+
#: the environment variable :envvar:`MDANALYSIS_DATA`. The current
4141
#: value should be queried with :func:`get_data_home`.
42+
#:
43+
#: .. SeeAlso:: :ref:`managing-data`.
4244
DEFAULT_DATADIR = join('~', 'MDAnalysis_data')
4345

4446
class Bunch(dict):
@@ -186,7 +188,7 @@ def _fetch_remote(remote, dirname=None):
186188

187189

188190
def _read_description(filename, description_dir='descr'):
189-
"""Read the description from restructured text file `descr`.
191+
"""Read the description from restructured text file.
190192
191193
Arguments
192194
---------
@@ -196,9 +198,10 @@ def _read_description(filename, description_dir='descr'):
196198
Note
197199
----
198200
All description files are supposed to be stored in the directory
199-
``description_dir`="descr"` that lives in the same directory as
201+
`description_dir` ``="descr"`` that lives in the same directory as
200202
the :mod:`MDAnalysisData.base` module file. All descriptions are
201203
assumed to be in restructured text format and in UTF-8 encoding.
204+
202205
"""
203206
# The descr directory should be in the same directory as this file base.py.
204207
# `resource_string` returns bytes, which we need to decode to UTF-8

MDAnalysisData/descr/nhaa_equilibrium.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
.. _`nhaa-equilibrium-dataset`:
44

55
NhaA equilibrium trajectory dataset
6-
==================================
6+
===================================
77

88
Molecular dynamics (MD) trajectory of the NhaA membrane protein in a
99
POPE:POPG 4:1 model membrane. The equilibrium simulation was performed

docs/helpers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ For users
1717
.. autoclass:: Bunch
1818
:members:
1919

20-
.. data:: DEFAULT_DATADIR
20+
.. autodata:: DEFAULT_DATADIR
2121

2222
.. autofunction:: get_data_home
2323

docs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,5 @@ of pull requests are very welcome.
8787
adk_equilibrium
8888
adk_transitions
8989
ifabp_water
90+
nhaa_equilibrium
9091
vesicles

0 commit comments

Comments
 (0)