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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -229,7 +229,7 @@ you created the branch, check the section on
229
229
:ref:`updating a PR <contributing_changes_update-pull-request>`.
230
230
231
231
232
-
From here, you now can move forward to
232
+
From here, you now can move forward to
233
233
234
234
- contribute to the documentation (see below)
235
235
- contribute to the :ref:`code base <contributing_code>`
@@ -267,7 +267,7 @@ Some other important things to know about the docs:
267
267
- The pyDataverse documentation consists of two parts:
268
268
269
269
- the docstrings in the code itself and
270
-
- the docs in the folder ``src/pyDataverse/doc/``
270
+
- the docs in the folder ``pyDataverse/doc/``
271
271
272
272
- The docstrings provide a clear explanation of the usage of the individual functions, while the documentation consists of tutorial-like overviews per topic together with some other information (what’s new, installation, this page you're viewing right now, etc).
273
273
- The docstrings follow the `Numpy Docstring Standard <https://numpydoc.readthedocs.io/en/latest/format.html>`_.
@@ -298,7 +298,7 @@ to ``upstream/develop``, so you have to branch-off from it too.
298
298
299
299
There is one exception: If you
300
300
want to suggest a change to the docs in the folder
0 commit comments