diff options
author | Fred Drake <fdrake@acm.org> | 1999-01-27 18:49:44 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-01-27 18:49:44 (GMT) |
commit | 8d7919d754f7776970b2ccc7768507c2684cc525 (patch) | |
tree | e47843c4b989296f827941312d5aef9632f6f48f /Doc | |
parent | ffc4811a401cbdbeef42f7e4c1e57519ded7a48b (diff) | |
download | cpython-8d7919d754f7776970b2ccc7768507c2684cc525.zip cpython-8d7919d754f7776970b2ccc7768507c2684cc525.tar.gz cpython-8d7919d754f7776970b2ccc7768507c2684cc525.tar.bz2 |
Fragment of an info "dir" file for the Python documentation.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/info/python.dir | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Doc/info/python.dir b/Doc/info/python.dir new file mode 100644 index 0000000..0606bb9 --- /dev/null +++ b/Doc/info/python.dir @@ -0,0 +1,8 @@ + +Python Standard Documentation + +* Python Library: (python-lib). Python Library Reference +* Python Reference: (python-ref). Python Reference Manual +* Python API: (python-api). Python/C API Reference Manual +* Python Extending: (python-ext). Extending & Embedding Python +* Python Tutorial: (python-tut). Python Tutorial |