Skip to content

Builds of all the documentation for IPython's various releases, plus current development tree.

Notifications You must be signed in to change notification settings

outmanzhaohu/ipython-doc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

IPython sphinx doc hosting

This repo is used to host builds of the IPython sphinx docs. The actual code is in a separate repo.

How to build sphinx docs

To make a new build, simply go to the doc directory and type:

$ make gh-pages

or equivalently:

$ make html
$ ./gh-pages.py

This will create a new build of the docs tagged by 'git describe'. To make something tagged with 'current', simply do:

$ make gh-pages-current

or equivalently:

$ ./gh-pages.py current

It may be a good idea to simply use 'current' for any builds of current development that haven't been tagged.

datarray

This readme, the index.html, and the scripts to update it, are adapted from fperez/datarray

About

Builds of all the documentation for IPython's various releases, plus current development tree.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published