Commit Graph

344 Commits

Author SHA1 Message Date
EdTheDev df5a1ecc02 Expanded the 'Documentation Contributions' section to make it clear where the documentation is stored, and how changes are expected to be handled.
Also added a link to ReStructuredText documentation, mentioned the dependency on python-sphinx, and added the command to rebuild the HTML.
2012-10-02 12:34:49 -05:00
EdTheDev ac2fdca029 Extended a title line of '~' to allow 'make html' to finish.
Seems to have been a warning in previous versions, and is not a halting error. (As of library default from Ubuntu 12.04).
2012-10-02 12:33:14 -05:00
tshirtman fd952fec10 add instructions to install cython from pip for linux distributions
closes: #709
2012-10-02 00:44:19 +02:00
Qua-non 71ebe6c6e5 Doc: update images/gif's to reflect latest theme for kivy 2012-10-01 02:30:58 +05:30
Qua-non 7290ae7c76 Doc: update images of widgets to show latest theme in previews 2012-09-30 17:13:48 +05:30
Qua-non 5341f87ee4 Doc: Clarify name of the .kv file to be auto-loaded by default 2012-09-29 01:03:25 +05:30
Mathieu Virbel 70d722ed5a docfixes again 2012-09-25 20:12:12 +02:00
Mathieu Virbel ead073115f doc: fix generation 2012-09-25 20:06:16 +02:00
Mathieu Virbel 64be028233 doc: add main.py reference in ios doc. 2012-09-25 19:53:10 +02:00
Mathieu Virbel 283a0ffadf win/pyinstaller: update pyinstaller packaging for windows platform. refs #462, #659 2012-09-25 16:33:15 +02:00
Mathieu Virbel 9a0f19a2c7 osx/pyinstaller: fix typo in doc. refs #462 2012-09-25 16:26:06 +02:00
Mathieu Virbel 60af270217 osx/pyinstaller: add documentation about how to add gstreamer to osx package. refs #462 2012-09-25 15:50:15 +02:00
Mathieu Virbel a0aaab6924 pyinstaller: update documentation for pyinstaller 2.0 on osx. we should really push the kivy hook in pyinstaller! refs #659 2012-09-24 21:40:57 +02:00
Mathieu Virbel d58ee1fdcb line: add image for line instruction 2012-09-24 18:22:49 +02:00
Mathieu Virbel a2647ada85 finish implementation of DPI.
The current implement live in NumericProperty. We still have a hack cause of Text core provider: we was always multiply the font_size by 1.333 for simulating DPI on standard screen (72->96).
But now, we should'nt do that. If we remove the multiplication, all the px font_size will be reduced.
In order to not break all the apps, we are doing the * 1.333 only for font_size != px, in Label and TextInput.
You can configure the DPI with --dpi=222 or KIVY_DPI=222.
2012-09-07 02:52:00 +02:00
Qua-non 41e994e263 Merge branch 'master' of https://github.com/kivy/kivy 2012-08-31 17:12:16 +05:30
Qua-non 33c48fd87b DOC: mention issues with adreno 200/205 based devices on Android 2.3.x
in FAQ
2012-08-31 17:08:16 +05:30
Edwin Marshall (aspidites) 55bc83f68a - instruct user to install nose from pip, not nosetest, fixes #655 2012-08-30 22:11:24 -04:00
Mathieu Virbel daeb1885cc include getting started only for html output (avoid it for pdf.) 2012-08-17 12:53:39 +02:00
Qua-non fd9b0d446f Doc: getting started fix links in the packaging section. 2012-08-17 05:49:14 +05:30
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
Dominik Kozaczko d1eefab851 more corrections to docs 2012-08-09 13:50:05 +02:00
Dominik Kozaczko e68d68d1ac README links to correct API doc location 2012-08-09 13:20:14 +02:00
Dominik Kozaczko d178f02c5b small corrections to docs 2012-08-09 13:07:07 +02:00
Julien Bouquillon d94ef8a60c some more doc fixes 2012-08-09 01:10:17 +02:00
Julien Bouquillon c75f92ecfc add info about compiling docs 2012-08-09 00:20:10 +02:00
Mathieu Virbel 460cc8ea3c ios: add entry about how to see the kivy logs/exception + add processcraft in the app store apps 2012-08-02 16:09:46 +02:00
Mathieu Virbel 82eb0051f4 spinner: introduce new Spinner widget: A view that displays one child at a time and lets the user pick among them. Made only for text.
(this replace the combobox pull request, and its based on the dropdown widget.)
2012-07-31 16:02:51 +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
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