Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix SO_PEERCRED lists in basics doc formatting | Sviatoslav Sydorenko | 2019-05-05 | 1 | -2/+2 |
| | |||||
* | π Use mdash in docs index title instead of minus | Sviatoslav Sydorenko | 2019-03-02 | 1 | -1/+1 |
| | |||||
* | πππππ§π¬ Update py2 retirement date in docs | Sviatoslav Sydorenko | 2019-03-02 | 1 | -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 documentation | scratchi | 2019-01-13 | 1 | -1/+1 |
| | |||||
* | docs: Fix link to wikipedia | Γtienne BERSAC | 2018-12-04 | 1 | -6/+6 |
| | |||||
* | Fix undersized sidebar in docs under mobile | Sviatoslav Sydorenko | 2018-11-06 | 1 | -2/+23 |
| | |||||
* | Fix mobile docs body width to not exceed viewport | Sviatoslav Sydorenko | 2018-11-05 | 1 | -0/+4 |
| | | | | Co-Authored-By: Anna Kurylo <bluebirrrrd@users.noreply.github.com> | ||||
* | remove seconds from the python2 drop countdown | Anna Kurylo | 2018-10-24 | 1 | -1/+1 |
| | |||||
* | fix python3 support banner | Anna Kurylo | 2018-10-24 | 1 | -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 refs | Sviatoslav Sydorenko | 2018-09-09 | 1 | -5/+5 |
| | |||||
* | Add note about using coverage tracking integration | Sviatoslav Sydorenko | 2018-09-09 | 1 | -0/+4 |
| | |||||
* | Improve pragma comment | Sviatoslav Sydorenko | 2018-09-09 | 1 | -1/+1 |
| | |||||
* | Fix reference to tut12 | Sviatoslav Sydorenko | 2018-09-09 | 1 | -2/+2 |
| | |||||
* | Made changes suggested in pull request comments | Alan Smith | 2018-09-08 | 1 | -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 coverage | Alan Smith | 2018-09-06 | 1 | -0/+91 |
| | | | | Fixes #1731 | ||||
* | Adjust docs top margin to skip banner | Sviatoslav Sydorenko | 2018-09-02 | 1 | -1/+1 |
| | |||||
* | Add info about dropping Python 3 since v18.0.0 | Sviatoslav Sydorenko | 2018-09-02 | 1 | -0/+7 |
| | |||||
* | Change watch to star GH widget in docs | Sviatoslav Sydorenko | 2018-09-02 | 1 | -1/+1 |
| | |||||
* | Replace lockfile with zc.lockfile. Ref #1193. | Jason R. Coombs | 2018-08-14 | 1 | -8/+0 |
| | |||||
* | Make it clearer that app.conf is a filename, not a Python object | wim glenn | 2018-08-08 | 1 | -1/+1 |
| | |||||
* | Update doc about auth methods | Sviatoslav Sydorenko | 2018-04-22 | 1 | -3/+34 |
| | |||||
* | Add tools.auth_digest.accept_charset to examples | Sviatoslav Sydorenko | 2018-04-22 | 1 | -1/+2 |
| | |||||
* | Add tools.auth_basic.accept_charset to examples | Sviatoslav Sydorenko | 2018-04-22 | 1 | -1/+2 |
| | |||||
* | Update Cheroot's sphinx URL | Sviatoslav Sydorenko | 2018-04-19 | 1 | -1/+1 |
| | |||||
* | Update docs to describe condition where request.dispatch cannot be honored β΅ | Jason R. Coombs | 2018-02-10 | 1 | -1/+4 |
| | | | | in _cp_config. Ref #1663. | ||||
* | Merge pull request #1689 from cherrypy/feature/deprecate-old-auth | Jason R. Coombs | 2018-02-04 | 2 | -24/+0 |
|\ | | | | | Deprecate old auth tools | ||||
| * | Remove documentation references to deprecated and removed modules. Ref #1688. | Jason R. Coombs | 2018-02-04 | 2 | -24/+0 |
| | | |||||
* | | Fix PR extlinks in sphinx config | Sviatoslav Sydorenko | 2018-02-03 | 1 | -2/+2 |
| | | |||||
* | | Add clarification regarding requirements | Sviatoslav Sydorenko | 2018-01-13 | 1 | -1/+2 |
| | | | | | | | | Ref #1685 | ||||
* | | Fix Sphinx complaints regarding bullet list fmt | Sviatoslav Sydorenko | 2018-01-13 | 1 | -0/+8 |
| | | |||||
* | | Use sphinx extlinks in changelog | Sviatoslav Sydorenko | 2018-01-13 | 1 | -15/+0 |
| | | |||||
* | | Enable extlinks in SphinX | Sviatoslav Sydorenko | 2018-01-13 | 1 | -4/+21 |
| | | |||||
* | | Add intersphinx link to cheroot | Sviatoslav Sydorenko | 2018-01-13 | 1 | -1/+2 |
| | | |||||
* | | Use prj name and supported Py in docs via substs | Sviatoslav Sydorenko | 2018-01-13 | 2 | -8/+14 |
| | | |||||
* | | Calculate min/max supported Py for ref in docs | Sviatoslav Sydorenko | 2018-01-13 | 1 | -0/+16 |
| | | |||||
* | | Require 3.6 to build docs | Sviatoslav Sydorenko | 2018-01-13 | 1 | -1/+1 |
| | | |||||
* | | Fetch meta vars from dist for sphinx docs | Sviatoslav Sydorenko | 2018-01-13 | 1 | -1/+9 |
| | | |||||
* | | Remove invalid link to StackOverflow Wiki. | Zach Seils (seils) | 2018-01-02 | 1 | -4/+0 |
| | | |||||
* | | Minor grammar correction. | Zach Seils (seils) | 2017-12-31 | 1 | -1/+1 |
|/ | |||||
* | Store RTD config in the repo. | Jason R. Coombs | 2017-12-20 | 1 | -1/+0 |
| | |||||
* | Replace remaining references to IRC with Gitter. Fixes #1667. | Jason R. Coombs | 2017-12-04 | 1 | -2/+2 |
| | |||||
* | Update documentation reflecting new conditions | Jason R. Coombs | 2017-11-15 | 4 | -50/+3 |
| | |||||
* | Lossless Compression of images saves 25KB | Fish2 | 2017-11-04 | 5 | -0/+0 |
| | |||||
* | Just follow the style guide | Jason R. Coombs | 2017-10-29 | 1 | -1/+3 |
| | |||||
* | Remove boilerplate and related lint and related lint check overrides. | Jason R. Coombs | 2017-10-29 | 1 | -108/+0 |
| | |||||
* | Remove exemption for extra long lines. Updated code to conform with standard β΅ | Jason R. Coombs | 2017-10-28 | 1 | -4/+10 |
| | | | | 79 character limitation. Fixes #1652. | ||||
* | Feed the hobgoblins (delint). | Jason R. Coombs | 2017-10-27 | 1 | -1/+1 |
| | |||||
* | Upgrade pre-commit hooks | Anthony Sottile | 2017-10-21 | 3 | -9/+7 |
| | |||||
* | Ignore docs build dir in repo | Sviatoslav Sydorenko | 2017-09-14 | 1 | -0/+1 |
| | |||||
* | Add social buttons to sidebar | Sviatoslav Sydorenko | 2017-09-14 | 1 | -1/+13 |
| | | | | | | | i.e. * GitHub * Travis CI * CodeCov |