From 662ebb3c068e2ccc1c6167ea94181cdbc5947ea0 Mon Sep 17 00:00:00 2001 From: "Christian T. Jacobs" Date: Sat, 28 May 2016 14:19:28 +0100 Subject: [PATCH] Update the documentation to refer to 'python3'. --- README.md | 4 ++-- docs/source/getting_started.rst | 2 +- docs/source/introduction.rst | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 77a31e7..37b8a0c 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Note: 'sudo' may be needed for this. Once installed, the following command will Alternatively, PyQSO can be run (without installing) with: - `python bin/pyqso` + `python3 bin/pyqso` from PyQSO's base directory. @@ -49,7 +49,7 @@ The PyQSO documentation is stored in the `docs` directory. It can be built with which will produce an HTML version of the documentation in `docs/build/html` that can be opened in a web browser. -Alternatively, a ready-built version of the PyQSO documentation can be found on [Read the Docs](http://pyqso.readthedocs.org/en/latest/). +Alternatively, a ready-built version of the PyQSO documentation can be found on [Read the Docs](http://pyqso.readthedocs.io/). Dependencies ------------ diff --git a/docs/source/getting_started.rst b/docs/source/getting_started.rst index ef9e0ad..cc1c7ad 100644 --- a/docs/source/getting_started.rst +++ b/docs/source/getting_started.rst @@ -38,7 +38,7 @@ Alternatively, PyQSO can be run (without installing) with: .. code-block:: bash - python bin/pyqso + python3 bin/pyqso from PyQSO's base directory. diff --git a/docs/source/introduction.rst b/docs/source/introduction.rst index f976776..065a877 100644 --- a/docs/source/introduction.rst +++ b/docs/source/introduction.rst @@ -57,7 +57,7 @@ log. Licensing --------- -PyQSO is free software, released under the GNU General Public License. Please see the file called ``COPYING`` for more information. +PyQSO is free software, released under the `GNU General Public License `_. Please see the file called ``COPYING`` for more information. Structure of this documentation -------------------------------