mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
The 'distributing python modules' manual now has an index.
This commit is contained in:
parent
949f66141b
commit
a42bc21ef8
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ supported_libraries = {
|
|||
Book('api','Python/C API','api','contents','genindex'),
|
||||
Book('doc','Documenting Python','doc','contents'),
|
||||
Book('inst','Installing Python Modules', 'inst', 'index'),
|
||||
Book('dist','Distributing Python Modules', 'dist', 'index'),
|
||||
Book('dist','Distributing Python Modules', 'dist', 'index', 'genindex'),
|
||||
],
|
||||
|
||||
'2.3':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue