Skip to content

Commit 76045c7

Browse files
Fix formatting in installation documentation and enhance unittest framework reference
1 parent a9dfd70 commit 76045c7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/source/installation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Raysect is available from the python package repository `pypi <https://pypi.pyth
1616

1717
python -m pip install raysect
1818

19-
If you prefer to install Raysect from source, the source files can be downloaded from `pypi <https://pypi.python.org/pypi/raysect>`_ or from our `development repository <https://github.com/raysect/source>`_. Once you have the source files, locate the folder containing the pyproject.toml file and run::
19+
If you prefer to install Raysect from source, the source files can be downloaded from `pypi <https://pypi.python.org/pypi/raysect>`_ or from our `development repository <https://github.com/raysect/source>`_. Once you have the source files, locate the folder containing the ``pyproject.toml`` file and run::
2020

2121
python -m pip install .
2222

@@ -29,7 +29,7 @@ If you would like to play with the bleeding-edge code or contribute to developme
2929
Testing
3030
~~~~~~~
3131

32-
A selection of test scripts can be run using Python's built-in `unittest` framework.
32+
A selection of test scripts can be run using Python's built-in `unittest <https://docs.python.org/3/library/unittest.html>`_ framework.
3333
These tests are included in the source code and can be executed by running the following command in the source directory::
3434

3535
python -m unittest -v

0 commit comments

Comments
 (0)