Show More
@@ -28,6 +28,7 b' help:' | |||||
28 | @echo " info Texinfo files and run them through makeinfo" |
|
28 | @echo " info Texinfo files and run them through makeinfo" | |
29 | @echo " changes an overview over all changed/added/deprecated items" |
|
29 | @echo " changes an overview over all changed/added/deprecated items" | |
30 | @echo " linkcheck check all external links for integrity (takes a long time)" |
|
30 | @echo " linkcheck check all external links for integrity (takes a long time)" | |
|
31 | @echo " gh-pages clone IPython docs in ./gh-pages/ , build doc, autocommit" | |||
31 | @echo |
|
32 | @echo | |
32 | @echo "Compound utility targets:" |
|
33 | @echo "Compound utility targets:" | |
33 | @echo "pdf latex and then runs the PDF generation" |
|
34 | @echo "pdf latex and then runs the PDF generation" |
@@ -3,6 +3,14 b' IPython Documentation' | |||||
3 |
|
3 | |||
4 | This directory contains the majority of the documentation for IPython. |
|
4 | This directory contains the majority of the documentation for IPython. | |
5 |
|
5 | |||
|
6 | Deploy docs | |||
|
7 | ----------- | |||
|
8 | ||||
|
9 | Run ``make gh-pages``, and follow instruction, that is to say: | |||
|
10 | cd into ``gh-pages``, check that everything is alright and push. | |||
|
11 | ||||
|
12 | ||||
|
13 | ||||
6 | Requirements |
|
14 | Requirements | |
7 | ------------ |
|
15 | ------------ | |
8 | The following tools are needed to build the documentation: |
|
16 | The following tools are needed to build the documentation: |
General Comments 0
You need to be logged in to leave comments.
Login now