summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1977 from avm/typofixSviatoslav Sydorenko2023-04-011-1/+1
|\ | | | | Fix extra "is" and a missing comma on the docs frontpage
| * Fix typo (same should be fixed on cherrypy.dev main page)Alexander Myltsev2022-07-281-1/+1
| |
* | Subst mock_pywin32 w/ Sphinx autodoc_mock_importsSviatoslav Sydorenko2023-01-031-24/+11
| |
* | πŸ”§ Make extlinks compatible with Sphinx 6Sviatoslav Sydorenko2023-01-021-7/+7
| |
* | πŸ“ Treat supported versions as numbers in docsSviatoslav Sydorenko2023-01-021-2/+2
|/
* Replace cherrypy.org to cherrypy.devManeesh Babu M2021-09-113-3/+3
|
* Autogenerate module docs with sphinxcontrib-apidocmasterSviatoslav Sydorenko2021-01-1810-723/+26
|
* fix typoJΓΌrgen Gmach2020-11-241-1/+1
|
* Add a :user: role to sphinxSviatoslav Sydorenko2020-11-151-0/+2
|
* Set the default role in Sphinx to "any"Sviatoslav Sydorenko2020-06-181-0/+5
|
* Adjust docs banner to indicate that Py 2 is EOLSviatoslav Sydorenko2020-04-291-1/+1
|
* Change memcached package anchor in the basic docJared2019-11-031-2/+2
| | | | | Related Sphinx warnings: * docs/basics.rst:4: WARNING: Duplicate explicit target name: "memcached".
* Fix a few minor documentation warningsJay2019-11-032-2/+2
| | | | | | | | Sphinx warnings fixed: * docs/advanced.rst:571: WARNING: Inline interpreted text or phrase reference start-string without end-string. * docs/advanced.rst:573: WARNING: Definition list ends without a blank line; unexpected unindent. * docs/basics.rst:4: WARNING: Duplicate explicit target name: "memcached".
* Update docs/advanced.rstjay17232019-10-151-1/+2
| | | Co-Authored-By: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
* fixed 'here' duplicated warningJay2019-10-151-2/+2
|
* Add todo for consideration laterJason R. Coombs2019-10-021-0/+3
|
* Add reference to CherryPy for Enterprise to the docsJason R. Coombs2019-10-022-0/+11
|
* Add pytest note on CPWebCase subclassing to docsSviatoslav Sydorenko2019-08-162-0/+11
|\ | | | | PR #1800 by @stemoser
| * Add pytest note on CPWebCase subclassing.Stemoser2019-08-162-0/+11
| |
* | Docs: note on testing with interactive mode.Stemoser2019-08-161-0/+20
|/
* Fix RFC section ref describing HTTP404 status codeSviatoslav Sydorenko2019-08-141-1/+1
|
* πŸ“ Add a SUPPORT file for GitHubSviatoslav Sydorenko2019-07-271-51/+1
|
* Fix SO_PEERCRED lists in basics doc formattingSviatoslav Sydorenko2019-05-051-2/+2
|
* πŸ“ Use mdash in docs index title instead of minusSviatoslav Sydorenko2019-03-021-1/+1
|
* πŸ“πŸš€πŸš‘πŸ’„πŸ”§πŸ’¬ Update py2 retirement date in docsSviatoslav Sydorenko2019-03-021-1/+1
| | | | | | As per: * https://pythonclock.org/ * https://github.com/python/devguide/pull/344
* fixed typo for http CSP header in Advanced, Securing your server documentationscratchi2019-01-131-1/+1
|
* docs: Fix link to wikipediaÉtienne BERSAC2018-12-041-6/+6
|
* Fix undersized sidebar in docs under mobileSviatoslav Sydorenko2018-11-061-2/+23
|
* Fix mobile docs body width to not exceed viewportSviatoslav Sydorenko2018-11-051-0/+4
| | | | Co-Authored-By: Anna Kurylo <bluebirrrrd@users.noreply.github.com>
* remove seconds from the python2 drop countdownAnna Kurylo2018-10-241-1/+1
|
* fix python3 support bannerAnna Kurylo2018-10-241-3/+12
| | | | | | change the position of banner from `fixed` to `absolute`, decrease line spacing, fix the color of links, add padding to the message paragraph on wide-screen devices
* Add more terms highlighting and refsSviatoslav Sydorenko2018-09-091-5/+5
|
* Add note about using coverage tracking integrationSviatoslav Sydorenko2018-09-091-0/+4
|
* Improve pragma commentSviatoslav Sydorenko2018-09-091-1/+1
|
* Fix reference to tut12Sviatoslav Sydorenko2018-09-091-2/+2
|
* Made changes suggested in pull request commentsAlan Smith2018-09-081-10/+10
| | | | | | | 1) Changed from tut02 naming to tut12 2) Show commands with double backticks 3) Make source RST be same length under section title 4) Changed some spacing after periods to be single spaces.
* Adds new tutorial about using pytest and code coverageAlan Smith2018-09-061-0/+91
| | | | Fixes #1731
* Adjust docs top margin to skip bannerSviatoslav Sydorenko2018-09-021-1/+1
|
* Add info about dropping Python 3 since v18.0.0Sviatoslav Sydorenko2018-09-021-0/+7
|
* Change watch to star GH widget in docsSviatoslav Sydorenko2018-09-021-1/+1
|
* Replace lockfile with zc.lockfile. Ref #1193.Jason R. Coombs2018-08-141-8/+0
|
* Make it clearer that app.conf is a filename, not a Python objectwim glenn2018-08-081-1/+1
|
* Update doc about auth methodsSviatoslav Sydorenko2018-04-221-3/+34
|
* Add tools.auth_digest.accept_charset to examplesSviatoslav Sydorenko2018-04-221-1/+2
|
* Add tools.auth_basic.accept_charset to examplesSviatoslav Sydorenko2018-04-221-1/+2
|
* Update Cheroot's sphinx URLSviatoslav Sydorenko2018-04-191-1/+1
|
* Update docs to describe condition where request.dispatch cannot be honored ↡Jason R. Coombs2018-02-101-1/+4
| | | | in _cp_config. Ref #1663.
* Merge pull request #1689 from cherrypy/feature/deprecate-old-authJason R. Coombs2018-02-042-24/+0
|\ | | | | Deprecate old auth tools
| * Remove documentation references to deprecated and removed modules. Ref #1688.Jason R. Coombs2018-02-042-24/+0
| |
* | Fix PR extlinks in sphinx configSviatoslav Sydorenko2018-02-031-2/+2
| |