Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
D
django
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
django
Commits
fe32fe16
Kaydet (Commit)
fe32fe16
authored
Mar 07, 2018
tarafından
Roy Zwambag
Kaydeden (comit)
Tim Graham
Mar 07, 2018
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Used console directive in "Writing documentation".
üst
8b25d546
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
4 deletions
+13
-4
djangodocs.py
docs/_ext/djangodocs.py
+3
-0
writing-documentation.txt
docs/internals/contributing/writing-documentation.txt
+10
-4
No files found.
docs/_ext/djangodocs.py
Dosyayı görüntüle @
fe32fe16
...
...
@@ -431,6 +431,9 @@ class ConsoleDirective(CodeBlock):
elif
token
[:
2
]
==
'~/'
:
token
=
'
%
HOMEPATH
%
\\
'
+
token
[
2
:]
changed
=
True
elif
token
==
'make'
:
token
=
'make.bat'
changed
=
True
if
'://'
not
in
token
and
'git'
not
in
cmdline
:
out
.
append
(
token
.
replace
(
'/'
,
'
\\
'
))
changed
=
True
...
...
docs/internals/contributing/writing-documentation.txt
Dosyayı görüntüle @
fe32fe16
...
...
@@ -45,11 +45,17 @@ documentation is transformed into HTML, PDF, and any other output format.
__ http://sphinx-doc.org/
__ http://docutils.sourceforge.net/
To actually build the documentation locally, you'll currently need to install
Sphinx -- ``pip install Sphinx`` should do the trick.
To build the documentation locally, install Sphinx:
Then, building the HTML is easy; just ``make html`` (or ``make.bat html`` on
Windows) from the ``docs`` directory.
.. console::
$ pip install Sphinx
Then from the ``docs`` directory, build the HTML:
.. console::
$ make html
To get started contributing, you'll want to read the :ref:`reStructuredText
Primer <sphinx:rst-primer>`. After that, you'll want to read about the
...
...
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