summaryrefslogtreecommitdiff
path: root/doc/_templates
Commit message (Collapse)AuthorAgeFilesLines
* Refresh the Sphinx13 theme (#10652)Adam Turner2022-07-103-152/+6
|
* Drop JavaScript Frameworks (#10028)Adam Turner2022-01-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Delete jQuery and underscore.js * Move underscores.js setup to searchtools.js * Update jQuery.url(en|de)code * Update jQuery.getQueryParameters * Firefox bug is no longer present xref https://bugzilla.mozilla.org/show_bug.cgi?id=645075#c49 * Update jQuery.fn.highlightText * Use enum instead of magic number * Update test descriptions to remove obsolete jQuery reference * Update Documentation.getCurrentURL * Revert accidental fix of Documentation.getCurrentURL * Update Documentation.initOnKeyListeners * Update Documentation.hideSearchWords * Update Documentation.highlightSearchWords * Update Documentation.initDomainIndexTable * Use arrow functions and const * Replace $(document).ready * Strict mode * Move Documentation.hideSearchWords next to Documentation.highlightSearchWords * Update translation functions in Documentation * Replace $(document).ready in searchtools.js * Update Scorer * Update Search.hasIndex, Search.deferQuery, Search.stopPulse * Prefer window.location * Update Search.init * Update Search.loadIndex * Update Search.setIndex * Update Search.startPulse * Add _escapeRegExp * Update Search.makeSearchSummary * Update Search.htmlToText * Update Search.performSearch * Factor out _displayNextItem * Update Search.query * Update Search.performObjectSearch * Update Search.performTermsSearch * Remove underscores.js setup * Use Sets * Update test configuration * Fix test failures * Drop unused make/get URL functions * Strict mode in searchtools.js * Remove outmoded check for jQuery and underscore.js * Ran prettier prettier --print-width 120 --no-semi --quote-props as-needed --no-bracket-spacing --arrow-parens avoid --write sphinx/themes/basic/static * Remove more references to jQuery and underscore.js * Remove jQuery and underscore.js licences * Update classic theme for no jQuery * Update all other themes for no jQuery * Restore jQuery & underscores.js to Sphinx themes Enables a more gradual deprecation * Added deprecation note to CHANGES * Run prettier with defaults * Update deprecation message to include extensions, note that sources must be copied * oops * Address Pradyun's feedback * Forgot this one * `let` doesn't work, as it is scoped to the block... * Remove missed jQuery in sphinx13 theme
* Merge pull request #9287 from ssbarnea/fix/ircTakeshi KOMIYA2021-12-161-1/+1
|\ | | | | Document new irc channel location
| * Document new irc channel locationSorin Sbarnea2021-06-011-1/+1
| |
* | doc: fix grammar of possessive of plural nounRafael Fontenelle2021-10-031-1/+1
| |
* | fix link of code of conductusaturn2021-07-171-1/+1
| |
* | Fix broken link to third-party extensionsJuan Luis Cano Rodríguez2021-06-161-1/+1
| |
* | Tutorial link in front page, audience, objectives, and prerequisitesJuan Luis Cano Rodríguez2021-05-261-5/+7
|/
* doc: Upgrade pygments.org links to HTTPSigo958622021-05-161-1/+1
|
* doc: Upgrade docutils.sourceforge.io links to HTTPSigo958622021-05-161-2/+2
| | | | | Also change any docutils.sourceforge.net link to io top level domain.
* docs: Remove the 'develop' guideStephen Finucane2020-06-021-3/+3
| | | | | | | | | | | | This contained a list of extensions, along with general contributing information and pointers on how to develop your own extensions. The list of extensions was very old, referenced the dead BitBucket repo and was really not very helpful, while the contributing and development information was just pointers to other, better documentation. Remove the document wholesale and update any pointers we have to it to other, better docs. Signed-off-by: Stephen Finucane <stephen@that.guru>
* docs: Add contributing documentStephen Finucane2020-06-021-4/+4
| | | | | | | | | | This completes the migration from the CONTRIBUTING document to the new in-tree contributing guide. The CONTRIBUTING document itself is temporarily removed so that git will correctly mark the document as having been moved. A future change will re-add this document as well as rework the new contributing document. Signed-off-by: Stephen Finucane <stephen@that.guru>
* :gift_heart: Let's say thanks to all translatorTetsuo Koyama2020-03-281-2/+2
|
* Close #6658: Add CODE_OF_CONDUCT (#6661)Takeshi KOMIYA2019-10-061-0/+4
| | | | | | | | | | | | * Close #6658: Add CODE_OF_CONDUCT * #6658 refine CoC * Base on Django CoC: https://www.djangoproject.com/conduct/ * Simplify: we are a smaller project and can be more concise * Add to ToC * Link from README * Link from index page
* adding German book about Sphinxjuh2019-05-021-0/+2
| | | Adding a link to the authors bookpage.
* Merge pull request #5096 from tk0miya/update_docsTakeshi KOMIYA2018-06-211-5/+2
|\ | | | | doc: update URL of PDF and EPUB
| * doc: update download URL for PDF and EPUBTakeshi KOMIYA2018-06-171-5/+2
| |
* | Merge branch '1.7'Takeshi KOMIYA2018-06-191-12/+2
|\ \ | |/ |/|
| * doc: Use badge to show latest releaseTakeshi KOMIYA2018-06-171-12/+2
| |
* | Update all pypi.python.org URLs to pypi.orgJon Dufresne2018-04-181-2/+2
| | | | | | | | | | | | For details on the new PyPI, see the blog post: https://pythoninsider.blogspot.ca/2018/04/new-pypi-launched-legacy-pypi-shutting.html
* | doc: Add "quickstart" doc to usage guideStephen Finucane2018-02-261-1/+1
| | | | | | | | | | | | | | 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>
* | potential typoDanish Prakash2018-02-061-2/+2
| | | | | | | | | | `You can also download PDF/EPUB versions of the Sphinx documentation: a PDF version generated from the LaTeX Sphinx produces, and an EPUB version.` Either a typo or maybe wrong sentence structure.
* | Convert doc HTTP links to HTTPS, even in documentation examplesKurt McKee2018-01-202-4/+4
|/ | | | | | | 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.
* Prefer https & readthedocs.io instead of readthedocs.org for linksJon Dufresne2018-01-071-3/+3
| | | | | | | | | | | | | | 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.
* cleanup formatting of some sidebar itemsTim Hoffmann2018-01-061-4/+6
|
* Fix the unreleased version number is shown (refs: #3678, #3027)Takeshi KOMIYA2017-04-281-1/+1
|
* add link to Changes in toppageshimizukawa2016-12-152-14/+26
|
* fix inter document linkYoshiki Shibukawa2016-09-021-1/+1
|
* fix sphinx document's style to satisfy xhtml standardYoshiki Shibukawa2016-09-011-5/+5
|
* fix sphinx document's template not to have link to genindex for epub resultYoshiki Shibukawa2016-08-231-2/+2
|
* Merge branch 'stable'Takeshi KOMIYA2016-08-091-2/+2
|\
| * fix html entity to fix epub errorYoshiki Shibukawa2016-08-091-2/+2
| |
* | Clean up the prose on the main site pageEric Holscher2016-03-151-3/+2
|/
* Fixup links in the documentation.Georg Brandl2016-02-131-2/+2
|
* Switch links for pdf version documentation to on ReadTheDocs.shimizukawa2016-01-101-4/+4
|
* Remove version specific installation procedure and link to stable/latest ↵shimizukawa2016-01-101-8/+0
| | | | document page because sphinx site has been moved to ReadTheDocs so the information is obsoleted.
* Explicitly mention sphinx-users mailing listRobert Lehmann2015-06-241-1/+1
| | | | | | This should now answer searches for "mailing list" and "sphinx-", in case users just skim the Web site. I have checked this in a Web browser and it looks good IMO (box not overfull.)
* fix http/httpsshimizukawa2015-02-281-2/+2
|
* display pip install method for develop versionshimizukawa2015-02-251-0/+6
|
* Closes #1735: Use https://doc.python.org/ instead of ``http`` protocol. It ↵shimizukawa2015-02-231-1/+1
| | | | was used for `sphinx.ext.intersphinx` and some documentation.
* Merge branch 'stable'Georg Brandl2015-01-021-2/+2
|\
| * development process updates: bb->gh, hg->gitGeorg Brandl2015-01-021-2/+2
| |
* | add a paragraph about sphinx-contrib on the front pageGeorg Brandl2014-09-221-0/+3
| |
* | Fix the docs index sidebar for unreleased versions.Georg Brandl2014-09-221-1/+1
| |
* | Explain how to install Sphinx with pip (rather than easy_install). Fixes #1447Matt Hickford2014-09-141-1/+1
| |
* | Add documentation to make contribution easier.Takayuki Shimizukawa2014-08-311-0/+10
|/
* Fixed W3C Validator errors in index page.Robert Lehmann2014-02-051-1/+2
|
* add link to "write the docs", move hosting chapter to home pageGeorg Brandl2014-01-121-3/+12
|
* IRC channel update.Georg Brandl2013-09-161-1/+1
|
* Add the cover of the Learning Sphinx book as an image.Georg Brandl2013-09-161-1/+2
|