summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Close branch stevepiercy/update-pylons-link-add-pyramid-and-subst-1402445058989stevepiercy/update-pylons-link-add-pyramid-and-subst-1402445058989Takayuki Shimizukawa2014-06-110-0/+0
* Update Pylons link, add Pyramid and Substance DSteve Piercy2014-06-111-1/+3
* added Lasso to example sites and booksEricFromCanada2014-06-091-0/+3
* merge with stableshimizukawa2014-06-09195-1800/+18674
|\
| * * Provide non-minified JS files for jquery.js and underscore.js to clarify th...shimizukawa2014-06-074-0/+10496
| * update CHANGES for #1459,PR#244 mathjax http:// url.shimizukawa2014-06-051-0/+2
| * fixes #1459sbrandtb2014-06-051-1/+1
| * * update CHANGES and fix for py3-compat for pull request #241. Closes #1466shimizukawa2014-05-282-1/+3
| * Merged in vitaut/sphinx/cpp-variadic (pull request #241)Takayuki Shimizukawa2014-05-28100-717/+713
| |\
| | * * Drop Python-3.2. And now, removing 2to3 mechanism procedure has been comple...shimizukawa2014-05-275-18/+10
| | * Merged in shimizukawa/sphinx-py3-native (pull request #243)Takayuki Shimizukawa2014-05-274-3/+25
| | |\
| | | * Merged in shimizukawa/sphinx-use-six (pull request #238)Takayuki Shimizukawa2014-05-254-3/+25
| | | |\
| | * | | remove unnecessary `list()` wrappers. In some places, I replaced `iterable.so...shimizukawa2014-05-257-21/+17
| | * | | remove custom_fixers. it is not needed anymore.shimizukawa2014-05-033-13/+1
| | * | | use b prefix for bytes instead of sphinx.pycompat.b function.shimizukawa2014-05-0110-58/+42
| | * | | Add Python-3.4 supportshimizukawa2014-05-012-1/+2
| | * | | delegate '__nonzero__' to '__bool__' for py2/py3 compatibility in one source....shimizukawa2014-05-013-3/+6
| | * | | remove 2to3. #1350.shimizukawa2014-05-012-20/+3
| | * | | use py2/py3 compat except syntax. #1350.shimizukawa2014-05-011-1/+1
| | * | | fix py2/py3 compat for 'iter.next()/next(iter)' and 'dict.values()/list(dict....shimizukawa2014-05-012-2/+2
| | * | | use 'next(iter)' instead of 'iter.next()' to support py2/py3 compatibiity. re...shimizukawa2014-05-011-6/+6
| | * | | tiny fix for py2/py3 compatibility in one source.shimizukawa2014-05-012-9/+2
| | * | | wrap py3 iterators with list() for each places that expect a list object. ref...shimizukawa2014-04-3021-37/+35
| | * | | replace ur'' prefix with r'' to support py2/py3 in one source. refs #1350shimizukawa2014-04-305-94/+97
| | |/ /
| | * | remove 'six' name except importing line.shimizukawa2014-04-3044-143/+126
| | * | use six privided functions/classes to support py2/py3 in one source. refs #1350shimizukawa2014-04-304-13/+14
| | * | use UnicodeMixin for __str__, __unicode__ to support py2/py3 in one source. r...shimizukawa2014-04-303-24/+20
| | * | use six privided text_type() to replace with unicode() to support py2/py3 in ...shimizukawa2014-04-2928-128/+151
| | * | provide __next__() and use native next() to support py2/py3 in one source. re...shimizukawa2014-04-298-29/+33
| | * | wrap iterator with list() to avoid 'dictionary changed size during iteration'...shimizukawa2014-04-299-18/+18
| | * | use six privided iteritems(),itervalues() to support py2/py3 in one source. r...shimizukawa2014-04-2936-85/+129
| | * | use six privided functions/classes to support py2/py3 in one source. refs #1350.shimizukawa2014-04-2924-80/+79
| | * | introduce the six module and reduce sphinx.util.pycompat implementation. refs...shimizukawa2014-04-2938-137/+142
| * | | Add support for variadic templates in C++ domainVictor Zverovich2014-05-122-3/+13
| | |/ | |/|
| * | Merged in davidjb/sphinx/tag-documentation (pull request #240)Takayuki Shimizukawa2014-05-123-3/+16
| |\ \
| | * | update CHANGES for string length of the websupport db schema.shimizukawa2014-05-051-0/+2
| | * | Merged in solos/sphinx (pull request #235)Takayuki Shimizukawa2014-05-051-1/+1
| | |\ \
| | | * \ ?? birkenfeld/sphinx ? defaultsolos2014-04-191-1/+1
| | | |\ \
| | | | * | fix node_id String lengthsolos2014-04-191-1/+1
| | * | | | fix: For a apidoc -M feature, packages with empty docstring caused a syntax e...shimizukawa2014-05-052-0/+3
| | * | | | Merged in westurner/sphinx/apidoc_output_order (pull request #236)Takayuki Shimizukawa2014-05-054-28/+20
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | * | | | #1456: apidoc: Add a -M option to put module documentation before submodule d...Wes Turner2014-04-191-2/+10
| | | |/ / | | |/| |
| * | | | Expand tag documentation to include syntax requirementsDavid Beitey2014-05-122-0/+9
| * | | | Start documentation branchDavid Beitey2014-05-120-0/+0
| | |/ / | |/| |
| * | | remove tests.util.write_file duplicated implementation.shimizukawa2014-04-283-23/+11
| * | | tiny documentation fixshimizukawa2014-04-281-3/+2
| * | | Updates Napoleon documentation per suggestion by a userRob Ruana2014-04-261-3/+8
| |/ /
| * | Closes 1455: Adds better handling of namedtuples in napoleon's skipmember fun...Rob Ruana2014-04-192-7/+23
| |/
| * Merged in exarkun/sphinx/extdev-tutorial-doc (pull request #232)Georg Brandl2014-04-040-0/+0
| |\
| * | Fix a copy/paste (presumably) mistake in the extdev tutorial.Jean-Paul Calderone2014-04-041-1/+1