tshirtman
f8c7339bd0
fix call to :module: instead of :mod: into documentation
2012-11-27 11:51:26 +01:00
tshirtman
ccc5666ee6
add some doc in the guide2
2012-11-27 01:42:13 +01:00
tshirtman
7fe72d759e
update/fixes to guide2 doc
2012-11-26 17:35:21 +01:00
tshirtman
0078438566
some addition to new documentation
2012-11-26 01:11:46 +01:00
tshirtman
0debf84859
explain app creation and events
2012-11-25 02:34:15 +01:00
qua-non
e221102658
Doc: make the VM visible in creating apk docs
2012-11-07 15:32:37 +05:30
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
11f55027a0
ios/packaging: update documentation about launch image
2012-10-28 17:54:38 +01:00
Mathieu Virbel
93cac98237
doc: reference the gettingstarted on the doc start page.
2012-10-25 12:11:23 +02:00
Mathieu Virbel
70891fce3e
firstwidget: update the firstwidget introduction to remove userdata, and use only touch.ud + enhance docs. #closes 726
2012-10-25 12:01:43 +02:00
qua-non
bf1bc3be4d
Merge pull request #750 from kivy/codeinput
...
Codeinput
2012-10-23 08:50:40 -07:00
Joe Hillenbrand
78f1a75c14
doc typo
2012-10-22 11:11:46 -07:00
Qua-non
4a8235254e
Doc: add preview image for CodeInput
2012-10-19 04:26:39 +05:30
Qua-non
d9bd348cee
uix: New widget CodeInput, highlited code editor
2012-10-19 04:15:10 +05:30
Mathieu Virbel
8e2345a3ce
fix pdf generation
2012-10-16 11:19:01 +02:00
Mathieu Virbel
205446630a
doc: fix pyinstaller instructions for Windows
2012-10-15 19:36:28 +02:00
Mathieu Virbel
96b5db74fc
Merge pull request #715 from edthedev/design_guide_larger_filenames
...
Design guide larger filenames
2012-10-15 07:57:47 -07:00
tshirtman
15d733e79a
make python version requirement clearer
2012-10-12 00:10:04 +02:00
Mathieu Virbel
63149ad17e
fix doc generation
2012-10-10 01:04:27 +02:00
Mathieu Virbel
520220f6a3
guide2: first pass to add bases of the programming guide new generation.
2012-10-07 19:31:32 +02:00
EdTheDev
55af4688a3
Fixes incorrect link reported in https://github.com/kivy/kivy/issues/712
2012-10-05 12:10:19 +02:00
EdTheDev
4fb4ceab69
Added section titles that spell out which files the code and layout go in.
...
I got a little lost working through this example because I made an incorrect assumption about the filename needed for controller.kv. The goal to this change is to draw more attention to the filename and keep future users from making the same mistake.
2012-10-02 21:19:42 -05:00
EdTheDev
54dd5f5ada
Fixes incorrect link reported in https://github.com/kivy/kivy/issues/712
2012-10-02 20:52:02 -05:00
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