mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
Build a PDF of the FAQs too.
This commit is contained in:
parent
02a807ebef
commit
e5b5ff4961
1 changed files with 2 additions and 0 deletions
|
|
@ -131,6 +131,8 @@ latex_documents = [
|
||||||
'Python Tutorial', _stdauthor, 'manual'),
|
'Python Tutorial', _stdauthor, 'manual'),
|
||||||
('using/index', 'using.tex',
|
('using/index', 'using.tex',
|
||||||
'Python Setup and Usage', _stdauthor, 'manual'),
|
'Python Setup and Usage', _stdauthor, 'manual'),
|
||||||
|
('faq/index', 'faq.tex',
|
||||||
|
'Python Frequently Asked Questions', _stdauthor, 'manual'),
|
||||||
('whatsnew/' + version, 'whatsnew.tex',
|
('whatsnew/' + version, 'whatsnew.tex',
|
||||||
'What\'s New in Python', 'A. M. Kuchling', 'howto'),
|
'What\'s New in Python', 'A. M. Kuchling', 'howto'),
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue