Skip to content

Commit 00e036b

Browse files
author
Janneke van der Zwaan
committed
Update links to guide
1 parent 9d53935 commit 00e036b

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

{{cookiecutter.project_slug}}/README.rst

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ This repository is set up with Python versions: 2.7, 3.4, 3.5, and 3.6. Add or r
3434
Package management
3535
------------------
3636

37-
You can use either `pip` or `conda` for installing dependencies and package management. This repository does not force you to use one or the other, as project requirements differ. For advice on what to use, please check `the relevant section of the guide <https://guide.esciencecenter.nl/languages/python.html#dependencies-and-package-management>`_.
37+
You can use either `pip` or `conda` for installing dependencies and package management. This repository does not force you to use one or the other, as project requirements differ. For advice on what to use, please check `the relevant section of the guide <https://guide.esciencecenter.nl/best_practices/language_guides/python.html#dependencies-and-package-management>`_.
3838

3939
Packaging/One command install
4040
-----------------------------
4141

42-
You can distribute your code using pipy or conda. Again, the project template does not enforce the use of either one. `The guide <https://guide.esciencecenter.nl/languages/python.html#building-and-packaging-code>`_ can help you decide which tool to use for packaging.
42+
You can distribute your code using pipy or conda. Again, the project template does not enforce the use of either one. `The guide <https://guide.esciencecenter.nl/best_practices/language_guides/python.html#building-and-packaging-code>`_ can help you decide which tool to use for packaging.
4343

4444
Testing and code coverage
4545
-------------------------
@@ -59,6 +59,7 @@ Testing and code coverage
5959
- `Getting started with Travis CI <https://docs.travis-ci.com/user/getting-started/>`_
6060

6161
* TODO: add something about code quality/coverage tool?
62+
* `Relevant section in the guide <https://guide.esciencecenter.nl/best_practices/language_guides/python.html#testing>`_
6263

6364
Documentation
6465
-------------
@@ -79,13 +80,15 @@ Documentation
7980

8081
- Include the link to the documentation in this README_.
8182

83+
* `Relevant section in the guide <https://guide.esciencecenter.nl/best_practices/language_guides/python.html#writingdocumentation>`_
84+
8285
Coding style conventions and code quality
8386
-----------------------------------------
8487

8588
* Check your code style with ``prospector``
8689
* You may need run ``pip install .[dev]`` first, to install the required dependencies
8790
* You can use ``yapf`` to fix the readability of your code style and ``isort`` to format and group your imports
88-
* `Relevant section in the guide <https://guide.esciencecenter.nl/languages/python.html#coding-style-conventions>`_
91+
* `Relevant section in the guide <https://guide.esciencecenter.nl/best_practices/language_guides/python.html#coding-style-conventions>`_
8992

9093
CHANGELOG.rst
9194
------------
@@ -117,13 +120,13 @@ MANIFEST.in
117120
-----------
118121

119122
* List non-Python files that should be included in a source distribution
120-
* `Relevant section in the guide <https://guide.esciencecenter.nl/languages/python.html#building-and-packaging-code>`_
123+
* `Relevant section in the guide <https://guide.esciencecenter.nl/best_practices/language_guides/python.html#building-and-packaging-code>`_
121124

122125
NOTICE
123126
------
124127

125128
* List of licenses of the project and dependencies
126-
* `Relevant section in the guide <https://guide.esciencecenter.nl/software/licensing.html#noticetxtmd>`_
129+
* `Relevant section in the guide <https://guide.esciencecenter.nl/best_practices/licensing.html#notice>`_
127130

128131
Installation
129132
------------

0 commit comments

Comments
 (0)