File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 77 :alt: Travis CI
88
99.. image :: https://readthedocs.org/projects/stagpy/badge/?version=latest
10- :target: http ://stagpy.readthedocs.org/en/latest/?badge=latest
10+ :target: https ://stagpy.readthedocs.org/en/latest/?badge=latest
1111 :alt: Documentation Status
1212
1313.. image :: https://badge.fury.io/py/stagpy.svg
@@ -30,4 +30,4 @@ See `the complete documentation`__ for more information on the installation and
3030explanations on how to use StagPy.
3131
3232.. __ : https://pypi.org/project/stagpy/
33- .. __ : http ://stagpy.readthedocs.org
33+ .. __ : https ://stagpy.readthedocs.org
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ and update the needed packages::
4343
4444 % python3 -m pip install -U --user sphinx sphinx-rtd-theme
4545
46- .. _Sphinx : http ://www.sphinx-doc.org
46+ .. _Sphinx : https ://www.sphinx-doc.org
4747
4848Then, in the ``docs `` directory, run::
4949
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ following dependencies::
1313
1414 % conda install numpy scipy pandas h5py matplotlib setuptools_scm
1515
16- .. _Miniconda : http ://conda.pydata.org /miniconda.html
17- .. _Anaconda : https://www.continuum.io/downloads
16+ .. _Miniconda : https ://docs. conda.io/en/latest /miniconda.html
17+ .. _Anaconda : https://www.anaconda.com/distribution/#download-section
1818
1919Installation using ``pip ``
2020--------------------------
Original file line number Diff line number Diff line change 22
33StagPy is both a CLI tool and a powerful Python library. See the
44documentation at
5- http ://stagpy.readthedocs.io/en/stable/
5+ https ://stagpy.readthedocs.io/en/stable/
66
77If the environment variable STAGPY_ISOLATED is set to a truthy value, StagPy
88does not attempt to read any configuration file (including mplstyle).
You can’t perform that action at this time.
0 commit comments