-
Notifications
You must be signed in to change notification settings - Fork 102
Expand file tree
/
Copy pathREADME.txt
More file actions
31 lines (20 loc) · 935 Bytes
/
README.txt
File metadata and controls
31 lines (20 loc) · 935 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
==================================
Building documentation for nmrglue
==================================
nmrglue uses Sphinx for building it's documentation. Sphinx version 2.1.0 has
been tested, earlier and later version may work.
Instructions
------------
1. Create and activate a environment with nmrglue dependencies, sphinx,
numpydoc and sphinx_rtd_theme installed. For example using conda:
conda create -n nmrglue_dev_38 python=3.8 numpy scipy pytest sphinx pip numpydoc sphinx_rtd_theme -c conda-forge
conda activate nmrglue_dev_38
2. Install nmrglue in editable mode using the following from the root
directory.
pip install -e .
3. Run ``make html``. in this directory.
The html documentation should be stored in the build/html directory.
ReadTheDocs
-----------
The documentation is automatically built for each commit by ReadTheDocs and
published to https://nmrglue.readthedocs.io