mirror of https://github.com/kivy/kivy.git
doc fixes to remove the hidden toctree
This commit is contained in:
parent
5d50999c67
commit
081ecf500b
|
@ -63,7 +63,8 @@ release = kivy.__version__
|
|||
today_fmt = '%B %d, %Y'
|
||||
|
||||
# suppress exclusion warnings
|
||||
exclude_patterns = ['gettingstarted/*', 'guide/layouts.rst']
|
||||
exclude_patterns = ['gettingstarted/*', 'guide/layouts.rst', 'api-index.rst',
|
||||
'api-kivy.lib.osc*']
|
||||
|
||||
# The reST default role (used for this markup: `text`) to use for all documents.
|
||||
#default_role = None
|
||||
|
|
|
@ -20,29 +20,6 @@ concern isn't addressed in the documentation, feel free to :ref:`contact`.
|
|||
|
||||
.. include:: contents.rst.inc
|
||||
|
||||
.. Suppress warnings about documents not being included in toc, but don't
|
||||
actually show them.
|
||||
.. toctree::
|
||||
:hidden:
|
||||
|
||||
api-index
|
||||
api-kivy.lib.osc.OSC
|
||||
api-kivy.lib.osc.oscAPI
|
||||
.. gettingstarted/diving
|
||||
gettingstarted/drawing
|
||||
gettingstarted/events
|
||||
gettingstarted/examples
|
||||
gettingstarted/first_app
|
||||
gettingstarted/framework
|
||||
gettingstarted/installation
|
||||
gettingstarted/intro
|
||||
gettingstarted/layouts
|
||||
gettingstarted/packaging
|
||||
gettingstarted/properties
|
||||
gettingstarted/rules
|
||||
guide/layouts
|
||||
|
||||
|
||||
Appendix
|
||||
========
|
||||
|
||||
|
|
|
@ -1,4 +1,10 @@
|
|||
'''
|
||||
OSC
|
||||
===
|
||||
|
||||
This is an heavy modified version of PyOSC, that Kivy use internally for TUIO
|
||||
provider.
|
||||
'''
|
||||
|
||||
__version__ = "0"
|
||||
__author__ = "www.ixi-software.net"
|
||||
|
|
Loading…
Reference in New Issue