kivy/doc/README

33 lines
901 B
Plaintext
Raw Normal View History

2010-11-03 21:05:03 +00:00
Kivy - Documentation
====================
You can access the latest documentation on the web :
* http://kivy.org/docs
2010-11-03 21:05:03 +00:00
How to build the documentation
------------------------------
You need to install :
2013-04-12 06:43:09 +00:00
* Python Sphinx
- Where apt-get is available :
apt-get install python-sphinx
2015-01-31 01:29:31 +00:00
- On Windows (or from inside your virtualenv) :
2013-04-12 06:43:09 +00:00
Get pip (https://pypi.python.org/pypi/pip). You'll use it to install the dependencies.
2015-01-31 01:29:31 +00:00
To install pip, run python setup.py install in the pip directory.
Now run :
pip install sphinxcontrib-blockdiag sphinxcontrib-seqdiag
pip install sphinxcontrib-actdiag sphinxcontrib-nwdiag
Or just use the provided doc-requirements.txt :
pip install -r doc-requirements.txt
2013-04-12 06:43:09 +00:00
2010-11-03 21:05:03 +00:00
* Latest kivy
2012-07-24 02:20:59 +00:00
Generate documentation using make::
2010-11-03 21:05:03 +00:00
make html
Documentation will be accessible in build/html/