Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-10-02C++, fix bug in type alias parsing.Jakob Lykke Andersen
2015-10-01C++, fix parsing of types prefixed with 'enum'.Jakob Lykke Andersen
2015-10-01C++, add parameter pack expansion as base classes.Jakob Lykke Andersen
2015-10-01C++, add support for final classes.Jakob Lykke Andersen
2015-10-01C++, document base class grammar, and cleanup.Jakob Lykke Andersen
2015-10-01Fix flake8 error.Rapptz
2015-10-01C++, add support for virtual base classesRapptz
2015-09-14C++, add missing support for 'friend' functions.Jakob Lykke Andersen
2015-09-13C++, fix parsing of signed/unsigned char.Jakob Lykke Andersen
2015-09-06C++, add namespace push/pop directives.Jakob Lykke Andersen
2015-09-06C++, fix for template argument parsing.Jakob Lykke Andersen
2015-09-06C++, yet more code cleanupJakob Lykke Andersen
2015-09-06C++, code cleanup.Jakob Lykke Andersen
2015-09-06C++, support for templates.Jakob Lykke Andersen
2015-09-02C++ initial refactoring to support templates.Jakob Lykke Andersen
2015-09-02C++, fix base class rendering.Jakob Lykke Andersen
2015-07-25merge with stableshimizukawa
2015-07-25Closes #1903: Fix strange id generation for glossary terms.Georg Brandl
2015-07-25std domain: make sure that ref and doc references have proper classes setGeorg Brandl
2015-07-25Fixes #1909: Add "doc" references to Intersphinx inventories.Georg Brandl
2015-06-06fix flake8 issueshimizukawa
2015-05-30C++, fixes sphinx-doc/sphinx#1913Jakob Lykke Andersen
2015-03-14fix #1772 cross reference in docstrings like ``:param .write:`` breaks building.shimizukawa
2015-03-10C++, ref #1765, old id generation fix.Jakob Lykke Andersen
2015-03-08final pep8 fixes; reactivate most warnings in flake8Georg Brandl
2015-03-08more pep8 fixesGeorg Brandl
2015-03-08domains/cpp: pep8 fixesGeorg Brandl
2015-03-08C++, more name lookup fixes.Jakob Lykke Andersen
2015-03-08refs #1700, #1742: add testing and fix two bugs.shimizukawa
2015-03-08Role ``numref`` uses ``%s`` as special character instead `#` symbolTakeshi KOMIYA
2015-03-07C++, properly look up names in all parent scopes.Jakob Lykke Andersen
2015-03-06Merge branch 'cpp-fix-1753'Jakob Lykke Andersen
2015-03-06Last details. Closes sphinx-doc/sphinx#1753.Jakob Lykke Andersen
2015-03-05Main revamp for sphinx-doc/sphinx#1753.Jakob Lykke Andersen
2015-03-03refs #1658, #1750: add test and small tweak.shimizukawa
2015-03-02C++, imrpove errors from function parsing.Jakob Lykke Andersen
2015-03-02Fix #1658Takayuki Hirai
2015-02-26Add convenience directives and roles to C++ domainJakob Lykke Andersen
2015-02-25Fix generating emphasis nodes without semantic reasonGeorg Brandl
2015-02-25Fix sphinx-doc/sphinx#1737.Jakob Lykke Andersen
2015-02-24Fixes sphinx-doc/sphinx#1738.Jakob Lykke Andersen
2015-02-22Use fully_normalize_name() instead of str.lower()Takeshi KOMIYA
2015-02-22Closes #1718. :numref: does not work with capital letters in the labelTakeshi KOMIYA
2015-02-09C++, update docs and enums. Fixes sphinx-doc/sphinx#772.Jakob Lykke Andersen
2015-02-07HTML search results for C++. Fixes sphinx-doc/sphinx#1591.Jakob Lykke Andersen
2015-02-07C++, minor code formatting fixes.Jakob Lykke Andersen
2015-02-07Merge from masterJakob Lykke Andersen
2015-02-06C++, fixes to id generation.Jakob Lykke Andersen
2015-02-05C++, old-style linkes, const/volatile and templates, sphinx-doc/sphinx#1704Jakob Lykke Andersen
2015-02-05Merge from masterJakob Lykke Andersen