mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
Added the Distutils manuals.
This commit is contained in:
parent
0784c335f3
commit
3abb104356
1 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,8 @@ class PageCounter:
|
||||||
("ref", "Python Reference Manual"),
|
("ref", "Python Reference Manual"),
|
||||||
("tut", "Python Tutorial"),
|
("tut", "Python Tutorial"),
|
||||||
("doc", "Documenting Python"),
|
("doc", "Documenting Python"),
|
||||||
|
("inst", "Installing Python Modules"),
|
||||||
|
("dist", "Distributing Python Modules"),
|
||||||
]:
|
]:
|
||||||
self.add_document(prefix, title)
|
self.add_document(prefix, title)
|
||||||
print self.PREFIX
|
print self.PREFIX
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue