Skip to content

Commit f71ad52

Browse files
committed
correct more typos in docs
1 parent a0e6c8c commit f71ad52

File tree

3 files changed

+8
-27
lines changed

3 files changed

+8
-27
lines changed

docs/.index.rst.un~

1.56 KB
Binary file not shown.

docs/index.rst

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,7 @@ Documentation
1414
Installation
1515
------------
1616

17-
PyMS is written in Python 3 and depends on [pandas 0.23](https://pandas.pydata.org/), [NumPy](http://www.numpy.org/), [matplotlib](https://matplotlib.org/), [SciPy](https://matplotlib.org/), [statsmodels](https://www.statsmodels.org) and [TkInter](https://docs.python.org/3/library/tk.html). You can install them by running on the command line::
18-
python -m pip install <library name>
19-
20-
After installing SciPy, in order for PyMS to be able to import ``scipy.stats``, run::
21-
python -m pip install --upgrade scipy
22-
23-
TkInter is traditionally bundled with Python.
24-
25-
Install PyMS through pip::
26-
python -m pip install pyms-plot
27-
28-
## Running PyMS
29-
30-
Once PyMS is installed, you can run ``pyms`` on the command line. It may take a few seconds before the graphical interface appears.
17+
Please refer to the README file on the GibHub repository https://github.com/jschnab/pyms-plot.
3118

3219
Input data and file format
3320
--------------------------

docs/index.rst~

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,26 +14,20 @@ Documentation
1414
Installation
1515
------------
1616

17-
PyMS is written in Python 3 and depends on [pandas 0.23](https://pandas.pydata.org/), [NumPy](http://www.numpy.org/), [matplotlib](https://matplotlib.org/), [SciPy](https://matplotlib.org/), [statsmodels](https://www.statsmodels.org) and [TkInter](https://docs.python.org/3/library/tk.html). You can install them by running on the command line:
18-
```
19-
python -m pip install <library name>
20-
```
17+
PyMS is written in Python 3 and depends on [pandas 0.23](https://pandas.pydata.org/), [NumPy](http://www.numpy.org/), [matplotlib](https://matplotlib.org/), [SciPy](https://matplotlib.org/), [statsmodels](https://www.statsmodels.org) and [TkInter](https://docs.python.org/3/library/tk.html). You can install them by running on the command line::
18+
python -m pip install <library name>
2119

22-
After installing SciPy, in order for PyMS to be able to import `scipy.stats`, run:
23-
```
24-
python -m pip install --upgrade scipy
25-
```
20+
After installing SciPy, in order for PyMS to be able to import ``scipy.stats``, run::
21+
python -m pip install --upgrade scipy
2622

2723
TkInter is traditionally bundled with Python.
2824

29-
Install PyMS through pip:
30-
```
31-
python -m pip install pyms-plot
32-
```
25+
Install PyMS through pip::
26+
python -m pip install pyms-plot
3327

3428
## Running PyMS
3529

36-
Once PyMS is installed, you can run `pyms` on the command line. It may take a few seconds before the graphical interface appears.
30+
Once PyMS is installed, you can run ``pyms`` on the command line. It may take a few seconds before the graphical interface appears.
3731

3832
Input data and file format
3933
--------------------------

0 commit comments

Comments
 (0)