##// END OF EJS Templates
Merge pull request #4553 from flacjacket/urllib_py3...
Thomas Kluyver -
r13641:029c1a38 merge
Show More
Name Size Modified Last Commit Author
/ docs
man
resources
source
sphinxext
Makefile 4.7 KiB
r13459:6802677d211b
Thomas Kluyver
README.rst 960 B
r12939:805cbf06e496
Paul Ivanov
autogen_api.py 2.9 KiB
r12565:68a2808ffe4f
Thomas Kluyver
autogen_config.py 2.8 KiB
r13504:5d7567813490
Thomas Kluyver
gh-pages.py 4.1 KiB
r5796:d8d30d78cf16
Fernando Perez
make.cmd 2.0 KiB
r11730:a4062b369502
Paul Ivanov

IPython Documentation

This directory contains the majority of the documentation for IPython.

Requirements

The following tools are needed to build the documentation:

sphinx

On Debian-based systems, you should be able to run:

sudo apt-get install sphinx

The documentation gets built using make, and comes in several flavors.

make html - build the API and narrative documentation web pages, this is the the default make target, so running just make is equivalent to make html.

make html_noapi - same as above, but without running the auto-generated API docs. When you are working on the narrative documentation, the most time consuming portion of the build process is the processing and rending of the API documentation. This build target skips that.

make pdf will compile a pdf from the documentation.

You can run make help to see information on all possible make targets.