From c0098b4658a2f0eb84fb9ba2d85351291a6d9731 Mon Sep 17 00:00:00 2001 From: Peter Date: Tue, 6 Feb 2024 15:52:13 -0700 Subject: [PATCH] Update quickstart.rst --- docs/user/quickstart.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/user/quickstart.rst b/docs/user/quickstart.rst index 21451e7f..b5cdf8ce 100644 --- a/docs/user/quickstart.rst +++ b/docs/user/quickstart.rst @@ -13,8 +13,7 @@ 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 -`_. +* Download `this example json of Pennsylvania's VTDs `_. * 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 that you downloaded.