Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | doc: Add "extensions" to usage guide | Stephen Finucane | 2018-06-20 | 23 | -3381/+0 |
| | | | | Signed-off-by: Stephen Finucane <stephen@that.guru> | ||||
* | doc: Rework "extensions" documents | Stephen Finucane | 2018-06-20 | 15 | -47/+52 |
| | | | | | | This is mostly spacing and other "niceness" fixes. Signed-off-by: Stephen Finucane <stephen@that.guru> | ||||
* | Merge pull request #5084 from tk0miya/3784_mathjax_integrity | Takeshi KOMIYA | 2018-06-17 | 1 | -0/+10 |
|\ | | | | | Close #3784: mathjax: Add :confval:`mathjax_options` | ||||
| * | Close #3784: mathjax: Add :confval:`mathjax_options` | Takeshi KOMIYA | 2018-06-13 | 1 | -0/+10 |
| | | |||||
* | | Merge branch '1.7' | Takeshi KOMIYA | 2018-06-16 | 1 | -1/+1 |
|\ \ | |||||
| * | | Autodoc.rst typo: ommit->omit | Drew Risinger | 2018-06-12 | 1 | -1/+1 |
| | | | | | | | | | | | | Fix typo in docs/ext/autodoc.rst. Changed "ommit"->"omit" | ||||
* | | | Update Google style guide link (previous link deprecated) | Justin W. Flory | 2018-06-13 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Merge pull request #5029 from kmaehashi/autosummary-inherited-docs | Takeshi KOMIYA | 2018-06-09 | 1 | -0/+5 |
|\ \ | | | | | | | autosummary: expose inherited_members to template | ||||
| * | | expose inherited_members to autosummary template | Kenichi Maehashi | 2018-06-01 | 1 | -0/+5 |
| | | | |||||
* | | | Link to cdnjs was incorrect | Jonathan Demaeyer | 2018-06-08 | 1 | -1/+1 |
|/ / | |||||
* | | doc: viewcode | Takeshi KOMIYA | 2018-05-12 | 1 | -4/+6 |
| | | |||||
* | | Rename viewcode_import to viewcode_follow_imported_members (refs: #4035) | Takeshi KOMIYA | 2018-05-07 | 1 | -7/+9 |
| | | |||||
* | | Plugins can find source code for viewcode | Ashley Whetter | 2018-04-24 | 1 | -9/+26 |
| | | | | | | | | Fixes #4035 | ||||
* | | doc: Update about sphinx.ext.imgconverter | Takeshi KOMIYA | 2018-04-21 | 1 | -2/+8 |
| | | |||||
* | | doc: Add ImageConverter to utils | Takeshi KOMIYA | 2018-04-21 | 1 | -0/+2 |
| | | |||||
* | | Merge pull request #4690 from tk0miya/1598_awesome_sphinxdoc | Takeshi KOMIYA | 2018-03-03 | 1 | -2/+3 |
|\ \ | | | | | | | doc: Add a reference to awesome-sphinxdoc | ||||
| * | | doc: Add a reference to awesome-sphinxdoc | Takeshi KOMIYA | 2018-03-01 | 1 | -2/+3 |
| | | | |||||
* | | | doc: Add "quickstart" doc to usage guide | Stephen Finucane | 2018-02-26 | 1 | -2/+2 |
|/ / | | | | | | | | | | | | | This is simply the former 'tutorial' document renamed. A number of references need to be updated, so this is done. Signed-off-by: Stephen Finucane <stephen@that.guru> | ||||
* | | #4244 use more generic Python *3* examples | Timotheus Kampik | 2018-02-24 | 1 | -6/+6 |
| | | |||||
* | | #4244 docs: showing links & targets of Intersphinx mapping | Timotheus Kampik | 2018-02-24 | 1 | -1/+14 |
| | | |||||
* | | #4244 update Python version in intersphinx doc examples | Timotheus Kampik | 2018-02-24 | 1 | -4/+4 |
| | | |||||
* | | Typo: cocstring => docstring | ederag | 2018-02-21 | 1 | -1/+1 |
| | | |||||
* | | Convert doc HTTP links to HTTPS, even in documentation examples | Kurt McKee | 2018-01-20 | 5 | -11/+11 |
|/ | | | | | | | A small number of URL's redirected, or were stale but had obvious alternatives. These have been updated. For example, a Google style guide for Python was no longer available at googlecode.com, and Paver docs are now at readthedocs.io. | ||||
* | Merge branch 'master' into 4183_follow_pep440 | Takeshi KOMIYA | 2018-01-13 | 2 | -1/+49 |
|\ | |||||
| * | doc: make looks understandable | Takeshi KOMIYA | 2018-01-13 | 1 | -8/+4 |
| | | |||||
| * | Merge remote-tracking branch 'atodorov/inheritance_top_class' | Takeshi KOMIYA | 2018-01-13 | 1 | -0/+52 |
| |\ | |||||
| | * | Add top-classes option to sphinx.ext.inheritance_diagram | Mr. Senko | 2017-06-05 | 1 | -0/+52 |
| | | | | | | | | | | | | This will limit the scope of inheritance traversal | ||||
| * | | Prefer https & readthedocs.io instead of readthedocs.org for links | Jon Dufresne | 2018-01-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Read the Docs moved hosting to readthedocs.io instead of readthedocs.org. Fix all links in the project. For additional details, see: https://blog.readthedocs.com/securing-subdomains/ > Starting today, Read the Docs will start hosting projects from subdomains on > the domain readthedocs.io, instead of on readthedocs.org. This change > addresses some security concerns around site cookies while hosting user > generated data on the same domain as our dashboard. | ||||
* | | | Fix #4183: doctest: ``:pyversion:`` option also follows PEP-440 specification | Takeshi KOMIYA | 2018-01-08 | 1 | -3/+15 |
|/ / | |||||
* | | Merge pull request #4332 from jfbu/latex_math_numfig | Jean-François B | 2017-12-21 | 1 | -5/+4 |
|\ \ | | | | | | | Let LaTeX obey :confval:`math_numfig` for equation numbering | ||||
| * | | Trim docs about math_numfig | jfbu | 2017-12-21 | 1 | -9/+4 |
| | | | |||||
| * | | Let LaTeX obey :confval:`math_numfig` for equation numbering | jfbu | 2017-12-21 | 1 | -1/+5 |
| | | | |||||
* | | | Closes #947: autodoc now supports ignore-module-all to ignore a module's __all__ | Kevin Keating | 2017-12-20 | 1 | -3/+5 |
|/ / | |||||
* | | Merge pull request #4166 from jahn/math_numfig | Takeshi KOMIYA | 2017-12-21 | 1 | -0/+10 |
|\ \ | | | | | | | Number equations across pages and by section (fix #3991, #4080) | ||||
| * | | add version | Oliver Jahn | 2017-12-18 | 1 | -0/+2 |
| | | | |||||
| * | | make math_numfig default to True | Oliver Jahn | 2017-12-17 | 1 | -4/+4 |
| | | | |||||
| * | | use :rst:role: markup | Oliver Jahn | 2017-12-17 | 1 | -3/+3 |
| | | | |||||
| * | | Merge branch 'master' into math_numfig | Oliver Jahn | 2017-12-16 | 2 | -6/+5 |
| |\ \ | |||||
| * | | | mention limitation to html-like targets | Oliver Jahn | 2017-12-16 | 1 | -4/+4 |
| | | | | |||||
| * | | | use numfig for numbering equations by section rather than page | Oliver Jahn | 2017-10-18 | 1 | -0/+8 |
| | | | | |||||
* | | | | Fix doc: now eq role works whole of project | Takeshi KOMIYA | 2017-12-17 | 1 | -2/+1 |
| |/ / |/| | | |||||
* | | | Merge branch 'stable' | Takeshi KOMIYA | 2017-12-16 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | Fix markup in doc/ext/math.rst | jfbu | 2017-12-15 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge branch 'stable' | jfbu | 2017-12-11 | 1 | -5/+4 |
|\ \ \ \ | |/ / / | | / / | |/ / |/| | | |||||
| * | | Fix #4221: napoleon depends on autodoc, but users need to load it manually | Takeshi KOMIYA | 2017-11-11 | 1 | -5/+4 |
| | | | |||||
* | | | Merge pull request #4012 from avalentino/docstring-inheritance | Takeshi KOMIYA | 2017-08-21 | 1 | -0/+10 |
|\ \ \ | | | | | | | | | Docstring inheritance | ||||
| * | | | Retireve docstirng form base classes (Closes #3140) | Antonio Valentino | 2017-08-18 | 1 | -0/+10 |
| | | | | |||||
* | | | | Merge pull request #3961 from gaborbernat/master | Takeshi KOMIYA | 2017-08-20 | 1 | -0/+10 |
|\ \ \ \ | |/ / / |/| | | | fixes #3959 alias/rename support for classes inside inheritence diagrams | ||||
| * | | | fixes #3959 alias/rename support for classes inside inheritence diagrams | Bernat Gabor | 2017-07-31 | 1 | -0/+10 |
| | | | | |||||
* | | | | #3978 fix typo | Timotheus Kampik | 2017-08-05 | 1 | -1/+1 |
| | | | |