Commit Graph

349 Commits

Author SHA1 Message Date
kennethreitz ac9d8d31b5 promote 2016-02-22 00:18:58 -05:00
kennethreitz c8207819c8 update to web 2016-02-22 00:16:35 -05:00
kennethreitz f12ff7d459 rewrite flask/django 2016-02-21 23:56:42 -05:00
kennethreitz c6b4cb8d49 Records! 2016-02-21 23:44:47 -05:00
Romain Catajar 5a2374d093 Fix varibable name in XML parsing scenario
In the xmltodict example, the xml is loaded in the variable obj but is later referenced as doc.
Fixed by renaming obj to doc
2016-01-27 17:52:53 +01:00
kennethreitz 2d85613ae5 Merge pull request #580 from mahanmarwat/master
PyGObject section added
2016-01-15 18:26:17 -05:00
kennethreitz a6d750ae6b Merge pull request #625 from gsenesac/serialization
Added serialization.rst file to scenarios.
2016-01-15 18:08:33 -05:00
Taranjeet aa8bf18b87 removes repeating web.py from docs/scenarios 2015-12-27 18:02:49 +05:30
Thomas Levine 6e4eb1f9a6 use .content in lxml
This can also be thought of as a bug in lxml.
It just occurred to me that maybe I should fix that.
2015-11-04 20:05:31 -05:00
Ian Cordasco 184ef033ff Merge pull request #636 from ambray/aaron/add-clib-doc
Aaron/add clib doc
2015-11-01 13:57:48 -06:00
aaron 3f0508403e Fixed a formatting issue introduced in ctypes 2015-11-01 13:33:47 -06:00
aaron fc092a1a98 Added CFFI section 2015-11-01 11:40:05 -06:00
aaron 7d0139a248 Modified ctypes entry for clarity 2015-11-01 08:41:27 -06:00
Ian Cordasco de12022fc3 Fix line wrapping from #625
Strip trailing whitespace

(cherry picked from commit 932a66a78bac5b41f723758ba6dd6489c1346215)
2015-10-31 11:04:48 -05:00
Ian Cordasco b02a66ae98 Merge branch 'pr/635'
Closes #635
2015-10-31 11:04:39 -05:00
Shiven Mian dff8f0d943 Fixed duplicate target name
Address review comments on content of additions and match section title
styling of the rest of the guide.
2015-10-31 10:51:41 -05:00
Shiven Mian 6d7c9897b9 Updated OpenCV 2015-10-31 10:51:41 -05:00
Shiven Mian 5714d409e3 Added OpenCV to Image Processing 2015-10-31 10:51:41 -05:00
Ian Cordasco 727ff08091 Merge pull request #621 from bhavnanisidhant/patch-2
Added Web.py and Web2py
2015-10-31 09:28:51 -05:00
Ian Cordasco 0e06a61ea5 Merge branch 'pr/640'
Closes #640
2015-10-31 09:20:14 -05:00
Navdeep Singh fd846d8820 Add short description of Buildout 2015-10-31 09:20:03 -05:00
Navdeep Singh 2527b7c5e5 Add space missing between operating and system 2015-10-31 09:17:32 -05:00
Ian Cordasco 33d3fee331 Merge pull request #634 from SanketDG/mako
add Mako to templating section
2015-10-30 08:45:59 -05:00
Jorge Puente-Sarrín e602c5f4a9 Fix typo Beazleys -> Beazley's 2015-10-27 09:20:10 -05:00
aaron 599200c023 Edited for typos 2015-10-26 23:52:03 -05:00
aaron 2dea4bc5ee Added sections for SWIG and boost.python 2015-10-26 23:45:11 -05:00
aaron 44ca0b19a6 Added clib interface file; populated ctypes 2015-10-26 23:42:56 -05:00
SanketDG 92cfb70e87 add Mako to templating section
http://www.makotemplates.org/

Mako is the default templating language included in the pyramid
and pylons web frameworks. This includes a short info on how to
get started writing templates in Mako.
2015-10-26 21:58:34 +05:30
Baptiste Mille-Mathias 0e643b28d8 Update link documentation for chef
Documentation moved elsewhere
2015-10-25 21:16:25 -05:00
Ian Cordasco 0be039df57 Merge branch 'pr/586'
Closes #586
2015-10-25 21:07:40 -05:00
katmutua 699255b72a More notes on chef for configuration management 2015-10-25 21:06:39 -05:00
Navdeep Singh 4b370757a3 Add a missing space in the Puppet Admin section 2015-10-24 11:16:12 -05:00
Gordon Senesac Jr 5ce9c8a445 Added serialization.rst file to scenarios. 2015-10-22 20:25:44 -05:00
Sidhant Bhavnani a5510abc65 Added Web.py and Web2py 2015-10-22 21:27:36 +05:30
Mark van Lent 1f68a425dd Fix duplicate target name "uwsgi". 2015-10-21 06:20:11 +02:00
Mark van Lent d8b6a22f58 Fix duplicate target name "here". 2015-10-21 06:20:11 +02:00
Mark van Lent 28518b1ada Replace the "non breaking space" unicode character with a normal space. 2015-10-21 06:19:55 +02:00
Gordon Senesac Jr 2b12a3c99d Added in examples and link to tutorial for imaging.rst. 2015-10-19 19:24:27 -05:00
katmutua c39415e082 Make grammar changes to last commit 2015-10-06 13:24:53 +03:00
katmutua f870869440 Include preliminery content on chef 2015-10-06 13:19:36 +03:00
katmutua 8583bf55ef Add practical reference for ansible 2015-10-06 12:42:22 +03:00
Ian Cordasco 36114aa6d5 Merge pull request #582 from annp89/feature/fix_django_section_broken_link
Change to link to point to "dev" version of documentation in Django docs
2015-10-03 16:30:07 -05:00
Ann Paul a3a96b2ee0 Change to link to point to "dev" version of documentation in Django docs 2015-10-03 14:16:51 -07:00
Mahan Marwat 9e10efa6fc Merge remote-tracking branch 'upstream/master' 2015-10-03 22:07:08 +05:00
Mahan Marwat c95f0d010b PyGObject section added
PyGObject (Python GTK+ 3 bindings) section has been added.
2015-10-03 10:38:14 +05:00
Tobias Schmidt 139a9671db fixed a few typos 2015-10-03 00:50:20 +02:00
Varun Agrawal a829c6e9ba PIL installation link fix 2015-10-02 14:32:04 +00:00
Markus Hackspacher 2187540f9d pyside link 2015-09-16 21:40:40 +02:00
spollard 9b1e9e2686 Update gui.rst 2015-06-18 10:57:23 -06:00
José Fernández Ramos 06e3bcef58 Fix rst formatting for chameleon link 2015-05-24 18:09:05 +02:00