kivy/doc/README

37 lines
955 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
- On Windows :
Get pip (https://pypi.python.org/pypi/pip). You'll use it to install the dependencies.
To install pip, do python setup.py install in the pip directory.
Now do :
pip install sphinx
pip install blockdiag
pip install sphinxcontrib-blockdiag
pip install seqdiag
pip install sphinxcontrib-seqdiag
pip install actdiag
pip install sphinxcontrib-actdiag
pip install nwdiag
pip install sphinxcontrib-nwdiag
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/