kivy/doc
Richard Baumann 63c7b08a6a Fix python-for-android documentation URL
Was http://python-for-android.readthedocs.org/en/latest/android/, which lead to a 404, changed to http://python-for-android.readthedocs.org/en/latest/
2015-10-08 09:43:54 +02:00
..
sources Fix python-for-android documentation URL 2015-10-08 09:43:54 +02:00
Makefile
README.md Update README.md 2015-10-05 19:54:29 +03:00
__init__.py
autobuild.py Console: new kivy module that aim to replace the old inspector, and give the possibility to be extended by the user in the app 2015-06-21 18:03:52 +02:00
doc-requirements.txt
gallery.py remove python shebangs 2015-10-05 14:40:04 +03:00

README.md

Kivy - Documentation

You can access the latest documentation on the web:

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/.