mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Packaging doc: Add missing index file, improve main page description.
Also promote notices from distutils doc to deprecation boxes.
This commit is contained in:
parent
8c86ecdab5
commit
55729fe718
4 changed files with 71 additions and 14 deletions
|
@ -21,9 +21,9 @@
|
|||
<p class="biglink"><a class="biglink" href="{{ pathto("c-api/index") }}">Python/C API</a><br/>
|
||||
<span class="linkdescr">reference for C/C++ programmers</span></p>
|
||||
<p class="biglink"><a class="biglink" href="{{ pathto("install/index") }}">Installing Python Projects</a><br/>
|
||||
<span class="linkdescr">information for installers & sys-admins</span></p>
|
||||
<span class="linkdescr">finding and installing modules and applications</span></p>
|
||||
<p class="biglink"><a class="biglink" href="{{ pathto("packaging/index") }}">Distributing Python Projects</a><br/>
|
||||
<span class="linkdescr">sharing modules with others</span></p>
|
||||
<span class="linkdescr">packaging and distributing modules and applications</span></p>
|
||||
<p class="biglink"><a class="biglink" href="{{ pathto("documenting/index") }}">Documenting Python</a><br/>
|
||||
<span class="linkdescr">guide for documentation authors</span></p>
|
||||
<p class="biglink"><a class="biglink" href="{{ pathto("faq/index") }}">FAQs</a><br/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue