##// END OF EJS Templates
Clean documentation process...
Matthias Bussonnier -
Show More
@@ -29,7 +29,6 b' help:'
29 @echo " info Texinfo files and run them through makeinfo"
29 @echo " info Texinfo files and run them through makeinfo"
30 @echo " changes an overview over all changed/added/deprecated items"
30 @echo " changes an overview over all changed/added/deprecated items"
31 @echo " linkcheck check all external links for integrity (takes a long time)"
31 @echo " linkcheck check all external links for integrity (takes a long time)"
32 @echo " gh-pages clone IPython docs in ./gh-pages/ , build doc, autocommit"
33 @echo
32 @echo
34 @echo "Compound utility targets:"
33 @echo "Compound utility targets:"
35 @echo "pdf latex and then runs the PDF generation"
34 @echo "pdf latex and then runs the PDF generation"
@@ -108,16 +107,6 b' htmlhelp:'
108 @echo "Build finished; now you can run HTML Help Workshop with the" \
107 @echo "Build finished; now you can run HTML Help Workshop with the" \
109 ".hhp project file in build/htmlhelp."
108 ".hhp project file in build/htmlhelp."
110
109
111 qthelp:
112 mkdir -p build/qthelp
113 $(SPHINXBUILD) -b qthelp $(ALLSPHINXOPTS) build/qthelp
114 @echo
115 @echo "Build finished; now you can run "qcollectiongenerator" with the" \
116 ".qhcp project file in $(BUILDDIR)/qthelp, like this:"
117 @echo "# qcollectiongenerator $(BUILDDIR)/qthelp/IPython.qhcp"
118 @echo "To view the help file:"
119 @echo "# assistant -collectionFile $(BUILDDIR)/qthelp/IPython.qhc"
120
121 latex: api autoconfig
110 latex: api autoconfig
122 mkdir -p build/latex build/doctrees
111 mkdir -p build/latex build/doctrees
123 $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) build/latex
112 $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) build/latex
@@ -139,15 +128,6 b' linkcheck:'
139 @echo "Link check complete; look for any errors in the above output " \
128 @echo "Link check complete; look for any errors in the above output " \
140 "or in build/linkcheck/output.rst."
129 "or in build/linkcheck/output.rst."
141
130
142 nightly: dist
143 rsync -avH --delete dist/ ipython:www/doc/nightly
144
145 gh-pages: clean html
146 # if VERSION is unspecified, it will be dev
147 # For releases, VERSION should be just the major version,
148 # e.g. VERSION=2 make gh-pages
149 $(PYTHON) gh-pages.py $(VERSION)
150
151 texinfo:
131 texinfo:
152 mkdir -p $(BUILDDIR)/texinfo
132 mkdir -p $(BUILDDIR)/texinfo
153 $(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo
133 $(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo
1 NO CONTENT: file was removed
NO CONTENT: file was removed
General Comments 0
You need to be logged in to leave comments. Login now