Skip to content

Commit

Permalink
Replace skeleton with copier in add-plans-and-devices.rst (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
joeshannon authored Mar 15, 2024
1 parent c7b5956 commit a8a9142
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/how-to/add-plans-and-devices.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ The code can be in any pip-installable package, such as:
* A Github repository
* A local directory with a ``pyproject.toml`` file or similar.

The easiest place to put the code is a repository created with the `python skeleton`_. Which can then become any of the above.
The easiest place to put the code is a repository created with the `python-copier-template`_. Which can then become any of the above.

.. seealso:: Guide to setting up a new Python project with an environment and a standard set of tools: `New Skeleton Project Tutorial`_
.. seealso:: Guide to setting up a new Python project with an environment and a standard set of tools: `Create a new repo from the template`_

For development purposes this code should be installed into your environment with

Expand Down Expand Up @@ -114,5 +114,5 @@ You can then clone projects into the scratch directory and blueapi will automati


.. _dodal: https://github.com/DiamondLightSource/dodal
.. _`python skeleton`: https://diamondlightsource.github.io/python3-pip-skeleton/main/index.html
.. _`New Skeleton Project Tutorial`: https://diamondlightsource.github.io/python3-pip-skeleton-cli/main/user/tutorials/new.html
.. _`python-copier-template`: https://diamondlightsource.github.io/python-copier-template/main/index.html
.. _`Create a new repo from the template`: https://diamondlightsource.github.io/python-copier-template/main/tutorials/create-new.html

0 comments on commit a8a9142

Please sign in to comment.