summaryrefslogtreecommitdiff
path: root/doc/ext
Commit message (Expand)AuthorAgeFilesLines
* Autodoc.rst typo: ommit->omitDrew Risinger2018-06-121-1/+1
* 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
| * | Prefer https & readthedocs.io instead of readthedocs.org for linksJon Dufresne2018-01-071-1/+1
* | | 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
|\ \
| * | 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
|\ \
| * | 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
|\ \ \
| * | | 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 diagramsBernat Gabor2017-07-311-0/+10
* | | | #3978 fix typoTimotheus Kampik2017-08-051-1/+1
* | | | Merge branch 'stable'Takeshi KOMIYA2017-07-291-0/+7
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Fix #3926: Add ``autodoc_warningiserror`` to suppress the behavior of ``-W`` ...Takeshi KOMIYA2017-07-151-0/+7
* | | doc: Add sphinx-autogen man pageStephen Finucane2017-07-111-0/+3
* | | Merge branch 'stable'Takeshi KOMIYA2017-06-251-4/+10
|\ \ \ | |/ / | | / | |/ |/|
| * Improve access to table and math markup info in docsjfbu2017-06-201-0/+2
| * Update docs regarding the CDN used by default for MathJaxjfbu2017-06-201-4/+8
* | Fix #3638: Allow to change a label of reference to equationTakeshi KOMIYA2017-04-271-0/+7
|/
* Add image_converter_args confvalTakeshi KOMIYA2017-04-221-0/+5
* Add sphinx.ext.imgconverterTakeshi KOMIYA2017-04-222-0/+26
* update CHANGES refs #2961shimizukawa2017-04-191-0/+3
* ext: enhance autodoc_mock_importsRobin Jarry2017-04-181-1/+8
* Merge pull request #3388 from smheidrich/autosectionlabel_prefix_document1Takeshi KOMIYA2017-04-181-1/+15
|\
| * Added autosectionlabel_prefix_document config option.smheidrich2017-04-171-1/+15
* | Merge branch 'stable'Takeshi KOMIYA2017-04-021-2/+21
|\ \
| * | BUG: Fix autosummary of members with a trailing underscoreEric Wieser2017-03-261-2/+21
| * | Fix #3174: [Napoleon] Defers autodoc-skip-member to other extensions if Napol...Rob Ruana2017-03-141-0/+5
* | | fix style check warningsYoshiki Shibukawa2017-03-032-2/+2
| |/ |/|
* | From version 1.5 to 1.6. Warnings wrapped with locale.Marco Buttu2017-01-261-1/+1
* | Fixed flake8 style checkMarco Buttu2017-01-161-1/+1
* | Comparison made by distutils.version.LooseVersionMarco Buttu2017-01-151-1/+3
* | compare_version() replaces proper_pyversion()Marco Buttu2017-01-151-2/+2
* | Added pyversion option for doctest (issue 3303)Marco Buttu2017-01-151-1/+12