summaryrefslogtreecommitdiff
path: root/doc/ext
Commit message (Collapse)AuthorAgeFilesLines
* doc: Add "extensions" to usage guideStephen Finucane2018-06-2023-3381/+0
| | | | Signed-off-by: Stephen Finucane <stephen@that.guru>
* doc: Rework "extensions" documentsStephen Finucane2018-06-2015-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_integrityTakeshi KOMIYA2018-06-171-0/+10
|\ | | | | Close #3784: mathjax: Add :confval:`mathjax_options`
| * Close #3784: mathjax: Add :confval:`mathjax_options`Takeshi KOMIYA2018-06-131-0/+10
| |
* | Merge branch '1.7'Takeshi KOMIYA2018-06-161-1/+1
|\ \
| * | Autodoc.rst typo: ommit->omitDrew Risinger2018-06-121-1/+1
| | | | | | | | | | | | Fix typo in docs/ext/autodoc.rst. Changed "ommit"->"omit"
* | | Update Google style guide link (previous link deprecated)Justin W. Flory2018-06-131-1/+1
| |/ |/|
* | Merge pull request #5029 from kmaehashi/autosummary-inherited-docsTakeshi KOMIYA2018-06-091-0/+5
|\ \ | | | | | | autosummary: expose inherited_members to template
| * | expose inherited_members to autosummary templateKenichi Maehashi2018-06-011-0/+5
| | |
* | | Link to cdnjs was incorrectJonathan Demaeyer2018-06-081-1/+1
|/ /
* | doc: viewcodeTakeshi KOMIYA2018-05-121-4/+6
| |
* | Rename viewcode_import to viewcode_follow_imported_members (refs: #4035)Takeshi KOMIYA2018-05-071-7/+9
| |
* | Plugins can find source code for viewcodeAshley Whetter2018-04-241-9/+26
| | | | | | | | Fixes #4035
* | doc: Update about sphinx.ext.imgconverterTakeshi KOMIYA2018-04-211-2/+8
| |
* | doc: Add ImageConverter to utilsTakeshi KOMIYA2018-04-211-0/+2
| |
* | Merge pull request #4690 from tk0miya/1598_awesome_sphinxdocTakeshi KOMIYA2018-03-031-2/+3
|\ \ | | | | | | doc: Add a reference to awesome-sphinxdoc
| * | doc: Add a reference to awesome-sphinxdocTakeshi KOMIYA2018-03-011-2/+3
| | |
* | | doc: Add "quickstart" doc to usage guideStephen Finucane2018-02-261-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* examplesTimotheus Kampik2018-02-241-6/+6
| |
* | #4244 docs: showing links & targets of Intersphinx mappingTimotheus Kampik2018-02-241-1/+14
| |
* | #4244 update Python version in intersphinx doc examplesTimotheus Kampik2018-02-241-4/+4
| |
* | Typo: cocstring => docstringederag2018-02-211-1/+1
| |
* | Convert doc HTTP links to HTTPS, even in documentation examplesKurt McKee2018-01-205-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_pep440Takeshi KOMIYA2018-01-132-1/+49
|\
| * doc: make looks understandableTakeshi KOMIYA2018-01-131-8/+4
| |
| * Merge remote-tracking branch 'atodorov/inheritance_top_class'Takeshi KOMIYA2018-01-131-0/+52
| |\
| | * Add top-classes option to sphinx.ext.inheritance_diagramMr. Senko2017-06-051-0/+52
| | | | | | | | | | | | This will limit the scope of inheritance traversal
| * | Prefer https & readthedocs.io instead of readthedocs.org for linksJon Dufresne2018-01-071-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 specificationTakeshi KOMIYA2018-01-081-3/+15
|/ /
* | Merge pull request #4332 from jfbu/latex_math_numfigJean-François B2017-12-211-5/+4
|\ \ | | | | | | Let LaTeX obey :confval:`math_numfig` for equation numbering
| * | Trim docs about math_numfigjfbu2017-12-211-9/+4
| | |
| * | Let LaTeX obey :confval:`math_numfig` for equation numberingjfbu2017-12-211-1/+5
| | |
* | | Closes #947: autodoc now supports ignore-module-all to ignore a module's __all__Kevin Keating2017-12-201-3/+5
|/ /
* | Merge pull request #4166 from jahn/math_numfigTakeshi KOMIYA2017-12-211-0/+10
|\ \ | | | | | | Number equations across pages and by section (fix #3991, #4080)
| * | add versionOliver Jahn2017-12-181-0/+2
| | |
| * | make math_numfig default to TrueOliver Jahn2017-12-171-4/+4
| | |
| * | use :rst:role: markupOliver Jahn2017-12-171-3/+3
| | |
| * | Merge branch 'master' into math_numfigOliver Jahn2017-12-162-6/+5
| |\ \
| * | | mention limitation to html-like targetsOliver Jahn2017-12-161-4/+4
| | | |
| * | | use numfig for numbering equations by section rather than pageOliver Jahn2017-10-181-0/+8
| | | |
* | | | Fix doc: now eq role works whole of projectTakeshi KOMIYA2017-12-171-2/+1
| |/ / |/| |
* | | Merge branch 'stable'Takeshi KOMIYA2017-12-161-1/+1
|\ \ \
| * | | Fix markup in doc/ext/math.rstjfbu2017-12-151-1/+1
| | | |
* | | | Merge branch 'stable'jfbu2017-12-111-5/+4
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Fix #4221: napoleon depends on autodoc, but users need to load it manuallyTakeshi KOMIYA2017-11-111-5/+4
| | |
* | | Merge pull request #4012 from avalentino/docstring-inheritanceTakeshi KOMIYA2017-08-211-0/+10
|\ \ \ | | | | | | | | Docstring inheritance
| * | | Retireve docstirng form base classes (Closes #3140)Antonio Valentino2017-08-181-0/+10
| | | |
* | | | Merge pull request #3961 from gaborbernat/masterTakeshi KOMIYA2017-08-201-0/+10
|\ \ \ \ | |/ / / |/| | | fixes #3959 alias/rename support for classes inside inheritence diagrams
| * | | fixes #3959 alias/rename support for classes inside inheritence diagramsBernat Gabor2017-07-311-0/+10
| | | |
* | | | #3978 fix typoTimotheus Kampik2017-08-051-1/+1
| | | |