Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
eee1fc51
Kaydet (Commit)
eee1fc51
authored
Ara 16, 2007
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Adapt conf.py to new option names.
üst
1bd51e3e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
33 additions
and
12 deletions
+33
-12
Makefile
Doc/Makefile
+6
-1
conf.py
Doc/conf.py
+27
-11
No files found.
Doc/Makefile
Dosyayı görüntüle @
eee1fc51
...
...
@@ -7,8 +7,10 @@
PYTHON
=
python
SVNROOT
=
http://svn.python.org/projects
SPHINXOPTS
=
PAPER
=
ALLSPHINXOPTS
=
-b
$(BUILDER)
-dbuild
/doctrees
$(SPHINXOPTS)
.
build/
$(BUILDER)
ALLSPHINXOPTS
=
-b
$(BUILDER)
-d
build/doctrees
-D
latex_paper_size
=
$(PAPER)
\
$(SPHINXOPTS)
.
build/
$(BUILDER)
.PHONY
:
help checkout update build html web htmlhelp clean
...
...
@@ -17,6 +19,7 @@ help:
@
echo
" html to make standalone HTML files"
@
echo
" web to make file usable by Sphinx.web"
@
echo
" htmlhelp to make HTML files and a HTML help project"
@
echo
" latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter"
checkout
:
@
if
[
!
-d
tools/sphinx
]
;
then
\
...
...
@@ -60,6 +63,8 @@ htmlhelp: build
latex
:
BUILDER = latex
latex
:
build
@
echo
"Build finished; the LaTeX files are in build/latex."
@
echo
"Run
\`
make all-pdf' or
\`
make all-ps' in that directory to"
\
"run these through (pdf)latex."
clean
:
-
rm
-rf
build/
*
...
...
Doc/conf.py
Dosyayı görüntüle @
eee1fc51
...
...
@@ -4,7 +4,9 @@
#
# The contents of this file are pickled, so don't put values in the namespace
# that aren't pickleable (module imports are okay, they're removed automatically).
#
# General configuration
# ---------------------
# The default replacements for |version| and |release|.
# If 'auto', Sphinx looks for the Include/patchlevel.h file in the current Python
...
...
@@ -23,9 +25,6 @@ today = ''
# Else, today_fmt is used as the format for a strftime call.
today_fmt
=
'
%
B
%
d,
%
Y'
# The base URL for download links.
download_base_url
=
'http://docs.python.org/ftp/python/doc/'
# List of files that shouldn't be included in the build.
unused_files
=
[
'whatsnew/2.0.rst'
,
...
...
@@ -39,17 +38,34 @@ unused_files = [
'library/xml.etree.rst'
,
]
# If true, '()' will be appended to :func: etc. cross-reference text.
add_function_parentheses
=
True
# If true, the current module name will be prepended to all description
# unit titles (such as .. function::).
add_module_names
=
True
# Options for HTML output
# -----------------------
# The base URL for download links.
html_download_base_url
=
'http://docs.python.org/ftp/python/doc/'
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.
last_updated_forma
t
=
'
%
b
%
d,
%
Y'
html_last_updated_fm
t
=
'
%
b
%
d,
%
Y'
# If true, SmartyPants will be used to convert quotes and dashes to
# typographically correct entities.
use_smartypants
=
True
html_
use_smartypants
=
True
# If true, '()' will be appended to :func: etc. cross-reference text.
add_function_parentheses
=
True
# If true, the current module name will be prepended to all description
# unit titles (such as .. function::).
add_module_names
=
True
# Options for LaTeX output
# ------------------------
# The paper size ("letter" or "a4").
latex_paper_size
=
"a4"
# The font size ("10pt", "11pt" or "12pt").
latex_font_size
=
"10pt"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment