kivy/doc
Dominik Lang f1b412d9a6 Docs: Fix examples PPA command; Cython for v1.10.0
- PPA examples package is named kivy-examples, not python-kivy-examples
- Recommended Cython version for v1.10.0 is 0.25.2 as specified in
  setup.py & deps-cython.rst.  1.10.1 has not been released yet.
2018-05-20 14:46:43 +02:00
..
sources Docs: Fix examples PPA command; Cython for v1.10.0 2018-05-20 14:46:43 +02:00
Makefile Fix remaining misspellings 2016-09-07 11:23:44 +02:00
README.md Improve and refactor doc readme 2017-04-22 14:25:39 -05:00
__init__.py tests/test_doc_gallery.py - Create test for gallery.py 2015-02-11 20:21:52 -08:00
autobuild.py Fix missing docs for joycursor 2017-04-23 13:43:03 +02:00
doc-requirements.txt Update doc-requirements.txt 2016-01-09 01:34:53 +02:00
gallery.py Docs: Fix docs errors generated by gallery.py 2017-11-12 13:00:25 +01:00

README.md

Kivy - Documentation

You can access the latest documentation on the web:

Contributing

If you intend on editing and contributing documentation, assure the kivy source code is up to date before proceeding. If your documentation is outdated, it could result in merge conflicts.

Install Sphinx

  • With pip:

    pip install sphinx

  • With apt-get:

    apt-get install python-sphinx

  • With MacPorts:

    port install py34-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

Building the documentation

Generate documentation using make: make html.

Documentation will be accessible in build/html/.