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: doc/contributing.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ To avoid any discussion about formatting `black <https://github.com/psf/black>`_
49
49
Next to that `isort <https://github.com/PyCQA/isort>`_ is used for sorting the imports.
50
50
And `doc8 <https://github.com/pycqa/doc8>`_ is used as rst linter.
51
51
52
-
Run `check_quality.bat` (or GitHub will run it for you). Alternatively when using VSCode run the `Check Quality` task from the command palette.
52
+
Run ``script/check_quality.bat`` (or GitHub will run it for you). Alternatively when using VSCode run the `Check Quality` task from the command palette.
53
53
54
54
Testing
55
55
-------
@@ -88,7 +88,7 @@ and add run the ``Feature tests (wip)`` debug configuration in VSCode.
88
88
89
89
Creating documentation
90
90
----------------------
91
-
Run ``create_docs.bat`` and open ``index.html`` in ``doc/_build/html`` to read it.
91
+
Run ``script/create_docs.bat`` and open ``index.html`` in ``doc/_build/html`` to read it.
92
92
See `This example <https://pythonhosted.org/an_example_pypi_project/sphinx.html>`_ for documenting the code.
93
93
Alternatively in VSCode run the ``Create Docs`` task from the command palette.
0 commit comments