kivy/doc
Akshay Arora 58af726d4e Merge pull request #2929 from merriam/merriam-clean-sources
Merriam Makefile Updates
2015-01-30 00:33:53 +05:30
..
sources typo fix 2015-01-28 01:37:37 +02:00
Makefile Add more targets to doc's 'make help' 2015-01-27 15:34:26 -08:00
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 Close Issue #2921 - build doc failure 2015-01-27 13:47:47 -08: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/