Skip to content

Commit b55a22d

Browse files
committed
Correct doc style
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent e988d42 commit b55a22d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/source/dependencies-design.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ the dependencies of each dependency.
1919

2020
For each dependency, there can be a version "requirement" that can be an
2121
exact version, a version expression (aka. version specifier) as defined
22-
in `pep-0440 <https://www.python.org/dev/peps/pep-0440/>`__
22+
in `pep-0440 <https://peps.python.org/pep-0440/>`__
2323
with additional OS and environment tags and constraints as specified in
24-
`pep-0508 <https://www.python.org/dev/peps/pep-0508/>`__ .
24+
`pep-0508 <https://peps.python.org/pep-0508/>`__ .
2525

2626
In particular the required Python version of a package (or version specifier)
2727
can be set for the whole package (with the``python_requires`` attribute) or as
2828
a marker for a given direct or indirect dependency. pip processes requirement
2929
specifiers and constraints from a "requirements" file and internally resolves
3030
dependency versions recursively by querying the PyPI Python package
31-
index repository at https://PyPI.org
31+
index repository at https://pypi.org/
3232

3333
***************
3434
Problem

docs/source/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Welcome to python-inspector's documentation!
77

88
dependencies-design
99
test-protocol
10+
contribute/contrib_doc
1011

1112
Indices and tables
1213
==================

0 commit comments

Comments
 (0)