kivy/doc
Kovak e4557c6bea Merge pull request #3056 from kivy/new_gsoc_page
New gsoc page
2015-02-19 16:18:45 -07:00
..
sources Merge pull request #3056 from kivy/new_gsoc_page 2015-02-19 16:18:45 -07:00
Makefile doc/Makefile - generate the gallery .rst files 2015-02-11 20:07:23 -08:00
README
__init__.py tests/test_doc_gallery.py - Create test for gallery.py 2015-02-11 20:21:52 -08:00
autobuild.py
doc-requirements.txt
gallery.py doc/gallery.py - Create 2015-02-11 20:09:10 -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 (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/