Skip to content

Commit 9e8a6b6

Browse files
authored
Merge pull request #8477 from evildmp/evolutionary-documentation-restructure
2 parents 8d21df0 + a7d528e commit 9e8a6b6

File tree

3 files changed

+157
-136
lines changed

3 files changed

+157
-136
lines changed

doc/en/explanation/pythonpath.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,4 +133,4 @@ Running pytest with ``pytest [...]`` instead of ``python -m pytest [...]`` yield
133133
equivalent behaviour, except that the latter will add the current directory to ``sys.path``, which
134134
is standard ``python`` behavior.
135135

136-
See also :ref:`cmdline`.
136+
See also :ref:`invoke-python`.

doc/en/getting-started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ Continue reading
256256

257257
Check out additional pytest resources to help you customize tests for your unique workflow:
258258

259-
* ":ref:`cmdline`" for command line invocation examples
259+
* ":ref:`usage`" for command line invocation examples
260260
* ":ref:`existingtestsuite`" for working with pre-existing tests
261261
* ":ref:`mark`" for information on the ``pytest.mark`` mechanism
262262
* ":ref:`fixtures`" for providing a functional baseline to your tests

0 commit comments

Comments
 (0)