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
450a7f57
Kaydet (Commit)
450a7f57
authored
Eyl 21, 2008
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Update readme and Makefile (web builder doesn't exist).
üst
a438c85a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
11 deletions
+1
-11
Makefile
Doc/Makefile
+1
-8
README.txt
Doc/README.txt
+0
-3
No files found.
Doc/Makefile
Dosyayı görüntüle @
450a7f57
...
@@ -13,12 +13,11 @@ SOURCES =
...
@@ -13,12 +13,11 @@ SOURCES =
ALLSPHINXOPTS
=
-b
$(BUILDER)
-d
build/doctrees
-D
latex_paper_size
=
$(PAPER)
\
ALLSPHINXOPTS
=
-b
$(BUILDER)
-d
build/doctrees
-D
latex_paper_size
=
$(PAPER)
\
$(SPHINXOPTS)
.
build/
$(BUILDER)
$(SOURCES)
$(SPHINXOPTS)
.
build/
$(BUILDER)
$(SOURCES)
.PHONY
:
help checkout update build html
web
htmlhelp clean coverage
.PHONY
:
help checkout update build html htmlhelp clean coverage
help
:
help
:
@
echo
"Please use
\`
make <target>' where <target> is one of"
@
echo
"Please use
\`
make <target>' where <target> is one of"
@
echo
" html to make standalone HTML files"
@
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
" htmlhelp to make HTML files and a HTML help project"
@
echo
" latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter"
@
echo
" latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter"
@
echo
" text to make plain text files"
@
echo
" text to make plain text files"
...
@@ -59,12 +58,6 @@ html: BUILDER = html
...
@@ -59,12 +58,6 @@ html: BUILDER = html
html
:
build
html
:
build
@
echo
"Build finished. The HTML pages are in build/html."
@
echo
"Build finished. The HTML pages are in build/html."
web
:
BUILDER = web
web
:
build
@
echo
"Build finished; now you can run"
@
echo
" PYTHONPATH=tools
$(PYTHON)
-m sphinx.web build/web"
@
echo
"to start the server."
htmlhelp
:
BUILDER = htmlhelp
htmlhelp
:
BUILDER = htmlhelp
htmlhelp
:
build
htmlhelp
:
build
@
echo
"Build finished; now you can run HTML Help Workshop with the"
\
@
echo
"Build finished; now you can run HTML Help Workshop with the"
\
...
...
Doc/README.txt
Dosyayı görüntüle @
450a7f57
...
@@ -38,9 +38,6 @@ Available make targets are:
...
@@ -38,9 +38,6 @@ Available make targets are:
* "html", which builds standalone HTML files for offline viewing.
* "html", which builds standalone HTML files for offline viewing.
* "web", which builds files usable with the Sphinx.web application (used to
serve the docs online at http://docs.python.org/).
* "htmlhelp", which builds HTML files and a HTML Help project file usable to
* "htmlhelp", which builds HTML files and a HTML Help project file usable to
convert them into a single Compiled HTML (.chm) file -- these are popular
convert them into a single Compiled HTML (.chm) file -- these are popular
under Microsoft Windows, but very handy on every platform.
under Microsoft Windows, but very handy on every platform.
...
...
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