summaryrefslogtreecommitdiff
path: root/doc/extdev
Commit message (Collapse)AuthorAgeFilesLines
...
* Add SphinxPostTransform class (#6154)Takeshi KOMIYA2019-03-172-0/+8
| | | | | | * Add SphinxPostTransform * Apply SphinxPostTransform to latex transforms
* Merge pull request #6125 from tk0miya/doc-enhance_extension_dev_i18nTakeshi KOMIYA2019-03-102-0/+81
|\ | | | | doc: Enhance documentation about internalization of external extension (refs: #5991)
| * 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
| |\
| * | 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-092-938/+938
| | |
* | | Merge pull request #6129 from tk0miya/refactor_util.nodesTakeshi KOMIYA2019-03-071-0/+5
|\ \ \ | | | | | | | | Refactor util.nodes
| * | | 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 catalog detection and compilation
| * | 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
| |
* | docs: Add SphinxRole and ReferenceRoleTakeshi KOMIYA2019-02-161-0/+6
| |
* | 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
|\ \ | | | | | | Introduce SphinxRole class as a base class of roles
| * | 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 function
| | * 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()
| * 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
| | | | modified: doc/extdev/index.rst
* Merge branch '1.8'jfbu2018-12-281-1/+1
|\ | | | | | | | | | | | | resolved Conflicts: doc/development/tutorials/todo.rst sphinx/locale/__init__.py sphinx/search/zh.py
| * Fix various spelling typosjfbu2018-12-272-2/+2
| |
* | Merge pull request #5678 from ArtFlag/docs/extension-tutorialsTakeshi KOMIYA2018-12-232-400/+110
|\ \ | | | | | | Docs: Extension tutorial portal + helloworld example