Skip to content

Commit

Permalink
fix the dead link to python environments for development
Browse files Browse the repository at this point in the history
  • Loading branch information
JHu-s committed Sep 18, 2024
1 parent 1aa6760 commit 43fdcf2
Show file tree
Hide file tree
Showing 4 changed files with 753 additions and 732 deletions.
7 changes: 0 additions & 7 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,6 @@ Welcome to SuperNNova's documentation!
paper/index.rst
paper/paper.rst

.. toctree::
:glob:
:maxdepth: 1
:caption: Implemenatation of SWAG

Implementation of SWAG <swag_implementation>

.. toctree::
:glob:
:maxdepth: 1
Expand Down
2 changes: 1 addition & 1 deletion docs/installation/python.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ if you create environment from "conda_gpu_env.yml".
which poetry # should print <conda env>/bin/poetry
poetry install
For developers, please refer to `Notes for Developers <../notes_for_developers.md# Installing Development Dependencies>`_.
For developers, please refer to :ref:`dev-python-env`.


.. _DockerConfigurations:
Expand Down
1 change: 1 addition & 0 deletions docs/notes_for_developers.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ A local development copy of the code base can be obtained and configured as foll
Although not strictly necessary, it is recommended that you configure the branch permissions of any forked repositories as detailed in the *GitHub* configuration section below.
:::

(dev-python-env)=
# Python environments for development

Python development should always be managed using a Python environment. Both Conda and Poetry ([see here for an introduction](https://python-poetry.org)) are used to manage this project. It simplifies & helps with managing the following:
Expand Down
Loading

0 comments on commit 43fdcf2

Please sign in to comment.