diff --git a/docs/source/makingakit.rst b/docs/source/makingakit.rst index 5cdadb34..e8808d63 100644 --- a/docs/source/makingakit.rst +++ b/docs/source/makingakit.rst @@ -65,7 +65,6 @@ Navigating into this directory, we find the following notable files and director #. README.md -- Project description and typically landing page content rendered on GitHub #. docs/ -- Sphinx documentation template, instructions and build environment documented within! #. rmsfkit/ -- Python package source code template -#. setup.py -- Installation configuration file See `the cookiecutter documentation `_ for information on additional files. Using the cookiecutter checks off a couple of the requirements for a valid MDAKit right from the start: @@ -261,6 +260,7 @@ file. Under the ``[project.optional-dependencies]`` table, ensure that ] + Confirm that the code and tests work ************************************