summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Add clarification regarding requirementsSviatoslav Sydorenko2018-01-131-1/+2
| | | | | | | | Ref #1685
* | Fix Sphinx complaints regarding bullet list fmtSviatoslav Sydorenko2018-01-131-0/+8
| |
* | Use sphinx extlinks in changelogSviatoslav Sydorenko2018-01-131-15/+0
| |
* | Enable extlinks in SphinXSviatoslav Sydorenko2018-01-131-4/+21
| |
* | Add intersphinx link to cherootSviatoslav Sydorenko2018-01-131-1/+2
| |
* | Use prj name and supported Py in docs via substsSviatoslav Sydorenko2018-01-132-8/+14
| |
* | Calculate min/max supported Py for ref in docsSviatoslav Sydorenko2018-01-131-0/+16
| |
* | Require 3.6 to build docsSviatoslav Sydorenko2018-01-131-1/+1
| |
* | Fetch meta vars from dist for sphinx docsSviatoslav Sydorenko2018-01-131-1/+9
| |
* | Remove invalid link to StackOverflow Wiki.Zach Seils (seils)2018-01-021-4/+0
| |
* | Minor grammar correction.Zach Seils (seils)2017-12-311-1/+1
|/
* Store RTD config in the repo.Jason R. Coombs2017-12-201-1/+0
|
* Replace remaining references to IRC with Gitter. Fixes #1667.Jason R. Coombs2017-12-041-2/+2
|
* Update documentation reflecting new conditionsJason R. Coombs2017-11-154-50/+3
|
* Lossless Compression of images saves 25KBFish22017-11-045-0/+0
|
* Just follow the style guideJason R. Coombs2017-10-291-1/+3
|
* Remove boilerplate and related lint and related lint check overrides.Jason R. Coombs2017-10-291-108/+0
|
* Remove exemption for extra long lines. Updated code to conform with standard ↡Jason R. Coombs2017-10-281-4/+10
| | | | 79 character limitation. Fixes #1652.
* Feed the hobgoblins (delint).Jason R. Coombs2017-10-271-1/+1
|
* Upgrade pre-commit hooksAnthony Sottile2017-10-213-9/+7
|
* Ignore docs build dir in repoSviatoslav Sydorenko2017-09-141-0/+1
|
* Add social buttons to sidebarSviatoslav Sydorenko2017-09-141-1/+13
| | | | | | | i.e. * GitHub * Travis CI * CodeCov