Skip to content

Commit

Permalink
One last webhook check / doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
peterrrock2 committed Feb 6, 2024
1 parent 4959636 commit c1db819
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/user/install.rst
Expand Up @@ -120,8 +120,8 @@ terminal:
- **Windows**: ``.venv\Scripts\activate``
- **MacOS/Linux**: ``source .venv/bin/activate``

You should now see ``(.venv)`` at the beginning of your terminal prompt
now. This indicates that you are in the virtual environment, and are now
You should now see ``(.venv)`` at the beginning of your terminal prompt.
This indicates that you are in the virtual environment, and are now
ready to install GerryChain.

To install GerryChain from PyPI_, run ``pip install gerrychain`` from
Expand Down
3 changes: 2 additions & 1 deletion docs/user/quickstart.rst
Expand Up @@ -13,7 +13,8 @@ What you'll need
Before we can start running Markov chains, you'll need to:

* Install ``gerrychain`` from PyPI. See the :doc:`installation guide <./install>` for instructions.
* Download `this example json of Pennsylvania's VTDs <./PA_VTDs.json>`_.
* Download `this example json of Pennsylvania's VTDs

Check warning on line 16 in docs/user/quickstart.rst

View workflow job for this annotation

GitHub Actions / docs

Inline interpreted text or phrase reference start-string without end-string.
<https://github.com/mggg/GerryChain/blob/main/docs/_static/PA_VTDs.json>`_.

Check warning on line 17 in docs/user/quickstart.rst

View workflow job for this annotation

GitHub Actions / docs

Bullet list ends without a blank line; unexpected unindent.
* Open your preferred Python environment (e.g. JupyterLab, IPython, or a ``.py`` file
in your favorite editor) in the directory containing the ``PA_VTDs.json`` file

Check warning on line 19 in docs/user/quickstart.rst

View workflow job for this annotation

GitHub Actions / docs

Unexpected indentation.
that you downloaded.
Expand Down

0 comments on commit c1db819

Please sign in to comment.