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
Edwin Marshall (aspidites)
a839690981
- updated readme
2012-07-25 14:18:54 -05:00
Edwin Marshall (aspidites)
278614d84a
- updated references of ' ::' to '::' where appropriate
...
- made doc/Makefile call autodoc.py
- doc warnings treated as errors
2012-07-25 14:18:54 -05:00
Qua-non
c0cdbe74ce
Doc: GettingStarted: replace absolute paths with relative
2012-07-24 04:38:53 +05:30
gabriel.pettier
a3b082e4d1
fix links to PEP8 and python performance tips
2012-07-22 01:19:55 +02:00
gabriel.pettier
96a86ea05e
merge doc/guide/contribution.rst with doc/contribute.rst
2012-07-22 01:16:30 +02:00
gabriel.pettier
ab8ffc3d31
add contribution in the guide.
2012-07-21 16:29:45 +02:00
gabriel.pettier
22d1f62aa6
add contribution guide
2012-07-21 16:26:41 +02:00
tshirtman
e13ff57698
fix broken link for python-for-android
2012-07-20 16:37:00 +03:00
Mathieu Virbel
85f6b62fba
doc: fix versionchanged syntax, message wasnt showed anymore
2012-07-18 17:52:17 +02:00
Mathieu Virbel
4208be2f66
doc: fix event/parameters/fieldlist css
2012-07-18 17:40:13 +02:00
Mathieu Virbel
1cc2fefa77
doc: rewrite getting started / events, based on the quanon text
2012-07-16 17:22:19 +02:00
Mathieu Virbel
d4941e4cf1
doc: better link styling.
2012-07-16 17:21:56 +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
gabriel.pettier
8868897c19
add missing RelativeLayout in layout doc
2012-07-15 00:41:01 +02:00
gabriel.pettier
da5ce9e4ce
start of a layout section in quide
2012-07-15 00:28:01 +02:00
Mathieu Virbel
50a3ff63a5
doc: add instruction to update kivy to latest master using window portable package
2012-07-14 15:54:52 +02:00
Mathieu Virbel
28f59ada13
Merge branch 'master' of ssh://github.com/kivy/kivy
2012-07-14 14:10:22 +02:00
Mathieu Virbel
8b04a8d64f
doc: add python/kivy properties comparaison, and how to observe them. Better referencement in getting started.
2012-07-14 14:10:14 +02:00
Mathieu Virbel
77d2b01258
gettingstarted: fixed installation / intro text / format
2012-07-14 14:09:34 +02:00
Mathieu Virbel
9c17e3c970
doc: temporary prevent the menu scrolling.
2012-07-14 14:09:11 +02:00
Mathieu Virbel
5c1e22f427
doc: add icon for warning/note admonition
2012-07-14 12:30:26 +02:00
Qua-non
9e9a6b05a7
Doc: add screenmanager.py to examples list + pep8 fixes
2012-07-14 15:31:01 +05:30
tshirtman
aea1453b69
Fix downloads → download anchor, thanks killerswan !
2012-07-09 23:49:33 +03:00
Qua-non
2392816909
Doc:Gettingstarted: add new examples to list and improve links in examples.rst.
2012-07-08 17:55:50 +05:30
Charles de Villiers
536a0b1c26
iLanguage & editing changes for gettingstarted/ doc files.
2012-07-08 11:36:49 +02:00
Mathieu Virbel
ac1775c989
Update master
2012-07-08 00:24:02 +03:00
Mathieu Virbel
37efd2a7aa
Update master
2012-07-08 00:06:05 +03:00
Thomas Hansen
d396c31d8a
Merge pull request #553 from geojeff/simple_design_of_widget
...
Added several short notes about keeping the design of the Widget class s...
2012-07-07 06:33:37 -07:00
Romain Dorgueil
708fb5c371
Update packaging for android doc to add SDK requirements.
2012-07-07 15:39:01 +03:00
fk-lx
d5e64e2f5f
Corrected PongPlayer to PongPaddle in documentation
2012-07-07 13:11:03 +03:00
Jeff Pittman
f475eef643
Added several short notes about keeping the design of the Widget class simple and lean, explaining to the new developer that derived classes and custom widgets implement such properties as background_color.
2012-07-05 06:02:33 -05:00
Christofer Bertonha
5b2d302246
Some Capital Fixes
2012-07-04 15:47:21 +03:00
tshirtman
3dcb58eef5
fix import in code example (thanks mctouch :))
2012-06-26 22:11:12 +03:00
Mathieu Virbel
becf7fda42
Introduce CheckBox widget. If a group is set, it became a "radio button".
2012-06-23 19:28:01 +02:00
Mathieu Virbel
219a1a938a
update kivy launcher installation instruction
2012-06-19 17:21:44 +02:00
Edwin Marshall (aspidites)
2e6e9fe273
- updated reference in faq to contribute
...
- mainly to test that the fixed githook works properly
2012-06-13 15:33:49 -07:00
Edwin Marshall (aspidites)
e7b8df48e0
- updated pre-commit hook to work with other distros (eg. python 2 and 3 installed)
2012-06-13 15:17:17 -07:00
Edwin Marshall (aspidites)
06ae7872c4
- repaced defunct pocoo pastebin link to github's gist
2012-06-13 14:23:33 -07:00
Qua-non
006154cb94
Doc:fix documentation for Tabbed Panel
2012-06-09 23:08:40 +05:30
Mathieu Virbel
81b2869f3b
Merge branch 'master' into uix-tabbedpanel
2012-06-06 18:42:52 +02:00
tshirtman
c41240739c
Merge pull request #487 from aspidites/master
...
I've added sane defaults to the object, string, list, and dict properties
2012-06-05 17:01:01 -07:00
Mathieu Virbel
33543659ac
add KIVY_NO_FILELOG and KIVY_NO_CONSOLELOG to avoid logging in file and console.
2012-06-06 01:45:30 +02:00
Qua-non
3d79464d6e
Doc: Getting Started: Add a list of examples with a description.
2012-06-05 02:16:34 +05:30
Qua-non
ff0ccc058c
Doc: Fix typo `pat` on your back not `part` as
...
mentioned by tshirtman.
2012-05-30 09:40:15 +05:30
Qua-non
99ba782e38
Doc: merge fixes from Florent Paterno, closes #492
2012-05-30 09:33:26 +05:30
Qua-non
da6d2534c9
minor changes to getting started
2012-05-30 02:28:03 +05:30
Qua-non
dcd25c1501
Doc: minor corrections to `getting started` and a gif to show final result
...
of using a Animation.
2012-05-29 17:03:41 +05:30
Mathieu Virbel
8bbe5d16a9
Merge branch 'master' of ssh://github.com/kivy/kivy
2012-05-29 03:20:11 +02: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