summaryrefslogtreecommitdiff
path: root/doc/extdev
Commit message (Expand)AuthorAgeFilesLines
* Fix #6327: apidoc: Support a python package consisted of __init__.so fileTakeshi KOMIYA2020-02-081-0/+5
* refactor: apidoc.shall_skip()Takeshi KOMIYA2020-02-081-0/+5
* Update deprecation listTakeshi KOMIYA2020-01-311-0/+30
* Merge branch '2.0' into refactor_latexTakeshi KOMIYA2020-01-312-3/+37
|\
| * Merge branch '2.0' into 6418_autodoc_typehints_descriptionTakeshi KOMIYA2020-01-301-0/+5
| |\
| | * Deprecate sphinx.util.inspect:safe_getmembers()Takeshi KOMIYA2020-01-251-0/+5
| * | Add new event: :event:`object-description-transform`Takeshi KOMIYA2020-01-251-0/+8
| |/
| * refactor: Add sphinx.util.inspect.signature()Takeshi KOMIYA2020-01-091-12/+3
| * Add sphinx.util.typing:stringify() to represent annotations as stringTakeshi KOMIYA2020-01-051-0/+15
| * Fix #6559: Wrong node-ids are generated in glossary directiveTakeshi KOMIYA2020-01-021-0/+5
| * Deprecate sphinx.roles:Index and make a copy to sphinx.domains.indexTakeshi KOMIYA2019-12-291-0/+5
| * Move sphinx.directives.other:Index to sphinx.domains.indexTakeshi KOMIYA2019-12-291-0/+5
| * doc: Sort deprecated list alphabeticallyTakeshi KOMIYA2019-12-281-5/+5
* | refactor: latex: Deprecate settings.* attributes based on latex_documentsTakeshi KOMIYA2019-12-271-0/+25
|/
* Deprecate sphinx.util:detect_encoding() and ModuleAnalyzer.encodingTakeshi KOMIYA2019-12-271-0/+15
* Deprecate sphinx.util:get_module_source()Takeshi KOMIYA2019-12-271-0/+5
* Add IndexDomainTakeshi KOMIYA2019-12-221-0/+10
* Deprecate sphinx.io.FiletypeNotFoundError and get_filetype()Takeshi KOMIYA2019-12-161-0/+10
* LaTeX: avoid quotes and TeX ligature replacements in PDF outputjfbu2019-12-151-0/+5
* Make escape() and hlescape() as public APIs of texescapeTakeshi KOMIYA2019-11-161-2/+2
* Deprecate sphinx.util.texescape.tex_escape_mapTakeshi KOMIYA2019-11-161-0/+10
* gettext: Use template file to generate message catalogTakeshi KOMIYA2019-11-081-0/+5
* refactor: SphinxStandaloneReader should not hold an application objectTakeshi KOMIYA2019-08-201-0/+10
* Merge pull request #6467 from tk0miya/refactor_mathTakeshi KOMIYA2019-06-151-0/+10
|\
| * refactor: Add data accessors to MathDomainTakeshi KOMIYA2019-06-151-0/+10
* | Merge branch '2.0' into refactor_todo2Takeshi KOMIYA2019-06-151-0/+16
|\ \ | |/
| * autosummary: deprecate info and warn arguments for generate_autosummary_docs()Takeshi KOMIYA2019-06-101-0/+16
* | refactor: todo: Add TodoListProcessor to expand todolist nodesTakeshi KOMIYA2019-06-031-0/+5
* | refactor: todo: Add TodoDomain to collect todo nodesTakeshi KOMIYA2019-06-021-0/+15
|/
* doc: Fold lines by 80 columnsTakeshi KOMIYA2019-05-302-4/+4
* doclinter: restrict by 90 columnsTakeshi KOMIYA2019-05-264-8/+10
* refactor: apidoc: Replace makename() by module_join()Takeshi KOMIYA2019-05-151-0/+5
* docs: Fold lines by 80 charsTakeshi KOMIYA2019-05-122-3/+5
* apidoc: Deprecate unused functionsTakeshi KOMIYA2019-05-041-0/+9
* Deprecate EpubBuilder.esc() in favor of stdlib html.escape()Jon Dufresne2019-04-231-0/+5
* Merge pull request #6308 from tk0miya/imgmath_templateTakeshi KOMIYA2019-04-191-0/+15
|\
| * imgmath: Use template file for LaTeXTakeshi KOMIYA2019-04-161-0/+15
* | Make EventManager portableTakeshi KOMIYA2019-04-164-1/+16
|/
* Add PyFunction and PyVariable; directives for python functions and variablesTakeshi KOMIYA2019-04-131-1/+9
* deprecate PyClassmember classTakeshi KOMIYA2019-04-071-0/+8
* Deprecate StandardDomain.process_*()Takeshi KOMIYA2019-04-061-0/+15
* Add CitationDomain for citation processingTakeshi KOMIYA2019-03-301-0/+5
* Move transforms for citations to sphinx.domains.citationTakeshi KOMIYA2019-03-301-0/+10
* Add ObjectDescription.get_field_type_map()Takeshi KOMIYA2019-03-231-0/+5
* Deprecate imports for compatibilityTakeshi KOMIYA2019-03-171-0/+85
* Add SphinxPostTransform class (#6154)Takeshi KOMIYA2019-03-172-0/+8
* Merge pull request #6125 from tk0miya/doc-enhance_extension_dev_i18nTakeshi KOMIYA2019-03-102-0/+81
|\
| * docs: Update docs for i18nTakeshi KOMIYA2019-03-021-40/+43
| * Move ext-i18n section to extdev/i18n.rstTakeshi KOMIYA2019-03-022-77/+77
| * Merge branch 'master' into doc-enhance_extension_dev_i18nTakeshi KOMIYA2019-03-022-0/+116
| |\