Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Feb 23, 2023
1 parent 2343af0 commit 96a9866
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/developer_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ Developer Notes
``stenv`` consists of several parts:

#. a mostly unconstrained Conda environment definition YAML file ``environment.yaml`` (see :ref:`environment_definition`)
#. a `GitHub Actions CI workflow <https://github.com/spacetelescope/stenv/actions/workflows/build.yml>`_ that automatically builds and tests the environment on several platforms
#. a `GitHub Actions CI workflow <https://github.com/spacetelescope/stenv/actions/workflows/build.yaml>`_ that automatically builds and tests the environment on several platforms
#. `regular GitHub releases <https://github.com/spacetelescope/stenv/releases>`_ with attached constrained Conda environment definition YAML files for every tested platform

.. _environment_definition:

Environment Definition
======================

.. literalinclude:: ../../environment.yml
.. literalinclude:: ../../environment.yaml
:language: yaml

0 comments on commit 96a9866

Please sign in to comment.