https://github.com/ipython/ipython-doc
Old builds of all the documentation for IPython's various releases, plus current development tree.
https://github.com/ipython/ipython-doc
Last synced: 3 months ago
JSON representation
Old builds of all the documentation for IPython's various releases, plus current development tree.
- Host: GitHub
- URL: https://github.com/ipython/ipython-doc
- Owner: ipython
- Archived: true
- Created: 2011-02-10T22:06:01.000Z (almost 15 years ago)
- Default Branch: gh-pages
- Last Pushed: 2018-07-23T22:38:33.000Z (over 7 years ago)
- Last Synced: 2024-09-29T18:40:12.020Z (about 1 year ago)
- Language: HTML
- Homepage: http://ipython.org/documentation.html
- Size: 103 MB
- Stars: 37
- Watchers: 21
- Forks: 30
- Open Issues: 0
-
Metadata Files:
- Readme: readme.rst
Awesome Lists containing this project
README
==========================
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 `_