Commit Graph

35 Commits

Author SHA1 Message Date
Matthew Einhorn 036d86eb46 Add changelog and fix install table. 2020-11-28 17:40:57 -05:00
Matthew Einhorn 1e03ffd3a7 Re-write install docs. 2020-11-28 03:36:39 -05:00
Matthew Einhorn 0867471178 Move gallery to tools. 2019-12-28 00:02:05 -05:00
Peter Badida 97b6bb4541 Docs: Add section for Cython dependency 2017-11-05 13:42:36 +01:00
Peter Badida c07f97179a Docs: Fetch cython version from setup.py (#5302)
* Docs: Fetch cython version from setup.py

For 1.10.1 is necessary at least 0.25 because of #5220. We replace from setup.py in conf.py

* Force parsing for substitution

* Add docs for conf substitution
2017-07-24 20:59:53 +02:00
Peter Badida aff31f51a3 Docs: Fix examples gallery 2017-04-25 22:09:07 +02:00
Peter Badida 75cf7bf7b3 Docs: Fix errors in build 2017-04-24 16:22:35 +02:00
Peter Badida 18d733c755 Fix docs for RTD 2016-08-28 05:19:03 +02:00
Peter Badida 11dca46426 Fix docs build errors 2016-06-19 07:51:40 +02:00
Ryan Pessa 4e27cf2146 include cython versions info in docs 2015-02-21 23:12:17 -06:00
Zen-CODE 7ca409f67c corrected path to 'logo-kivy.png' for doc building 2014-08-07 22:33:26 +02:00
matham 07043dfff9 Doc: Fix "Unknown node: math" error by adding it to extensions 2014-05-03 22:40:48 -04:00
tshirtman 3eb932679d activate sphinx.ext.viewcode (http://sphinx-doc.org/ext/viewcode.html) 2013-11-26 16:52:52 +01:00
Mathieu Virbel bea9afa389 sync (no tested) 2013-05-30 18:01:39 +02:00
Mathieu Virbel 095c1c1f4c doc: force sphinx extension to be used prior any others python extensions. 2013-05-07 09:53:40 +02:00
Mathieu Virbel 84f8a23577 doc: fix configuration to point on the new logo (but not used anyway in html). 2013-04-30 10:48:39 +02:00
Mathieu Virbel 0b465bed27 doc: started style 2.0 2013-04-11 10:05:37 +02:00
Mathieu Virbel bae94bc3db first 2to3 pass + manual fix for metaclass, UserDict and OrderedDict 2013-03-18 17:39:56 -06:00
Mathieu Virbel daeb1885cc include getting started only for html output (avoid it for pdf.) 2012-08-17 12:53:39 +02:00
Mathieu Virbel 65c9515a37 activate gettingstarted in documentation + fix navigation from the menu. 2012-08-16 18:23:52 +02:00
Mathieu Virbel 081ecf500b doc fixes to remove the hidden toctree 2012-08-16 16:54:52 +02:00
Edwin Marshall (aspidites) 4ae1b14d11 - trying a more flexible method of suppressing warnings
- added reference to clock documentation
2012-07-28 02:46:38 -05:00
Mathieu Virbel 45e90bf9b3 dont activate the warning as error on sphinx, we need the gettingstarted generated, even if its not referenced in the toc + optim to not rewrite rst file if the content didnt change, it prevent sphinx to reread the source. 2012-07-28 08:05:05 +02:00
Edwin Marshall (aspidites) c7408e0b0d - `make clean` removes *.so files
- added exclude_patterns to sphinx config
- changed doc reference to module reference in inputs.rst
- reformated FloatLayout's documentation a bit
- replaced references of RelativeFloatLayout with RelativeLayout
2012-07-25 14:18:54 -05:00
Mathieu Virbel 5e29474863 doc: extend autodoc extension to fix/hide/live rename module in doc (hide the _event module to the user, always use event module instead.) 2012-05-29 03:19:58 +02:00
Mathieu Virbel 29d45d2913 update pdf logo 2012-01-23 16:03:26 +01:00
Mathieu Virbel b9e493f5f0 doc: update docstyle to fit more in the current kivy.org design
+ enhance sidebar to support real table of content
+ various changes in the style / code to make a better doc (wip, as always)
2011-07-23 23:41:22 +02:00
Christopher Denter e3d13a692f docs: change inner link color in the pdf to orange as well + several minor fixes 2011-03-17 20:48:47 +01:00
Christopher Denter fe504d7553 Docs: First take at nicer PDF generation. Basic fonts/layout adapted by
Flask (thanks Armin). Adapted our website color scheme where applicable.
Also added a Pygments highlighting style for code snippets.

To generate: make pdf in root folder and the pdf will be in
doc/build/latex/Kivy.pdf

TODO:
	* Get proper logo file for frontpage
	* Write Pygments lexer for kv lang
	* Would be nice if code boxes were also rounded. Find LaTeX guru
2011-03-16 13:48:07 +01:00
Mathieu Virbel a4e4f30dbe update doc css to include a sidebar 2010-12-22 12:14:24 +01:00
Mathieu Virbel b61e4ce3d2 activate todo generation 2010-12-21 19:05:11 +01:00
Mathieu Virbel 5eb87c1221 change how the title documentation are generated. Now the title are not duplicated anymore.
+ move texture.py into graphics
+ remove obj.py, plugin.py
2010-12-21 15:57:47 +01:00
Mathieu Virbel 5d583468e7 monkey patch sphinx to be able to recognize Cython class as Python class by giving a higher priority to ClassDocumenter. 2010-12-20 23:26:41 +01:00
Mathieu Virbel 477a62a9eb update documentation generation 2010-12-16 20:18:30 +01:00
Mathieu Virbel 1f2fb6eb41 kivy: first import 2010-11-03 17:05:03 -04:00