summaryrefslogtreecommitdiff
path: root/doc/extdev/index.rst
Commit message (Expand)AuthorAgeFilesLines
* several documentation improvements to theming, templating, and extension deve...Chris Holdgraf2020-07-291-48/+40
* Fix #7418: std domain: duplication warning for glossary terms is case insensi...Takeshi KOMIYA2020-04-091-1/+1
* doc: Fold lines by 80 columnsTakeshi KOMIYA2019-05-301-3/+3
* docs: Fold lines by 80 charsTakeshi KOMIYA2019-05-121-1/+2
* Merge pull request #6125 from tk0miya/doc-enhance_extension_dev_i18nTakeshi KOMIYA2019-03-101-0/+1
|\
| * Move ext-i18n section to extdev/i18n.rstTakeshi KOMIYA2019-03-021-77/+0
| * Merge branch 'master' into doc-enhance_extension_dev_i18nTakeshi KOMIYA2019-03-021-0/+110
| |\
| * | doc: Enhance documentation about internalization of external extension.Vincent Férotin2019-01-281-0/+78
* | | Move list of deprecated API to extdev/deprecated.rstTakeshi KOMIYA2019-03-091-938/+1
* | | Merge pull request #6129 from tk0miya/refactor_util.nodesTakeshi KOMIYA2019-03-071-0/+5
|\ \ \
| * | | refactor: Rename find_source_node() to get_node_source()Takeshi KOMIYA2019-03-031-0/+5
| | |/ | |/|
* | | refactor: move NoUri to sphinx.errorsTakeshi KOMIYA2019-03-021-0/+5
|/ /
* | Merge pull request #6110 from tk0miya/refactor_catalogTakeshi KOMIYA2019-02-271-0/+15
|\ \
| * | refactor: Use CatalogRepository instead of find_catalog_source_file()Takeshi KOMIYA2019-02-271-0/+10
| * | Rename find_catalog() to docname_to_domain()Takeshi KOMIYA2019-02-271-0/+5
* | | refactor: Move implementation of mock to sphinx.ext.autodoc.mockTakeshi KOMIYA2019-02-271-0/+15
|/ /
* | Replace :autolink: roles by class based implementationTakeshi KOMIYA2019-02-271-0/+5
* | Separate json and pickle to sphinxcontrib packageTakeshi KOMIYA2019-02-171-0/+25
* | Replace :file: and :samp: roles by class based implementationTakeshi KOMIYA2019-02-161-0/+5
* | Replace :guilabel: and :menuselection: roles by class based implementationTakeshi KOMIYA2019-02-161-0/+5
* | Replace :pep: and :rfc: roles by class based implementationTakeshi KOMIYA2019-02-161-0/+5
* | Replace :index: role by class based implementationTakeshi KOMIYA2019-02-161-0/+5
* | Separate htmlhelp to sphinxcontrib packageTakeshi KOMIYA2019-02-151-0/+5
* | Merge pull request #6025 from tk0miya/refactor_roles2Takeshi KOMIYA2019-02-141-0/+5
|\ \
| * | Replace :abbr: role by class based implementationTakeshi KOMIYA2019-02-061-0/+5
| |/
* | Deprecate sphinx.util.pycompat:sys_encodingTakeshi KOMIYA2019-02-111-0/+5
* | refactor: Move NoneType to sphinx.util.typingTakeshi KOMIYA2019-02-111-0/+5
* | refactor: Move terminal_safe() to sphinx.util.consoleTakeshi KOMIYA2019-02-111-0/+5
* | Separate applehelp to sphinxcontrib packageTakeshi KOMIYA2019-02-061-0/+5
|/
* Separate devhelp to sphinxcontrib packageTakeshi KOMIYA2019-01-201-0/+5
* Separate qthelp to sphinxcontrib packageTakeshi KOMIYA2019-01-191-0/+5
* Separate jsmath to sphinxcontrib packageTakeshi KOMIYA2019-01-131-0/+5
* Merge branch 'master' into refactor_singlehtmlTakeshi KOMIYA2019-01-121-0/+17
|\
| * Merge pull request #5909 from tk0miya/refactor_epub2Takeshi KOMIYA2019-01-121-0/+5
| |\
| | * refactor: Convert Epub3Builder.validate_config_values() to a functionTakeshi KOMIYA2019-01-121-0/+5
| * | The arguments of Epub3Builder.build_navigation_doc() is deprecated.Takeshi KOMIYA2019-01-091-0/+5
| * | The arguments of EpubBuilder.build_epub() is deprecated.Takeshi KOMIYA2019-01-091-1/+1
| * | The arguments of EpubBuilder.build_toc() is deprecated.Takeshi KOMIYA2019-01-091-1/+2
| * | The arguments of EpubBuilder.build_content() is deprecated.Takeshi KOMIYA2019-01-091-1/+1
| * | The arguments of EpubBuilder.build_container() is deprecated.Takeshi KOMIYA2019-01-091-1/+2
| * | The arguments of EpubBuilder.build_mimetype() is deprecatedTakeshi KOMIYA2019-01-091-0/+5
| |/
* | Move SingleFileHTMLBuilder to sphinx.builders.singlehtml packageTakeshi KOMIYA2019-01-111-0/+5
|/
* refactor: deprecate some pycompat functionsTakeshi KOMIYA2019-01-071-0/+15
* Merge pull request #5415 from tk0miya/5410_replace_open_file_by_openTakeshi KOMIYA2019-01-071-0/+5
|\
| * refactor: Repalce HTMLHelpBuilder.open_file() by standard open()Takeshi KOMIYA2019-01-031-0/+5
* | Deprecate LaTeXTranslator.generate_numfig_format()Takeshi KOMIYA2019-01-041-0/+5
* | latex: Move ExtBabel to sphinx.builders.latex.util packageTakeshi KOMIYA2019-01-041-0/+5
|/
* Redo spelling fix lost in merge (contents moved to other file)jfbu2018-12-281-1/+1
* Merge pull request #5678 from ArtFlag/docs/extension-tutorialsTakeshi KOMIYA2018-12-231-1/+110
|\
| * Move content from the todo tutorial to the extdev/indexArtFlag2018-12-221-0/+109