| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #6467 from tk0miya/refactor_math | Takeshi KOMIYA | 2019-06-15 | 1 | -0/+10 |
| |\ | | | | | refactor: Add data accessors to MathDomain | ||||
| | * | refactor: Add data accessors to MathDomain | Takeshi KOMIYA | 2019-06-15 | 1 | -0/+10 |
| | | | |||||
| * | | Merge branch '2.0' into refactor_todo2 | Takeshi KOMIYA | 2019-06-15 | 1 | -0/+16 |
| |\ \ | |/ | |||||
| | * | autosummary: deprecate info and warn arguments for generate_autosummary_docs() | Takeshi KOMIYA | 2019-06-10 | 1 | -0/+16 |
| | | | |||||
| * | | refactor: todo: Add TodoListProcessor to expand todolist nodes | Takeshi KOMIYA | 2019-06-03 | 1 | -0/+5 |
| | | | |||||
| * | | refactor: todo: Add TodoDomain to collect todo nodes | Takeshi KOMIYA | 2019-06-02 | 1 | -0/+15 |
| |/ | |||||
| * | doc: Fold lines by 80 columns | Takeshi KOMIYA | 2019-05-30 | 2 | -4/+4 |
| | | |||||
| * | doclinter: restrict by 90 columns | Takeshi KOMIYA | 2019-05-26 | 4 | -8/+10 |
| | | |||||
| * | refactor: apidoc: Replace makename() by module_join() | Takeshi KOMIYA | 2019-05-15 | 1 | -0/+5 |
| | | |||||
| * | docs: Fold lines by 80 chars | Takeshi KOMIYA | 2019-05-12 | 2 | -3/+5 |
| | | |||||
| * | apidoc: Deprecate unused functions | Takeshi KOMIYA | 2019-05-04 | 1 | -0/+9 |
| | | |||||
| * | Deprecate EpubBuilder.esc() in favor of stdlib html.escape() | Jon Dufresne | 2019-04-23 | 1 | -0/+5 |
| | | | | | | | Available since Python 3.2. https://docs.python.org/3/library/html.html#html.escape | ||||
| * | Merge pull request #6308 from tk0miya/imgmath_template | Takeshi KOMIYA | 2019-04-19 | 1 | -0/+15 |
| |\ | | | | | imgmath: Use template file for LaTeX | ||||
| | * | imgmath: Use template file for LaTeX | Takeshi KOMIYA | 2019-04-16 | 1 | -0/+15 |
| | | | |||||
| * | | Make EventManager portable | Takeshi KOMIYA | 2019-04-16 | 4 | -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 variables | Takeshi KOMIYA | 2019-04-13 | 1 | -1/+9 |
| | | |||||
| * | deprecate PyClassmember class | Takeshi KOMIYA | 2019-04-07 | 1 | -0/+8 |
| | | |||||
| * | Deprecate StandardDomain.process_*() | Takeshi KOMIYA | 2019-04-06 | 1 | -0/+15 |
| | | |||||
| * | Add CitationDomain for citation processing | Takeshi KOMIYA | 2019-03-30 | 1 | -0/+5 |
| | | |||||
| * | Move transforms for citations to sphinx.domains.citation | Takeshi KOMIYA | 2019-03-30 | 1 | -0/+10 |
| | | |||||
| * | Add ObjectDescription.get_field_type_map() | Takeshi KOMIYA | 2019-03-23 | 1 | -0/+5 |
| | | | | | | Conceal caching mechanism of Field classes to ObjectDescription class. This deprecates DocFieldTransformer.preprocess_field_types(). | ||||
| * | Deprecate imports for compatibility | Takeshi KOMIYA | 2019-03-17 | 1 | -0/+85 |
| | | |||||
| * | Add SphinxPostTransform class (#6154) | Takeshi KOMIYA | 2019-03-17 | 2 | -0/+8 |
| | | | | | | | * Add SphinxPostTransform * Apply SphinxPostTransform to latex transforms | ||||
| * | Merge pull request #6125 from tk0miya/doc-enhance_extension_dev_i18n | Takeshi KOMIYA | 2019-03-10 | 2 | -0/+81 |
| |\ | | | | | doc: Enhance documentation about internalization of external extension (refs: #5991) | ||||
| | * | docs: Update docs for i18n | Takeshi KOMIYA | 2019-03-02 | 1 | -40/+43 |
| | | | |||||
| | * | Move ext-i18n section to extdev/i18n.rst | Takeshi KOMIYA | 2019-03-02 | 2 | -77/+77 |
| | | | |||||
| | * | Merge branch 'master' into doc-enhance_extension_dev_i18n | Takeshi KOMIYA | 2019-03-02 | 2 | -0/+116 |
| | |\ | |||||
| | * | | doc: Enhance documentation about internalization of external extension. | Vincent Férotin | 2019-01-28 | 1 | -0/+78 |
| | | | | |||||
| * | | | Move list of deprecated API to extdev/deprecated.rst | Takeshi KOMIYA | 2019-03-09 | 2 | -938/+938 |
| | | | | |||||
| * | | | Merge pull request #6129 from tk0miya/refactor_util.nodes | Takeshi KOMIYA | 2019-03-07 | 1 | -0/+5 |
| |\ \ \ | | | | | | | | | Refactor util.nodes | ||||
| | * | | | refactor: Rename find_source_node() to get_node_source() | Takeshi KOMIYA | 2019-03-03 | 1 | -0/+5 |
| | | |/ | |/| | |||||
| * | | | refactor: move NoUri to sphinx.errors | Takeshi KOMIYA | 2019-03-02 | 1 | -0/+5 |
| |/ / | |||||
| * | | Merge pull request #6110 from tk0miya/refactor_catalog | Takeshi KOMIYA | 2019-02-27 | 1 | -0/+15 |
| |\ \ | | | | | | | Refactor catalog detection and compilation | ||||
| | * | | refactor: Use CatalogRepository instead of find_catalog_source_file() | Takeshi KOMIYA | 2019-02-27 | 1 | -0/+10 |
| | | | | |||||
| | * | | Rename find_catalog() to docname_to_domain() | Takeshi KOMIYA | 2019-02-27 | 1 | -0/+5 |
| | | | | |||||
| * | | | refactor: Move implementation of mock to sphinx.ext.autodoc.mock | Takeshi KOMIYA | 2019-02-27 | 1 | -0/+15 |
| |/ / | |||||
| * | | Replace :autolink: roles by class based implementation | Takeshi KOMIYA | 2019-02-27 | 1 | -0/+5 |
| | | | |||||
| * | | Separate json and pickle to sphinxcontrib package | Takeshi KOMIYA | 2019-02-17 | 1 | -0/+25 |
| | | | |||||
| * | | Replace :file: and :samp: roles by class based implementation | Takeshi KOMIYA | 2019-02-16 | 1 | -0/+5 |
| | | | |||||
| * | | Replace :guilabel: and :menuselection: roles by class based implementation | Takeshi KOMIYA | 2019-02-16 | 1 | -0/+5 |
| | | | |||||
| * | | docs: Add SphinxRole and ReferenceRole | Takeshi KOMIYA | 2019-02-16 | 1 | -0/+6 |
| | | | |||||
| * | | Replace :pep: and :rfc: roles by class based implementation | Takeshi KOMIYA | 2019-02-16 | 1 | -0/+5 |
| | | | |||||
| * | | Replace :index: role by class based implementation | Takeshi KOMIYA | 2019-02-16 | 1 | -0/+5 |
| | | | |||||
| * | | Separate htmlhelp to sphinxcontrib package | Takeshi KOMIYA | 2019-02-15 | 1 | -0/+5 |
| | | | |||||
| * | | Merge pull request #6025 from tk0miya/refactor_roles2 | Takeshi KOMIYA | 2019-02-14 | 1 | -0/+5 |
| |\ \ | | | | | | | Introduce SphinxRole class as a base class of roles | ||||
| | * | | Replace :abbr: role by class based implementation | Takeshi KOMIYA | 2019-02-06 | 1 | -0/+5 |
| | |/ | |||||
| * | | Deprecate sphinx.util.pycompat:sys_encoding | Takeshi KOMIYA | 2019-02-11 | 1 | -0/+5 |
| | | | |||||
| * | | refactor: Move NoneType to sphinx.util.typing | Takeshi KOMIYA | 2019-02-11 | 1 | -0/+5 |
| | | | |||||
| * | | refactor: Move terminal_safe() to sphinx.util.console | Takeshi KOMIYA | 2019-02-11 | 1 | -0/+5 |
| | | | |||||
| * | | Separate applehelp to sphinxcontrib package | Takeshi KOMIYA | 2019-02-06 | 1 | -0/+5 |
| |/ | |||||
