You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.rst
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ So all code changes happen through Pull Requests (PRs).
24
24
25
25
Before adding your contribution, please take a moment to read through the following sections:
26
26
27
-
- The :ref:`Installation for contributors <installation_contributor>` help you to set up the developing environment and the pre-commit hooks.
27
+
- The `Installation for contributors <https://disdrodb.readthedocs.io/en/latest/installation.html#installation-for-contributors>`__ help you to set up the developing environment and the pre-commit hooks.
28
28
- The section `Contributing process <#contributing-process>`__ provides you with a brief overview of the steps that each DISDRODB developer must follow to contribute to the repository.
29
29
- The `Code review checklist <#code-review-checklist>`__ enable to speed up the code review process.
30
30
- The `Code of conduct <https://github.com/ltelab/disdrodb/blob/main/CODE_OF_CONDUCT.md>`__ details the expected behavior of all contributors.
@@ -80,15 +80,15 @@ Here is a brief overview of the steps that each DISDRODB developer must follow t
If you do not have a GitHub account yet, please create one `here <https://github.com/join>`__.
90
90
If you do not have yet Git installed on your computer, please install it following `these instructions <https://github.com/git-guides/install-git>`__.
91
-
Then, please follow the guidelines in the :ref:`Installation for contributors <installation_contributor>` section
91
+
Then, please follow the guidelines in the `Installation for contributors <https://disdrodb.readthedocs.io/en/latest/installation.html#installation-for-contributors>`__ section
92
92
to create the local copy of the disdrodb repository, set up the developing environment and the pre-commit hooks.
93
93
94
94
Once you have have a local copy of the disdrodb repository on your machine, you are ready to
@@ -184,9 +184,9 @@ extension to automatically create such preformatted docstring.
The convention we adopt for our docstrings is the numpydoc string convention.
192
192
@@ -267,7 +267,7 @@ The following tools are used:
267
267
268
268
For contributors interested in running the tests locally:
269
269
270
-
1. Ensure you have the :ref:`development environment <installation_standard>` correctly set up.
270
+
1. Ensure you have the `development environment <https://disdrodb.readthedocs.io/en/latest/installation.html#installation-for-contributors>`__ correctly set up.
271
271
2. Navigate to the disdrodb root directory.
272
272
3. Execute the following command to run the entire test suite:
0 commit comments