summaryrefslogtreecommitdiff
path: root/doc/extdev
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #6467 from tk0miya/refactor_mathTakeshi KOMIYA2019-06-151-0/+10
|\ | | | | refactor: Add data accessors to MathDomain
| * 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
| | | | | | Available since Python 3.2. https://docs.python.org/3/library/html.html#html.escape
* Merge pull request #6308 from tk0miya/imgmath_templateTakeshi KOMIYA2019-04-191-0/+15
|\ | | | | imgmath: Use template file for LaTeX
| * imgmath: Use template file for LaTeXTakeshi KOMIYA2019-04-161-0/+15
| |
* | Make EventManager portableTakeshi KOMIYA2019-04-164-1/+16
|/ | | | | | So far, we need to bypass application object for modules to emit a event. This make EventManager portable and easy to pass event emitter. This brings modules less coupled with application object.
* 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
| | | | | Conceal caching mechanism of Field classes to ObjectDescription class. This deprecates DocFieldTransformer.preprocess_field_types().
* Deprecate imports for compatibilityTakeshi KOMIYA2019-03-171-0/+85
|
* 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
|/