summaryrefslogtreecommitdiff
path: root/doc/_static
Commit message (Collapse)AuthorAgeFilesLines
* Remove unicode prefix (``u``) from strings (#11158)Mike Taves2023-02-151-10/+10
|
* Refresh the Sphinx13 theme (#10652)Adam Turner2022-07-101-0/+0
|
* texinfo: simplify reference emission.Martin Liska2021-11-121-0/+4
| | | | | | | | | | | | | | | The commit adds a new config value 'texinfo_emit_document_references' that blocks the emission of inline references and make it better readable with legacy stand-alone reader ``info``. Before the change we emit: Default option value for @ref{e,,-Wshift-overflow3}. while with texinfo_emit_document_references == True: Default option value for -Wshift-overflow3. It addresses limitations mentioned in Sphinx' FAQ: https://www.sphinx-doc.org/en/master/faq.html#texinfo-info
* Merge pull request #9534 from astrojuanlu/new-tutorial-describing-codeTakeshi KOMIYA2021-10-093-0/+0
|\ | | | | New Sphinx tutorial, part III
| * Remove square bracketsJuan Luis Cano Rodríguez2021-09-132-0/+0
| |
| * Add section on autosummaryJuan Luis Cano Rodríguez2021-08-121-0/+0
| |
| * Add tutorial section on documenting Python objectsJuan Luis Cano Rodríguez2021-08-122-0/+0
| |
* | doc: update descriptionGhassan Maslamani2021-09-301-2/+2
|/ | | | Update description about how `conf.py` is loaded/executed
* Add tutorial section about extensions and themesJuan Luis Cano Rodríguez2021-06-171-0/+0
|
* Beginning of the tutorial, tweaks to introductionJuan Luis Cano Rodríguez2021-05-271-0/+0
|
* Close #8326: Rename master_doc to root_docTakeshi KOMIYA2021-02-281-4/+4
| | | | | | To describe the purpose more accurately, the `master_doc` is now renamed to `root_doc`. The old name is still available. But it is recommeneded to use new one from now on.
* DOC: Add faviconMatthias Geier2020-10-241-0/+8
|
* Fix typo sphinx-buid in internationalization figureChris Mayo2020-08-033-7/+20
|
* doc: Remove broken PDF imageTakeshi KOMIYA2020-07-111-0/+0
| | | | It was added unexpectedly in #7924.
* doc: Add translation.png to build latexpdf successfullyTakeshi KOMIYA2020-07-073-1/+3
|
* :wrench: :warning: (#7292)Tetsuo Koyama2020-03-181-1/+1
|
* Configure plantuml to generate svg files (fixes #7134)Septatrix2020-03-103-2/+31
|
* :art: Fixed issue #6789Tetsuo Koyama2019-11-043-0/+20
|
* Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-2/+0
| | | | | | | | | | | | | | In Python 3, the default encoding of source files is utf-8. The encoding cookie is now unnecessary and redundant so remove it. For more details, see the docs: https://docs.python.org/3/howto/unicode.html#the-string-type > The default encoding for Python source code is UTF-8, so you can > simply include a Unicode character in a string literal ... Includes a fix for the flake8 header checks to stop expecting an encoding cookie.
* doc: Add "theming" to usage guideStephen Finucane2018-11-1622-0/+0
| | | | | | | | | | | This one is a little unusual. The current theming doc mixes user-focused documentation with developer-focused documentation. This is confusing and unnecessary. Resolve the issue by splitting the doc in two. The user-focused docs are moved to the advanced section of the usage guide, while the developer docs remain where they are, pending the addition of a developer guide. Signed-off-by: Stephen Finucane <stephen@that.guru>
* doc: Add "internationalization" to the usage guideStephen Finucane2018-11-161-0/+0
| | | | | | This is added to the new "advanced" subsection. Signed-off-by: Stephen Finucane <stephen@that.guru>
* doc: Add "quickstart" doc to usage guideStephen Finucane2018-02-261-0/+0
| | | | | | | 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>
* Remove html_use_smartypants (deprecated)Takeshi KOMIYA2017-05-031-5/+0
|
* Remove deprecated feature: latex_keep_old_macro_namesTakeshi KOMIYA2017-04-271-6/+0
|
* Update conf.py.txtadrian52017-02-031-1/+1
| | | I'm not entirely sure what this line is trying to say, but is needs rewriting. Modify my commit, if necessary.
* Drop deprecated options for latex builderTakeshi KOMIYA2017-01-051-5/+0
|
* fix bottom of conf.py.txtjfbu2016-11-061-1/+2
|
* fix ``\t`` which got converted to tab in conf.py.txtjfbu2016-11-061-2/+2
|
* Fix indentation in conf.pyPhilip Molloy2016-10-251-12/+12
|
* Add example of conf.py to doc/config.rstTakeshi KOMIYA2016-10-121-0/+359
|
* Run *.png through zopflipng -mVille Skyttä2016-07-073-0/+0
| | | | | Before: 2334583 bytes After: 2136324 bytes
* compress static PNG images with optipng -o10Lars Buitinck2014-07-223-0/+0
| | | | Average reduction in file size of 20%.
* Add the cover of the Learning Sphinx book as an image.Georg Brandl2013-09-161-0/+0
|
* New doc design "sphinx13".Georg Brandl2013-01-181-0/+0
|
* Add Pocoo logo to the sidebar on the index page.Georg Brandl2010-10-181-0/+0
|
* Refreshed logo, by Panos Laganakos.Georg Brandl2008-03-231-0/+0
|
* Use Windows-friendlier dirnames.Georg Brandl2008-03-211-0/+0