[Python-checkins] commit of r41796 - python/trunk/Doc/lib/custominterp.tex python/trunk/Doc/lib/development.tex python/trunk/Doc/lib/frameworks.tex python/trunk/Doc/lib/modules.tex

andrew.kuchling python-checkins at python.org
Thu Dec 22 21:27:45 CET 2005


Author: andrew.kuchling
Date: Thu Dec 22 21:27:43 2005
New Revision: 41796
Added:
 python/trunk/Doc/lib/custominterp.tex
 python/trunk/Doc/lib/development.tex
 python/trunk/Doc/lib/frameworks.tex
 python/trunk/Doc/lib/modules.tex
Log:
Add more chapter intros
Added: python/trunk/Doc/lib/custominterp.tex
==============================================================================
--- (empty file)
+++ python/trunk/Doc/lib/custominterp.tex	Thu Dec 22 21:27:43 2005
@@ -0,0 +1,13 @@
+\chapter{Custom Python Interpreters}
+\label{custominterp}
+
+The modules described in this chapter allow writing interfaces similar
+to Python's interactive interpreter. If you want a Python interpreter
+that supports some special feature in addition to the Python language,
+you should look at the \module{code} module. (The \module{codeop}
+module is lower-level, used to support compiling a possibly-incomplete
+chunk of Python code.)
+
+The full list of modules described in this chapter is:
+
+\localmoduletable
Added: python/trunk/Doc/lib/development.tex
==============================================================================
--- (empty file)
+++ python/trunk/Doc/lib/development.tex	Thu Dec 22 21:27:43 2005
@@ -0,0 +1,13 @@
+\chapter{Development Tools}
+\label{development}
+
+The modules described in this chapter help you write software. For
+example, the \module{pydoc} module takes a module and generates
+documentation based on the module's contents. The \module{doctest}
+and \module{unittest} modules contains frameworks for writing unit tests
+that automatically exercise code and verify that the expected output 
+is produced.
+
+The list of modules described in this chapter is:
+
+\localmoduletable
Added: python/trunk/Doc/lib/frameworks.tex
==============================================================================
--- (empty file)
+++ python/trunk/Doc/lib/frameworks.tex	Thu Dec 22 21:27:43 2005
@@ -0,0 +1,10 @@
+\chapter{Program Frameworks}
+\label{frameworks}
+
+The modules described in this chapter are frameworks that will largely
+dictate the structure of your program. Currently the modules described 
+here are all oriented toward writing command-line interfaces.
+
+The full list of modules described in this chapter is:
+
+\localmoduletable
Added: python/trunk/Doc/lib/modules.tex
==============================================================================
--- (empty file)
+++ python/trunk/Doc/lib/modules.tex	Thu Dec 22 21:27:43 2005
@@ -0,0 +1,9 @@
+\chapter{Importing Modules}
+\label{modules}
+
+The modules described in this chapter provide new ways to import other
+Python modules and hooks for customizing the import process.
+
+The full list of modules described in this chapter is:
+
+\localmoduletable


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /