Show More
@@ -19,14 +19,15 b' default: html' | |||||
19 |
|
19 | |||
20 | help: |
|
20 | help: | |
21 | @echo "Please use \`make <target>' where <target> is one of" |
|
21 | @echo "Please use \`make <target>' where <target> is one of" | |
22 |
@echo " html |
|
22 | @echo " html standalone HTML files" | |
23 | @echo " pickle to make pickle files (usable by e.g. sphinx-web)" |
|
23 | @echo " html_noapi same as above, without the time consuming API docs" | |
24 | @echo " htmlhelp to make HTML files and a HTML help project" |
|
24 | @echo " pickle pickle files (usable by e.g. sphinx-web)" | |
25 | @echo " latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter" |
|
25 | @echo " htmlhelp HTML files and a HTML help project" | |
26 | @echo " texinfo to make Texinfo files" |
|
26 | @echo " latex LaTeX files, you can set PAPER=a4 or PAPER=letter" | |
27 |
@echo " info |
|
27 | @echo " texinfo Texinfo files" | |
28 | @echo " changes to make an overview over all changed/added/deprecated items" |
|
28 | @echo " info Texinfo files and run them through makeinfo" | |
29 | @echo " linkcheck to check all external links for integrity" |
|
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 |
|
31 | @echo | |
31 | @echo "Compound utility targets:" |
|
32 | @echo "Compound utility targets:" | |
32 | @echo "pdf latex and then runs the PDF generation" |
|
33 | @echo "pdf latex and then runs the PDF generation" |
@@ -1,14 +1,32 b'' | |||||
1 | Current version information |
|
1 | IPython Documentation | |
2 |
--------------------- |
|
2 | --------------------- | |
3 |
|
3 | |||
4 | Please open manual.pdf for a PDF version of IPython's user manual, or go to |
|
4 | This directory contains the majority of the documentation for IPython. | |
5 | the manual/ directory for an HTML version. |
|
5 | ||
|
6 | Requirements | |||
|
7 | ------------ | |||
|
8 | The following tools are needed to build the documentation: | |||
|
9 | ||||
|
10 | sphinx | |||
|
11 | ||||
|
12 | On Debian-based systems, you should be able to run:: | |||
|
13 | ||||
|
14 | sudo apt-get install sphinx | |||
|
15 | ||||
|
16 | The documentation gets built using ``make``, and comes in several flavors. | |||
|
17 | ||||
|
18 | ``make html`` - build the API and narrative documentation web pages, this | |||
|
19 | is the the default ``make`` target, so running just ``make`` is equivalent to | |||
|
20 | ``make html``. | |||
|
21 | ||||
|
22 | ``make html_noapi`` - same as above, but without running the auto-generated | |||
|
23 | API docs. When you are working on the narrative documentation, the most time | |||
|
24 | consuming portion of the build process is the processing and rending of the | |||
|
25 | API documentation. This build target skips that. | |||
|
26 | ||||
|
27 | ``make pdf`` will compile a pdf from the documentation. | |||
|
28 | ||||
|
29 | You can run ``make help`` to see information on all possible make targets. | |||
6 |
|
30 | |||
7 |
|
31 | |||
8 | Bugs and future developments |
|
|||
9 | ---------------------------- |
|
|||
10 |
|
32 | |||
11 | The new_design.pdf document is a description of the goals for IPython's future |
|
|||
12 | development. It includes a TODO/bugs section listing all currently known bugs |
|
|||
13 | in IPython. Please report any bug you encounter if it is not already listed |
|
|||
14 | there. |
|
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed | ||
This diff has been collapsed as it changes many lines, (7683 lines changed) Show them Hide them |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed | ||
This diff has been collapsed as it changes many lines, (645 lines changed) Show them Hide them |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed | ||
This diff has been collapsed as it changes many lines, (1358 lines changed) Show them Hide them |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed | ||
This diff has been collapsed as it changes many lines, (514 lines changed) Show them Hide them |
1 | NO CONTENT: file was removed, binary diff hidden |
|
NO CONTENT: file was removed, binary diff hidden |
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