kivy/doc
gabriel pettier 657440c1aa add python-dev to rpi build instructions, fixes #2740 2014-12-25 19:13:04 +01:00
..
sources add python-dev to rpi build instructions, fixes #2740 2014-12-25 19:13:04 +01:00
Makefile Bring sdl2 in line with current master and other fixes to make things usable. Sponsored by ScramSoft. 2014-08-23 17:15:04 +05:30
README Bring sdl2 in line with current master and other fixes to make things usable. Sponsored by ScramSoft. 2014-08-23 17:15:04 +05:30
autobuild.py make doc autobuild.py work under python 3 2014-10-20 23:03:53 +03: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/