summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | 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
| | * | | | | Created new branch extdev-tutorial-docJean-Paul Calderone2014-04-040-0/+0
| | |/ / / /
| | * | | | Closes #1436: fix missing empty line after return type in NumPy docstringsTorbj?rn Klatt2014-04-011-0/+1
| | |/ / /
| | * | | merge with stableGeorg Brandl2014-03-261-1/+12
| | |\ \ \ | | | | |/ | | | |/|
| | * | | merge with stableGeorg Brandl2014-03-25155-1177/+7379
| | |\ \ \
| | | * \ \ merge with stableGeorg Brandl2014-03-2542-39/+173
| | | |\ \ \
| | | * | | | Closes #1429: Adds smarter Args parsing for Google style docstrings.Rob Ruana2014-03-212-62/+130
| | | * | | | Closes #1418: Private and special members are properly skipped on Python 3.3Rob Ruana2014-03-114-10/+19
| | | * | | | Closes #1384: Parse and interpret See Also section the way NumpyDoc doesRob Ruana2014-03-093-0/+210
| | | * | | | Closes #1396: Param types with inline markup no longer italicizedRob Ruana2014-03-095-18/+79
| | | * | | | du10/du11 need mock dependencyGeorg Brandl2014-03-081-0/+2
| | | * | | | Fix quickstart on Windows with pyreadline (which comes without __doc__)anatoly techtonik2014-03-081-1/+1
| | | * | | | Closes #1410: imports Mock from unittest.mock when available (Python >=3.3)Rob Ruana2014-03-062-2/+21
| | | * | | | merge with stableGeorg Brandl2014-03-065-12/+55
| | | |\ \ \ \
| | | * | | | | Closes #1413: Moves SearchEnglish import below SearchLanguage definitionRob Ruana2014-03-061-1/+4
| | | * | | | | Merged in shibu/sphinx/add_stemmer (pull request #214)Georg Brandl2014-03-0423-11/+2920
| | | |\ \ \ \ \
| | | | * | | | | make stop word string unicodeYoshiki Shibukawa2014-01-2212-12/+12
| | | | * | | | | Add development memo about stemming JS code, acceleration tips about stemming...Yoshiki Shibukawa2014-01-223-1/+22