diff options
| author | Sean Wang <sean@decrypted.org> | 2015-02-18 19:19:21 -0800 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-02-22 09:36:51 -0500 |
| commit | f0780df608e2a8db487ac6e80d37d53d2912580d (patch) | |
| tree | 0b138fd10333d09325873a50545039c08fda100a /docs/howto | |
| parent | 1feeefe918e0f6ea6d633855549310dd149baed5 (diff) | |
[1.8.x] Fixed #24358 -- Corrected code-block directives for console sessions.
Backport of eba6dff581aa8bd6a1c08456e83e68ad09ae4ec3 from master
Diffstat (limited to 'docs/howto')
| -rw-r--r-- | docs/howto/deployment/wsgi/uwsgi.txt | 2 | ||||
| -rw-r--r-- | docs/howto/outputting-pdf.txt | 2 | ||||
| -rw-r--r-- | docs/howto/upgrade-version.txt | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/docs/howto/deployment/wsgi/uwsgi.txt b/docs/howto/deployment/wsgi/uwsgi.txt index 0afb57b9bd..89eb9b5698 100644 --- a/docs/howto/deployment/wsgi/uwsgi.txt +++ b/docs/howto/deployment/wsgi/uwsgi.txt @@ -24,7 +24,7 @@ The uWSGI wiki describes several `installation procedures`_. Using pip, the Python package manager, you can install any uWSGI version with a single command. For example: -.. code-block:: bash +.. code-block:: console # Install current stable version. $ pip install uwsgi diff --git a/docs/howto/outputting-pdf.txt b/docs/howto/outputting-pdf.txt index 4bc413e009..31ed83fa84 100644 --- a/docs/howto/outputting-pdf.txt +++ b/docs/howto/outputting-pdf.txt @@ -24,7 +24,7 @@ The ReportLab library is `available on PyPI`_. A `user guide`_ (not coincidentally, a PDF file) is also available for download. You can install ReportLab with ``pip``: -.. code-block:: bash +.. code-block:: console $ pip install reportlab diff --git a/docs/howto/upgrade-version.txt b/docs/howto/upgrade-version.txt index 82666d677b..3c9c1b8d78 100644 --- a/docs/howto/upgrade-version.txt +++ b/docs/howto/upgrade-version.txt @@ -52,7 +52,7 @@ might want to set up a new environment with all the dependencies first. Exactly which steps you will need to take depends on your installation process. The most convenient way is to use pip_ with the ``--upgrade`` or ``-U`` flag: -.. code-block:: bash +.. code-block:: console $ pip install -U Django @@ -74,7 +74,7 @@ warnings are silenced by default. It is useful to turn the warnings on so they are shown in the test output (you can also use the flag if you test your app manually using ``manage.py runserver``): -.. code-block:: bash +.. code-block:: console $ python -Wall manage.py test |
