Commit Graph

368 Commits

Author SHA1 Message Date
Carlos de la Guardia cc6a4c03a8 Remove inaccurate comparison of Pyramid to Django.
Ass proposed in #693.
2016-03-30 23:53:51 -06:00
Marijn van der Zee 4d8ae2a694 I fail to see how Mule would help in Continuous Integration scenarios
afaik Mule is an Enterprise Service Bus, which can be useful in enterprise application integration scenarios,
but imo it is really is not useful in the context of continuous integration of Python programs.
2016-03-13 17:30:57 +01:00
Crack Duck 31452655eb change W3C link to the XPath Tutorial
the old link 404's, so I did a quick search and found the W3C XPath tutorial and replaced the link.
2016-03-05 13:22:56 +01:00
Scott Burns 4a83c7a88b Clarify gondor 2016-02-22 15:22:32 -06:00
kennethreitz e39e69d7a4 thats better 2016-02-22 00:58:21 -05:00
kennethreitz 5c1329ed9b sp 2016-02-22 00:55:59 -05:00
kennethreitz 819255fd01 waitress 2016-02-22 00:54:32 -05:00
kennethreitz b1032554dd tornado opinion 2016-02-22 00:49:34 -05:00
kennethreitz b98cc3bd2c fail 2016-02-22 00:48:45 -05:00
kennethreitz 23d13f3762 better 2016-02-22 00:48:08 -05:00
kennethreitz a4c1c3213a recommended 2016-02-22 00:41:00 -05:00
kennethreitz b7b58209ca few 2016-02-22 00:39:13 -05:00
kennethreitz 1edba2863f better 2016-02-22 00:38:06 -05:00
kennethreitz b887e0df6f better 2016-02-22 00:36:46 -05:00
kennethreitz c1093f01ae simplify 2016-02-22 00:35:36 -05:00
kennethreitz 8cf1d124bb templates 2016-02-22 00:34:19 -05:00
kennethreitz ca270f5833 better 2016-02-22 00:27:26 -05:00
kennethreitz e6c516f108 note 2016-02-22 00:25:12 -05:00
kennethreitz bd19eccf23 better wording 2016-02-22 00:23:11 -05:00
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