kivy/doc
Zen-CODE 1f853ad200 Merge branch 'master' of https://github.com/kivy/kivy 2014-08-31 07:14:01 +02:00
..
sources Merge branch 'master' of https://github.com/kivy/kivy 2014-08-31 07:14:01 +02:00
Makefile Make the doc makefile work on windows. 2014-02-22 19:07:30 -05:00
README doc: ammended doc/README 2014-08-08 16:15:30 +02:00
autobuild.py Separate meshes and vertices, 2 differents mode of result iterations. Added documentation, cleaned example. 2014-08-30 17:02:34 +02:00

README

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

You can access the latest documentation on the web :
  * http://kivy.org/docs


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/