Skip to content

Commit

Permalink
Fixed formatting issue with docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wblumberg committed Sep 13, 2019
1 parent d3e40e0 commit b333bf6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ Welcome to SHARPpy's documentation!
:Release: |version|
:Date: |today|

FYI: This documentation describes the soon to be released Andover branch of SHARPpy, which are accessible only through cloning the Github repository.
:command:*FYI:* This documentation describes the soon to be released Andover branch of SHARPpy, which is accessible only through cloning the Github repository.

SHARPpy is a collection of open source sounding and hodograph analysis routines, a sounding plotting package, and an interactive, *cross-platform* application for analyzing real-time soundings all written in Python. It was developed to provide the atmospheric science community a free and consistent source of sounding analysis routines. SHARPpy is constantly updated and vetted by professional meteorologists and climatologists within the scientific community to help maintain a standard source of sounding routines.

We currently support Python >= 3.6 and will be dropping support for Python 2.7 in summer 2019.
We currently support Python >= 3.6.

Noteable Links
==============
Expand Down
6 changes: 4 additions & 2 deletions docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,15 +101,17 @@ We tend to name each version of SHARPpy after a famous tornado (e.g., Xenia). R
tend to have another name (such as andover). You can download those using the `checkout` command. For example:

.. prompt:: bash

git checkout andover

Once the package has been downloaded to your computer, use your command line to navigate into the SHARPpy directory and type this command in to install SHARPpy:
Once the package has been downloaded to your computer, use your command line to navigate into the SHARPpy directory.
If you want to use setuptools, type this command in to install SHARPpy:

.. prompt:: bash

python setup.py install

If you have pip, it may be installed via this command:
If you have pip, it can also be installed via this command:

.. prompt:: bash

Expand Down

0 comments on commit b333bf6

Please sign in to comment.