mirror of https://github.com/python/cpython.git
Added the Distutils manuals.
This commit is contained in:
parent
0784c335f3
commit
3abb104356
|
@ -34,6 +34,8 @@ class PageCounter:
|
|||
("ref", "Python Reference Manual"),
|
||||
("tut", "Python Tutorial"),
|
||||
("doc", "Documenting Python"),
|
||||
("inst", "Installing Python Modules"),
|
||||
("dist", "Distributing Python Modules"),
|
||||
]:
|
||||
self.add_document(prefix, title)
|
||||
print self.PREFIX
|
||||
|
|
Loading…
Reference in New Issue