diff options
| author | Fred Drake <fdrake@acm.org> | 1999-03-30 13:43:54 +0000 |
|---|---|---|
| committer | Fred Drake <fdrake@acm.org> | 1999-03-30 13:43:54 +0000 |
| commit | 275e83489efabfb26bc09f193e379e3bc690c3b6 (patch) | |
| tree | 31731c76862950607688f4e365bc7dc137f1a490 | |
| parent | f123f84f66bded5a5554f7130cf823d53d3304cd (diff) | |
| download | cpython-git-275e83489efabfb26bc09f193e379e3bc690c3b6.tar.gz | |
Added "Documenting Python" to the index.
| -rw-r--r-- | Doc/html/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/html/index.html b/Doc/html/index.html index 5498901395..bf1b6dd112 100644 --- a/Doc/html/index.html +++ b/Doc/html/index.html @@ -28,6 +28,9 @@ <LI> <A HREF="api/api.html">Python/C API</A> (reference for C/C++ programmers) + + <LI> <A HREF="doc/doc.html">Documenting Python</A> + (information for documentation authors) </UL> </BODY> |
