Commit Graph

917 Commits

Author SHA1 Message Date
Akshay Arora 58af726d4e Merge pull request #2929 from merriam/merriam-clean-sources
Merriam Makefile Updates
2015-01-30 00:33:53 +05:30
dessant 9ee62a4e0e typo fix 2015-01-28 01:37:37 +02:00
Charles Merriam 0718e95564 Add more targets to doc's 'make help' 2015-01-27 15:34:26 -08:00
Charles Merriam 2899feffd7 Fixes to 'make help'
Add clean and alphabetize options, for consistency is my little
hobgoblin.
2015-01-27 15:01:30 -08:00
Charles Merriam 7a80a36d3b Clean generated api sources.
Have ‘make clean’ also remove the source/api-*.rst files made by
autobuild.py
2015-01-27 15:00:50 -08:00
Zen-CODE 5f70781588 Merge branch 'master' of https://github.com/kivy/kivy 2015-01-28 00:34:14 +02:00
Zen-CODE 0786e56b05 doc: added note on compiler crashes
Because I would almost certainly never had guessed this unless a work
colleague suggested it...
2015-01-28 00:32:40 +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
Richard Baumann faf5c864e0 Updated to correct cython version
Was cython >= 0.15, now is cython==0.20
2015-01-26 17:41:51 +01:00
Zen-CODE fb823763dd Merge branch 'master' of https://github.com/kivy/kivy 2015-01-25 21:42:18 +02:00
Zen-CODE 9f66b7cbae doc: integrated layout links into descriptions 2015-01-25 21:40:14 +02:00
Thomas-Karl Pietrowski 5d4c869d40 Run autobuild.py only once
* Saves time if you want to build multiple formats
2015-01-25 14:21:38 +01:00
Thomas-Karl Pietrowski 930041a3ca Adding comment for the user about appearing errors when building pdf docs 2015-01-25 11:35:52 +01:00
Thomas-Karl Pietrowski 55d8b482e9 Ignoring failed pdf build as long as pdf file exists 2015-01-25 00:38:54 +01:00
Thomas-Karl Pietrowski 4fdfe78b49 en-/disable-ENDUSER_BUILD does not work 2015-01-24 18:49:06 +01:00
Thomas-Karl Pietrowski c9df277820 silencing pdflatex via LATEXOPTS 2015-01-24 18:20:43 +01: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 35b555bb26 Applying new silenced=yes option 2015-01-24 17:20:31 +01:00
Thomas-Karl Pietrowski 1b29ddb2a1 adding simple function to silence most of the output 2015-01-24 17:19:57 +01:00
Thomas-Karl Pietrowski 32821ee3ad adding "-T" option "Show full traceback on exception." 2015-01-24 16:52:05 +01:00
Thomas-Karl Pietrowski 6606f9846f Updating Makefile in /doc
* Adding instructions to make pdf and ps here
* Adding options to make silenced builds
* Adding _TEST to switch between silenced (ENDUSER_BUILD) and verbose builds for testing
* Adding build-all for testing
* Adding test target to build-all in test-mode
2015-01-24 16:45:08 +01:00
Thomas-Karl Pietrowski 90476018a7 Cleanups and adding _TEST options 2015-01-24 16:26:14 +01:00
Zen-CODE 7766b19cd1 doc: added ScatterLayout to 'getting started' guide 2015-01-24 10:49:32 +02:00
Zen-CODE cf0b5e58e2 doc: added PageLayout to 'getting started' guide 2015-01-24 10:41:41 +02:00
Mathieu Virbel 6f8ed55b70 environment: add an option to prevent parsing command line argument as kivy arguments. Ref: #2873 2015-01-21 11:51:55 +01:00
gabriel pettier 657440c1aa add python-dev to rpi build instructions, fixes #2740 2014-12-25 19:13:04 +01:00
Don Kirkby c26e7f5ef2 Use full sentences for "Where to go now?" 2014-11-29 16:35:40 -08:00
Don Kirkby 2cda9cef92 Typo fix of -> off 2014-11-29 16:18:04 -08:00
Don Kirkby 56a1bf570b More apostrophe fixes 2014-11-27 22:57:47 -08:00
Don Kirkby 0428661d6c typo fix your -> you're 2014-11-27 22:05:53 -08:00
Don Kirkby 5403c416d3 Move apostrophe 2014-11-26 23:04:46 -08:00
Don Kirkby 65622b5b82 Grammar fix: it's -> its 2014-11-26 22:30:42 -08:00
Guillermo Gutiérrez ca6255a667 doc: break unreadable long lines on latex
Three URI's for fedora repos are unreadable on latex pdf output.
This adds continuation line for copy&pasting to bash.
2014-11-26 17:51:02 +01:00
dessant 61e8c10eb4 Optimize doc images with trimage 2014-11-16 12:55:28 +02:00
Ryan Pessa 008f88a97e add images 2014-11-15 17:43:09 -06:00
dessant 8913bed426 rename KIVY_SDL_PATH TO KIVY_SDL2_PATH and clean up env var query 2014-11-14 14:19:34 +02:00
dessant 1b5267cf0c rename to KIVY_SDL_PATH and remove PATH manipulation in kivy __init__ 2014-11-08 17:43:15 +02:00
dessant 76f07d4ef1 remove bold style 2014-11-05 17:39:39 +02:00
dessant 64f1357b64 link to the community guidelines 2014-11-05 17:36:53 +02:00
Lauritz V. Thaulow fae49716c3 Fix typo in graphics guide docs 2014-10-20 23:10:33 +02:00
dessant a56d0250b4 Merge pull request #2595 from LauritzThaulow/master
Fix formatting error in kv lang docs
2014-10-20 23:34:28 +03:00
dessant bb73f4ab46 make doc autobuild.py work under python 3 2014-10-20 23:03:53 +03:00
Lauritz V. Thaulow e247a7a9f9 Fix formatting error in kv lang docs 2014-10-20 20:37:20 +02:00
dessant 85895d146c Show doc anchors only on bar hover 2014-10-02 04:43:44 +03:00
dessant c5e9077f72 Show anchors in the doc
Fixes https://github.com/kivy/kivy/issues/2539, when clicking on method anchors, the respective method will contract, that's a separate issue that needs to be solved.
Having an anchor to copy is still better at this point.
2014-10-02 02:14:36 +03:00
Ryan Pessa 5b6dfe9e59 fix tabs 2014-09-29 11:07:06 -05:00
Ryan Pessa fe3b10ea57 update docs with KIVY_HOME 2014-09-27 17:24:20 -05:00
akshayaurora 1cdcac5fa0 fix leftover conflicts from last merge 2014-09-21 21:33:19 +05:30
akshayaurora 11210a1737 Merge branch 'master' of http://github.com/kivy/kivy into sdl2-support
Conflicts:
	.gitignore
	doc/sources/faq.rst
	doc/sources/guide/android.rst
	examples/audio/audio.kv
	examples/audio/main.py
	kivy/_event.pyx
	kivy/adapters/__init__.py
	kivy/adapters/adapter.py
	kivy/config.py
	kivy/core/clipboard/__init__.py
	kivy/core/image/img_imageio.pyx
	kivy/core/image/img_pil.py
	kivy/core/video/video_ffpyplayer.py
	kivy/core/video/video_gi.py
	kivy/core/video/video_gstplayer.py
	kivy/core/video/video_pygst.py
	kivy/core/window/__init__.py
	kivy/event.py
	kivy/graphics/common.pxi
	kivy/graphics/texture.pyx
	kivy/graphics/vertex_instructions.pyx
	kivy/graphics/vertex_instructions_line.pxi
	kivy/input/providers/androidjoystick.py
	kivy/input/providers/mouse.py
	kivy/lib/gstplayer/_gstplayer.pyx
	kivy/network/urlrequest.py
	kivy/properties.pyx
	kivy/tools/packaging/win32/kivy-2.7.bat
	kivy/tools/packaging/win32/kivy-3.3.bat
	kivy/tools/packaging/win32/kivy.bat
	kivy/uix/behaviors.py
	kivy/uix/checkbox.py
	kivy/uix/codeinput.py
	kivy/uix/dropdown.py
	kivy/uix/listview.py
	kivy/uix/screenmanager.py
	kivy/uix/scrollview.py
	kivy/uix/textinput.py
	kivy/uix/vkeyboard.py
	kivy/uix/widget.py
	kivy/utils.py
	setup.py
2014-09-21 20:38:29 +05:30