kivy/doc
Akshay Arora cd867be731 Merge pull request #2997 from DizzyDogg/master
Just a few small typos
2015-02-07 18:06:38 +05:30
..
sources Just a few small typos 2015-02-04 22:49:28 -07:00
Makefile Add more targets to doc's 'make help' 2015-01-27 15:34:26 -08:00
README Simplify pip install (fixes #2958) 2015-01-30 20:29:31 -05:00
autobuild.py Close Issue #2921 - build doc failure 2015-01-27 13:47:47 -08:00
doc-requirements.txt Simplify pip install (fixes #2958) 2015-01-30 20:29:31 -05: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 (or from inside your virtualenv) :
          Get pip (https://pypi.python.org/pypi/pip). You'll use it to install the dependencies.
          To install pip, run python setup.py install in the pip directory.
          Now run :
          pip install sphinxcontrib-blockdiag sphinxcontrib-seqdiag
          pip install sphinxcontrib-actdiag sphinxcontrib-nwdiag

          Or just use the provided doc-requirements.txt :
          pip install -r doc-requirements.txt

  * Latest kivy

Generate documentation using make::
  make html

Documentation will be accessible in build/html/