Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Deprecate sphinx.util:detect_encoding() and ModuleAnalyzer.encoding | Takeshi KOMIYA | 2019-12-27 | 1 | -0/+15 | |
| | | ||||||
| * | Deprecate sphinx.util:get_module_source() | Takeshi KOMIYA | 2019-12-27 | 1 | -0/+5 | |
| | | ||||||
* | | Close #6558: glossary: emit a warning for duplicated glossary entry | Takeshi KOMIYA | 2019-12-29 | 1 | -0/+5 | |
| | | ||||||
* | | Merge branch '2.0' | Takeshi KOMIYA | 2019-12-22 | 1 | -0/+10 | |
|\ \ | |/ | ||||||
| * | Add IndexDomain | Takeshi KOMIYA | 2019-12-22 | 1 | -0/+10 | |
| | | ||||||
* | | Merge branch '2.0' | Takeshi KOMIYA | 2019-12-21 | 1 | -0/+10 | |
|\ \ | |/ | ||||||
| * | Deprecate sphinx.io.FiletypeNotFoundError and get_filetype() | Takeshi KOMIYA | 2019-12-16 | 1 | -0/+10 | |
| | | ||||||
* | | Merge branch '2.0' | Takeshi KOMIYA | 2019-12-16 | 1 | -0/+5 | |
|\ \ | |/ | ||||||
| * | LaTeX: avoid quotes and TeX ligature replacements in PDF output | jfbu | 2019-12-15 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refs: #6890 The comma character is not TeX-escaped because it is frequent in general text and escaping it would make the LaTeX output larger for only dealing with the problem of the LaTeX-ligature of ,, into a single character. And one there is problem with the commas in options to Verbatim from PygmentsBridge. The hyphen character is escaped (not in ids and URIs!) to \sphinxhyphen{} for both Unicode and non-Unicode engines. This is needed to work around hyperref transforming -- and --- from section titles into EN DASH resp. EM DASH in PDF bookmarks. https://github.com/latex3/hyperref/issues/112 Note to expert LaTeX users: if Sphinx latex user with xelatex has - turned off Smart Quotes for some reason, - but does want TeX ligatures and thus overrode Sphinx latex_elements['fontenc'] default (since #6888) to this effect, then this should be added to LaTeX preamble: \def\sphinxhyphen#1{-}% (\protected is now not needed) \let\sphinxhyphenforbookmarks\sphinxhyphen | |||||
* | | Merge branch '2.0' | Takeshi KOMIYA | 2019-11-30 | 1 | -0/+10 | |
|\ \ | |/ | ||||||
| * | Make escape() and hlescape() as public APIs of texescape | Takeshi KOMIYA | 2019-11-16 | 1 | -2/+2 | |
| | | ||||||
| * | Deprecate sphinx.util.texescape.tex_escape_map | Takeshi KOMIYA | 2019-11-16 | 1 | -0/+10 | |
| | | ||||||
* | | Merge branch '2.0' | Takeshi KOMIYA | 2019-11-17 | 1 | -0/+5 | |
|\ \ | |/ | ||||||
| * | gettext: Use template file to generate message catalog | Takeshi KOMIYA | 2019-11-08 | 1 | -0/+5 | |
| | | ||||||
* | | Merge branch '2.0' | Takeshi KOMIYA | 2019-10-06 | 1 | -0/+10 | |
|\ \ | |/ | ||||||
| * | refactor: SphinxStandaloneReader should not hold an application object | Takeshi KOMIYA | 2019-08-20 | 1 | -0/+10 | |
| | | ||||||
* | | Merge branch '2.0' | Takeshi KOMIYA | 2019-06-21 | 1 | -0/+10 | |
|\ \ | |/ | ||||||
| * | 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' | Takeshi KOMIYA | 2019-06-15 | 1 | -0/+36 | |
|\ \ \ | |/ / | ||||||
| * | | 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 | |
| |/ | ||||||
* | | Merge branch '2.0' | Takeshi KOMIYA | 2019-06-01 | 2 | -4/+4 | |
|\ \ | |/ | ||||||
| * | doc: Fold lines by 80 columns | Takeshi KOMIYA | 2019-05-30 | 2 | -4/+4 | |
| | | ||||||
* | | Merge branch '2.0' | Takeshi KOMIYA | 2019-05-29 | 4 | -8/+15 | |
|\ \ | |/ | ||||||
| * | 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 | |
| | | ||||||
* | | Merge branch '2.0' | Takeshi KOMIYA | 2019-05-13 | 2 | -3/+5 | |
|\ \ | |/ | ||||||
| * | docs: Fold lines by 80 chars | Takeshi KOMIYA | 2019-05-12 | 2 | -3/+5 | |
| | | ||||||
* | | Merge branch '2.0' | Takeshi KOMIYA | 2019-05-06 | 1 | -0/+14 | |
|\ \ | |/ | ||||||
| * | 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 branch '2.0' | jfbu | 2019-04-23 | 1 | -0/+15 | |
|\ \ | |/ | ||||||
| * | 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. | |||||
* | | Merge pull request #6260 from tk0miya/refactor_events | Takeshi KOMIYA | 2019-04-16 | 4 | -1/+16 | |
|\ \ | | | | | | | Make EventManager portable | |||||
| * | | Make EventManager portable | Takeshi KOMIYA | 2019-04-06 | 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. | |||||
* | | | Merge branch '2.0' | Takeshi KOMIYA | 2019-04-14 | 1 | -0/+16 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | 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 | |
| | | | ||||||
* | | | Merge branch '2.0' | Takeshi KOMIYA | 2019-04-07 | 1 | -0/+30 | |
|\ \ \ | |/ / | | / | |/ |/| | ||||||
| * | 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 | |
| | | ||||||
* | | Drop features and APIs deprecated in 1.8 | Takeshi KOMIYA | 2019-03-30 | 1 | -2/+0 | |
|/ | ||||||
* | 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 | |
| |