Mathieu Virbel
|
c37bd0f350
|
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 |
Charles Merriam
|
61415b7dcf
|
Close Issue #2921 - build doc failure
Fixes issue #2921 as seen in
https://groups.google.com/forum/#!topic/kivy-dev/4_DzJUuZAXM.
Fixes doc/autobuild.py minor mistake.
|
2015-01-27 13:47:47 -08:00 |
Thomas-Karl Pietrowski
|
7c44907026
|
Changing text as we don't build only html docs..
|
2015-01-24 17:23:59 +01:00 |
Thomas-Karl Pietrowski
|
558ab20bfa
|
Ooops.. Adding missing if
|
2015-01-24 17:23:20 +01:00 |
Thomas-Karl Pietrowski
|
1b29ddb2a1
|
adding simple function to silence most of the output
|
2015-01-24 17:19:57 +01:00 |
dessant
|
bb73f4ab46
|
make doc autobuild.py work under python 3
|
2014-10-20 23:03:53 +03:00 |
Mathieu Virbel
|
a77706a1b4
|
Separate meshes and vertices, 2 differents mode of result iterations. Added documentation, cleaned example.
|
2014-08-30 17:02:34 +02:00 |
Mathieu Virbel
|
47345370aa
|
doc: fix doc generation + pep8
|
2014-02-03 17:34:06 +01:00 |
Ian McCowan
|
dc19a8fa5b
|
Return an empty string for missing summary lines. Can't compare None to strings in Py3k.
|
2014-02-02 20:12:53 -08:00 |
Zen-CODE
|
10526dfe2c
|
doc: add geometry.py to docs, fix rst issues....
|
2013-11-23 20:29:25 +02:00 |
Mathieu Virbel
|
d8d1874937
|
sandbox: add documentation generation + register sandbox
|
2013-10-11 11:01:30 +02:00 |
qua-non
|
063708b34b
|
Merge pull request #1467 from Zen-CODE/webdebugger
fix: add the webdebugger module to the docs
|
2013-09-05 19:27:17 -07:00 |
Richard Larkin
|
48d493e1b0
|
fix: add webdeugger to the documentation
|
2013-08-26 22:28:13 +02:00 |
Richard Larkin
|
8b43661a69
|
fix: add webdeugger to the documentation
|
2013-08-26 22:26:11 +02:00 |
Richard Larkin
|
a674899f30
|
fix: add storage module to docs
|
2013-08-26 21:49:51 +02:00 |
Mathieu Virbel
|
bea9afa389
|
sync (no tested)
|
2013-05-30 18:01:39 +02:00 |
Mathieu Virbel
|
d73a5df786
|
doc: add kivy.garden in the auto doc
|
2013-05-02 22:44:03 +02:00 |
Mathieu Virbel
|
414353cc08
|
doc: final modification, now need to test pdf
|
2013-04-14 14:44:01 +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
|
0530cdfd7c
|
screen: add module into the documentation
|
2012-11-02 18:27:32 +01:00 |
Mathieu Virbel
|
c196edd42d
|
metrics: add documentation
|
2012-11-02 13:38:39 +01:00 |
Mathieu Virbel
|
63149ad17e
|
fix doc generation
|
2012-10-10 01:04:27 +02: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 |
Mathieu Virbel
|
e541ff3640
|
doc: sort submodules by summary, not by name. This is needed to have a consistent menu.
|
2012-07-16 17:21:45 +02:00 |
Brian Knapp
|
26b21c2531
|
reST docs do not generate errors on make html.
Proxy behavior completed/tested. Lists and dicts now work.
|
2012-05-15 21:41:15 -05:00 |
Mathieu Virbel
|
364e2ff691
|
doc: ignore _event module
|
2012-03-25 13:20:45 +02:00 |
Mathieu Virbel
|
09baeaba17
|
fixes for pyflakes + pep8
|
2012-02-13 03:10:03 +01:00 |
Mathieu Virbel
|
dc2cded96c
|
text/markup + label: introduction of markup text, that can be used for changing the style of the text.
example: [b]Hello [color=ff00ff]World[/color][/b]
+ implementation of interactive text reference
+ implementation of anchors
+ documentation
|
2012-02-08 19:25:22 +01:00 |
Mathieu Virbel
|
7466a67ad3
|
atlas: improve documentation and remove debug
|
2012-01-22 13:22:53 +01:00 |
Mathieu Virbel
|
7b9ee1b4db
|
recorder: new input recorder class + a recorder module. Both can be used for recording touch event in a file, and replay them later.
Lot of limitations exists, but enough for simple test case or screensaver mode.
|
2012-01-03 20:16:19 +01:00 |
Mathieu Virbel
|
bbc04da883
|
support: add documentation for support funcs
|
2011-11-08 23:22:46 +01:00 |
Mathieu Virbel
|
f9430b057f
|
inspector: add module documentation + some fixes for live editing
|
2011-11-02 16:39:05 +01:00 |
Mathieu Virbel
|
d3d4482d08
|
urlrequest: new class for doing asynchronous web request.
|
2011-08-16 18:28:44 +02: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 |
Mathieu Virbel
|
3e2fc4c745
|
doc: lot of fixes to make cython class look like python documentation. Closes #17
|
2011-06-28 12:06:26 +02:00 |
Mathieu Virbel
|
9c512a8273
|
doc: activate shader documentation
|
2011-06-15 13:22:59 +02:00 |
Mathieu Virbel
|
8719670033
|
window: remove any reference to KIVY_SHADOW, this is not used anymore at all. Window is created as soon as kivy.core.window is imported + as soon as opengl is used. Closes #126
|
2011-05-02 10:09:29 +02:00 |
Christopher Denter
|
2ea91c4758
|
extensions: use *.kex instead of *.zip. add docs
|
2011-04-06 16:57:28 +02:00 |
Mathieu Virbel
|
abaf252a7f
|
doc fixes
|
2011-03-29 21:40:26 +02:00 |
Mathieu Virbel
|
0913ea946c
|
Update documentation to fit the website theme
|
2011-01-31 03:06:59 +01:00 |
Mathieu Virbel
|
4234f9eff2
|
enable animation documentation
|
2011-01-04 12:44:00 +01:00 |
Mathieu Virbel
|
a4e4f30dbe
|
update doc css to include a sidebar
|
2010-12-22 12:14:24 +01:00 |
Mathieu Virbel
|
dd472c2483
|
update documentation for making toctree readable.
add ignore_list for autobuild.
|
2010-12-21 19:36:45 +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
|
8afcd296da
|
reordering documentation to include user guide (mostly inspired from flask, thanks guys!) + styling fixes.
|
2010-12-21 02:13:06 +01:00 |
Mathieu Virbel
|
d5e5281d22
|
doc: now doc generation is working.
|
2010-12-17 00:02:30 +01:00 |
Mathieu Virbel
|
992a56e7a3
|
if the documentation is beeing generated, don't create instance of some core providers
+ force loading of all modules in kivy
|
2010-12-16 23:27:37 +01:00 |
Mathieu Virbel
|
5f33fc9926
|
add kivy logo (fake
|
2010-11-11 14:18:14 +01:00 |
Mathieu Virbel
|
1f2fb6eb41
|
kivy: first import
|
2010-11-03 17:05:03 -04:00 |