Home | History | Annotate | Download | only in Doc

Lines Matching refs:python

3 # Python documentation build configuration file
20 project = 'Python'
21 copyright = '1990-%s, Python Software Foundation' % time.strftime('%Y')
23 # We look for the Include/patchlevel.h file in the current Python source tree
70 html_use_opensearch = 'https://docs.python.org/'
76 htmlhelp_basename = 'python' + release.replace('.', '')
93 _stdauthor = r'Guido van Rossum\\and the Python development team'
96 'The Python/C API', _stdauthor, 'manual'),
98 'Distributing Python Modules', _stdauthor, 'manual'),
100 'Extending and Embedding Python', _stdauthor, 'manual'),
102 'Installing Python Modules', _stdauthor, 'manual'),
104 'The Python Library Reference', _stdauthor, 'manual'),
106 'The Python Language Reference', _stdauthor, 'manual'),
108 'Python Tutorial', _stdauthor, 'manual'),
110 'Python Setup and Usage', _stdauthor, 'manual'),
112 'Python Frequently Asked Questions', _stdauthor, 'manual'),
114 'What\'s New in Python', 'A. M. Kuchling', 'howto'),
125 \strong{Python Software Foundation}\\
126 Email: \email{docs@python.org}
142 epub_author = 'Python Documentation Authors'
143 epub_publisher = 'Python Software Foundation'
187 linkcheck_ignore = [r'https://bugs.python.org/(issue)?\d+',
189 r'http://www.python.org/dev/peps/pep-\d+']