From 401b445de5e85c4e52f04db44b001079dfe49e0e Mon Sep 17 00:00:00 2001 From: cocoatomo Date: Thu, 28 Sep 2017 00:37:21 +0900 Subject: [PATCH] Fix reST syntax errors --- docs/advanced.rst | 2 +- docs/basics.rst | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/advanced.rst b/docs/advanced.rst index bc1c48a7..f3415b7a 100644 --- a/docs/advanced.rst +++ b/docs/advanced.rst @@ -63,7 +63,7 @@ Magic. Pure, unadulterated magic. ☤ Deploying System Dependencies ------------------------------- +------------------------------- You can tell Pipenv to install things into its parent system with the ``--system`` flag:: diff --git a/docs/basics.rst b/docs/basics.rst index 14da5d21..d27503fb 100644 --- a/docs/basics.rst +++ b/docs/basics.rst @@ -1,4 +1,4 @@ -.. _advanced: +.. _basic: Basic Usage of Pipenv ===================== @@ -122,6 +122,7 @@ Example Pipfile.lock .. _initialization: + ☤ Importing from requirements.txt --------------------------------- @@ -250,7 +251,7 @@ Pipenv automatically honors both the ``python_full_version`` and ``python_versio The three primary commands you'll use in managing your pipenv environment are ``$ pipenv install``, ``$ pipenv uninstall``, and ``$ pipenv lock``. -.. _pipenv_install +.. _pipenv_install: $ pipenv install //////////////// @@ -283,7 +284,7 @@ The user can provide these additional parameters: - ``--ignore-pipfile`` — Ignore the ``Pipfile`` and install from the ``Pipfile.lock``. - ``--skip-lock`` — Ignore the ``Pipfile.lock`` and install from the ``Pipfile``. In addition, do not write out a ``Pipfile.lock`` reflecting changes to the ``Pipfile``. -.. _pipenv_uninstall +.. _pipenv_uninstall: $ pipenv uninstall ////////////////// @@ -295,7 +296,7 @@ as well as one additonal, ``--all``. but leave the Pipfile untouched. -.. _pipenv_lock +.. _pipenv_lock: $ pipenv lock /////////////