mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Add more chapter intros
This commit is contained in:
parent
974730108a
commit
a0b25e955f
4 changed files with 45 additions and 0 deletions
10
Doc/lib/frameworks.tex
Normal file
10
Doc/lib/frameworks.tex
Normal file
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue