kivy/doc
Nexc a6a3182c98 Fixed download link to Kivy dev version 2013-12-07 15:27:05 +01:00
..
sources Fixed download link to Kivy dev version 2013-12-07 15:27:05 +01:00
Makefile more corrections to docs 2012-08-09 13:50:05 +02:00
README Show how to install sphinx in Windows. 2013-04-12 02:43:09 -04:00
autobuild.py doc: add geometry.py to docs, fix rst issues.... 2013-11-23 20:29:25 +02:00

README

Kivy - Documentation
====================

You can access the API documentation on web :
  * last released version : http://kivy.org/docs/api-index.html


How to build the documentation
------------------------------

You need to install :

  * 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

  * Latest kivy

Generate documentation using make::
  make html

Documentation will be accessible in build/html/