Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
dugalh committed May 18, 2024
1 parent f44311d commit 795a233
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Orthority provides a command line interface and Python API for orthorectifying d
Installation
------------

Orthority is a python 3 package that can be installed with `pip <https://pip.pypa.io/>`_ or `conda <https://docs.conda.io/projects/miniconda>`_.
Orthority is a python 3 package that can be installed with `pip <https://pip.pypa.io/>`_ or `conda <https://docs.anaconda.com/free/miniconda/>`_.

pip
~~~
Expand Down
8 changes: 4 additions & 4 deletions docs/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ If installing with pip_, you can install dependencies and link the repository in
pip install -e .[tests]
If installing into a conda_ environment, it is best to install the `dependencies <https://github.com/leftfield-geospatial/orthority/blob/main/pyproject.yaml>`__ with ``conda`` first, before running the command above.
If installing into a conda_ environment, it is best to install the `dependencies <https://github.com/leftfield-geospatial/orthority/blob/main/pyproject.toml>`__ with ``conda`` first, before running the command above.

Please work on features in a new branch, and submit your changes as a `GitHub pull request <https://docs.github.com/articles/about-pull-requests>`__ for review. I recommend discussing possible pull requests in an issue beforehand.

Orthority uses `black <https://black.readthedocs.io>`__ for formatting (with settings in |pyproject.yaml|_), and the RST docstring style. Please include `pytest <https://docs.pytest.org>`__ unit tests with your code.
Orthority uses `black <https://black.readthedocs.io>`__ for formatting (with settings in |pyproject.toml|_), and the RST docstring style. Please include `pytest <https://docs.pytest.org>`__ unit tests with your code.

.. |pyproject.yaml| replace:: ``pyproject.yaml``
.. _pyproject.yaml: https://github.com/leftfield-geospatial/orthority/blob/main/pyproject.yaml
.. |pyproject.toml| replace:: ``pyproject.toml``
.. _pyproject.toml: https://github.com/leftfield-geospatial/orthority/blob/main/pyproject.toml
2 changes: 1 addition & 1 deletion docs/shared.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
.. _Rasterio: https://rasterio.readthedocs.io
.. _GDAL: https://gdal.org
.. _pip: https://pip.pypa.io
.. _conda: https://docs.conda.io/projects/miniconda
.. _conda: https://docs.anaconda.com/free/miniconda

0 comments on commit 795a233

Please sign in to comment.