summaryrefslogtreecommitdiff
path: root/doc/extdev/appapi.rst
Commit message (Collapse)AuthorAgeFilesLines
* Correct numbersChris Sewell2020-08-211-6/+5
|
* 📚 DOCS: Improve build process overviewChris Sewell2020-08-201-1/+3
|
* output files commentChris Holdgraf2020-07-021-1/+1
|
* eventsChris Holdgraf2020-07-021-0/+34
|
* Allow NoUri from 'missing-reference' handlers.Jakob Lykke Andersen2020-05-171-2/+6
| | | | Also extend documentation of 'missing-reference'.
* doc: Update docsTakeshi KOMIYA2020-03-071-2/+1
|
* doc: Remove a mention to todo ext. from env-merge-infoTakeshi KOMIYA2020-03-061-5/+0
|
* Merge branch '2.0'Takeshi KOMIYA2020-01-301-1/+1
|\
| * Add new event: :event:`object-description-transform`Takeshi KOMIYA2020-01-251-0/+8
| |
* | Close #6830: autodoc: consider a member private if docstring has "private" ↵Takeshi KOMIYA2020-01-041-0/+8
| | | | | | | | metadata
* | Merge branch '2.0'Takeshi KOMIYA2019-05-291-3/+3
|\ \ | |/
| * doclinter: restrict by 90 columnsTakeshi KOMIYA2019-05-261-3/+3
| |
| * Make EventManager portableTakeshi KOMIYA2019-04-161-1/+1
| | | | | | | | | | | | 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.
* | Make EventManager portableTakeshi KOMIYA2019-04-061-1/+1
| | | | | | | | | | | | 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.
* | Drop features and APIs deprecated in 1.8Takeshi KOMIYA2019-03-301-2/+0
|/
* Add sphinx.project; a manipulator for project and documentsTakeshi KOMIYA2018-10-161-0/+4
|
* Drop APIs deprecated in 2.0Takeshi KOMIYA2018-09-031-26/+0
|
* Implement math_renderer frameworkTakeshi KOMIYA2018-07-281-0/+2
|
* docs: Fix location of attributesTakeshi KOMIYA2018-06-051-4/+4
|
* Merge pull request #5020 from tk0miya/5018_update_docsTakeshi KOMIYA2018-05-291-2/+2
|\ | | | | Fix #5018: wrong signature of env-merge-info and env-check-consistency
| * Fix #5018: wrong signature of env-merge-info and env-check-consistencyTakeshi KOMIYA2018-05-281-2/+2
| |
* | Merge branch 'master' into 3606_load_mathjax_asyncTakeshi KOMIYA2018-05-281-1/+1
|\ \
| * | Update docsTakeshi KOMIYA2018-05-241-1/+1
| |/
* | Rename app.add_javascript() to add_js_file()Takeshi KOMIYA2018-05-241-1/+1
| |
* | add_javascript() allows keyword arguments as attributes for <script> tagTakeshi KOMIYA2018-05-241-1/+1
|/
* Update docsTakeshi KOMIYA2018-02-251-0/+2
|
* Change interface of add_source_parser() and add add_source_suffix()Takeshi KOMIYA2018-02-211-1/+3
|
* doc: Add 'is_parallel_allowed'Stephen Finucane2018-01-211-0/+2
| | | | | | This is an important function and should be documented. Signed-off-by: Stephen Finucane <stephen@that.guru>
* doc: Reorder 'sphinx.application' docs to match codeStephen Finucane2018-01-211-15/+15
| | | | | | Use the same ordering to minimize cognitive load. Signed-off-by: Stephen Finucane <stephen@that.guru>
* doc: Move 'sphinx.application' API docs to codeStephen Finucane2018-01-211-436/+40
| | | | | | This allows us to do something like 'help(sphinx.application)' in code. Signed-off-by: Stephen Finucane <stephen@that.guru>
* doc: Rework 'sphinx.application' API documentationStephen Finucane2018-01-211-92/+161
| | | | Signed-off-by: Stephen Finucane <stephen@that.guru>
* Merge pull request #4465 from tk0miya/improve_configTakeshi KOMIYA2018-01-211-0/+6
|\ | | | | Improve config
| * Add config-inited eventTakeshi KOMIYA2018-01-201-0/+6
| |
* | doc: Move sphinx.config API docs to codeStephen Finucane2018-01-201-9/+2
| | | | | | | | | | | | | | Once again, we make things a little smarter by using Python domain roles. Signed-off-by: Stephen Finucane <stephen@that.guru>
* | doc: Move sphinx.errors API docs to codeStephen Finucane2018-01-201-31/+5
|/ | | | | | | This allows us to do something like 'help(sphinx.errors)' in code. We reword the exception descriptions per Python stdlib conventions. Signed-off-by: Stephen Finucane <stephen@that.guru>
* doc: Fix typoTakeshi KOMIYA2018-01-201-1/+1
|
* Update docs (refs: #3923)Takeshi KOMIYA2017-07-161-0/+22
|
* Mark as experimentalTakeshi KOMIYA2017-05-071-0/+2
|
* Fix #3633: misdetect unreferenced citationsTakeshi KOMIYA2017-04-291-0/+7
|
* Fix #3628: Rename sphinx_themes entry point to sphinx.html_themesTakeshi KOMIYA2017-04-221-0/+7
|
* Fix markupTakeshi KOMIYA2017-04-201-1/+1
|
* Rewrite and simplify stylesheet handlingJellby2017-04-151-2/+4
| | | | | | | Thanks to tk0miya's comment, I learnt one can add stuff to template blocks, that allows a much simpler stylesheet configuration, considering that changes at the template level will be more... well, low-level. Hopefully this is now acceptable.
* Merge remote-tracking branch 'upstream/master'Jellby2017-04-151-0/+5
|\ | | | | | | | | Conflicts: tests/test_build_html.py
| * Add Sphinx.add_post_transform()Takeshi KOMIYA2017-03-101-0/+5
| |
* | Merge remote-tracking branch 'upstream/master'Jellby2017-03-041-5/+10
|\ \ | |/ | | | | | | Conflicts: tests/test_build_html.py
| * Fix typosJakub Wilk2017-02-071-1/+1
| |
| * Update docs for collectors APITakeshi KOMIYA2017-01-281-0/+6
| |
| * Update docsTakeshi KOMIYA2017-01-071-0/+4
| |
| * Drop deprecated options for html builderTakeshi KOMIYA2017-01-051-5/+0
| |
* | Merge remote-tracking branch 'upstream/master'Jellby2016-09-291-1/+1
|\ \ | |/ | | | | | | Conflicts: tests/test_build_html.py