##// END OF EJS Templates
more docs on building docs
Matthias Bussonnier -
Show More
@@ -28,6 +28,7 b' help:'
28 28 @echo " info Texinfo files and run them through makeinfo"
29 29 @echo " changes an overview over all changed/added/deprecated items"
30 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 32 @echo
32 33 @echo "Compound utility targets:"
33 34 @echo "pdf latex and then runs the PDF generation"
@@ -3,6 +3,14 b' IPython Documentation'
3 3
4 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 14 Requirements
7 15 ------------
8 16 The following tools are needed to build the documentation:
General Comments 0
You need to be logged in to leave comments. Login now