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
183fe81f
Kaydet (Commit)
183fe81f
authored
Ock 05, 2011
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#10130: Prepare for building epub-format docs.
üst
06914915
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
23 additions
and
0 deletions
+23
-0
Makefile
Doc/Makefile
+16
-0
README.txt
Doc/README.txt
+3
-0
download.html
Doc/tools/sphinxext/download.html
+4
-0
No files found.
Doc/Makefile
Dosyayı görüntüle @
183fe81f
...
@@ -26,6 +26,7 @@ help:
...
@@ -26,6 +26,7 @@ help:
@
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"
@
echo
" epub to make EPUB files"
@
echo
" changes to make an overview over all changed/added/deprecated items"
@
echo
" changes to make an overview over all changed/added/deprecated items"
@
echo
" linkcheck to check all external links for integrity"
@
echo
" linkcheck to check all external links for integrity"
@
echo
" coverage to check documentation coverage for library and C API"
@
echo
" coverage to check documentation coverage for library and C API"
...
@@ -81,6 +82,10 @@ text: BUILDER = text
...
@@ -81,6 +82,10 @@ text: BUILDER = text
text
:
build
text
:
build
@
echo
"Build finished; the text files are in build/text."
@
echo
"Build finished; the text files are in build/text."
epub
:
BUILDER = epub
epub
:
build
@
echo
"Build finished; the epub files are in build/epub."
changes
:
BUILDER = changes
changes
:
BUILDER = changes
changes
:
build
changes
:
build
@
echo
"The overview file is in build/changes."
@
echo
"The overview file is in build/changes."
...
@@ -158,6 +163,17 @@ dist:
...
@@ -158,6 +163,17 @@ dist:
cp
build/latex/docs-pdf.zip
dist/python-$(DISTVERSION)-docs-pdf-letter.zip
cp
build/latex/docs-pdf.zip
dist/python-$(DISTVERSION)-docs-pdf-letter.zip
cp
build/latex/docs-pdf.tar.bz2
dist/python-$(DISTVERSION)-docs-pdf-letter.tar.bz2
cp
build/latex/docs-pdf.tar.bz2
dist/python-$(DISTVERSION)-docs-pdf-letter.tar.bz2
# archive the epub build
rm
-rf
build/epub
make
epub
mkdir
-p
dist/python-$(DISTVERSION)-docs-epub
cp
-pPR
build/epub/*.epub
dist/python-$(DISTVERSION)-docs-epub/
tar
-C
dist
-cf
dist/python-$(DISTVERSION)-docs-epub.tar
python-$(DISTVERSION)-docs-epub
bzip2
-9
-k
dist/python-$(DISTVERSION)-docs-epub.tar
(cd
dist;
zip
-q
-r
-9
python-$(DISTVERSION)-docs-epub.zip
python-$(DISTVERSION)-docs-epub)
rm
-r
dist/python-$(DISTVERSION)-docs-epub
rm
dist/python-$(DISTVERSION)-docs-epub.tar
check
:
check
:
$(PYTHON)
tools/rstlint.py
-i
tools
$(PYTHON)
tools/rstlint.py
-i
tools
...
...
Doc/README.txt
Dosyayı görüntüle @
183fe81f
...
@@ -54,6 +54,9 @@ Available make targets are:
...
@@ -54,6 +54,9 @@ Available make targets are:
* "text", which builds a plain text file for each source file.
* "text", which builds a plain text file for each source file.
* "epub", which builds an EPUB document, suitable to be viewed on e-book
readers.
* "linkcheck", which checks all external references to see whether they are
* "linkcheck", which checks all external references to see whether they are
broken, redirected or malformed, and outputs this information to stdout as
broken, redirected or malformed, and outputs this information to stdout as
well as a plain-text (.txt) file.
well as a plain-text (.txt) file.
...
...
Doc/tools/sphinxext/download.html
Dosyayı görüntüle @
183fe81f
...
@@ -33,6 +33,10 @@ in the table are the size of the download files in megabytes.</p>
...
@@ -33,6 +33,10 @@ in the table are the size of the download files in megabytes.</p>
<td><a
href=
"{{ dlbase }}/python-{{ release }}-docs-text.zip"
>
Download
</a>
(ca. 2 MB)
</td>
<td><a
href=
"{{ dlbase }}/python-{{ release }}-docs-text.zip"
>
Download
</a>
(ca. 2 MB)
</td>
<td><a
href=
"{{ dlbase }}/python-{{ release }}-docs-text.tar.bz2"
>
Download
</a>
(ca. 1.5 MB)
</td>
<td><a
href=
"{{ dlbase }}/python-{{ release }}-docs-text.tar.bz2"
>
Download
</a>
(ca. 1.5 MB)
</td>
</tr>
</tr>
<tr><td>
EPUB
</td>
<td><a
href=
"{{ dlbase }}/python-{{ release }}-docs-epub.zip"
>
Download
</a>
(ca. 3.5 MB)
</td>
<td><a
href=
"{{ dlbase }}/python-{{ release }}-docs-epub.tar.bz2"
>
Download
</a>
(ca. 3.5 MB)
</td>
</tr>
</table>
</table>
...
...
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