summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
...
* Add CherryPy logo to docsSviatoslav Sydorenko2017-09-142-0/+3
|
* Add about/search/navigation to sidebarSviatoslav Sydorenko2017-09-141-2/+2
|
* Add Python 2 EOL top banner with countdown to docsSviatoslav Sydorenko2017-09-122-1/+53
| | | | Inspired by kennethreitz/python-guide@7a58e5c
* Replace RTD Sphinx theme with alabasterSviatoslav Sydorenko2017-09-121-4/+3
|
* Minor typoAlexander Pickering2017-07-271-1/+1
|
* Remove test-doc script, unused.Jason R. Coombs2017-07-101-24/+0
|
* Remove convert-trac utility. CherryPy hasn't used Trac for some time.Jason R. Coombs2017-07-101-140/+0
|
* Spelling fixesVille Skyttä2017-07-103-5/+5
|
* Fix rst bullet listKrystian Rosiński2017-05-041-0/+1
|
* Typo in ExtendKrystian Rosiński2017-05-011-1/+1
|
* Use rst.linker 1.9 and jaraco.packaging.sphinx to load details from project ↵Jason R. Coombs2017-03-301-25/+3
| | | | metadata.
* Add a note about need to fix cheroot version linksSviatoslav Sydorenko2017-03-201-0/+1
| | | | TODO: ask @jaraco about possible fixes
* Fix github repo link in docsSviatoslav Sydorenko2017-03-201-1/+1
| | | | | Ref f7f3c3a Ref #1586
* Fix linking issues and PRs mentioned in sphinx docSviatoslav Sydorenko2017-03-201-2/+2
| | | | Resolves #1586
* Fix determining cheroot reference version in docsSviatoslav Sydorenko2017-03-201-1/+1
|
* PEP257fy sphinx docs configSviatoslav Sydorenko2017-03-201-2/+5
| | | | | | | | | Added: * module docstring * try_import public function docstring Adjusted: * mock_pywin32 public function docstring
* Fix double quoted stringsJason R. Coombs2017-03-131-2/+2
|
* Link to cheroot version history and PEPs in changelog.Jason R. Coombs2017-03-121-0/+8
|
* PEP8fy codebase: eliminated E302 flake8 errorSviatoslav Sydorenko2017-03-111-0/+1
|
* PEP8fy codebase: eliminated E305 flake8 errorSviatoslav Sydorenko2017-03-113-2/+6
|
* Fixup same style string quotes across the repoSviatoslav Sydorenko2017-03-031-1/+1
|
* Use docs name, intended for parent commit.Jason R. Coombs2017-02-161-1/+1
|
* Don't use editable, as that conflicts with rwt usage.Jason R. Coombs2017-02-161-1/+1
|
* A requirements.txt file references a file relative to the directory from ↵Jason R. Coombs2017-02-081-1/+1
| | | | which it is run, not relative to the requirements.txt file. Oy! Since RTD runs pip install from the root of the repo, use a single period.
* Require Python 3 to build docs.Jason R. Coombs2017-02-081-1/+3
|
* Move all documentation dependencies to setup.py and merely reference them ↵Jason R. Coombs2017-02-081-2/+0
| | | | from requirements.txt. Don't forget to turn off 'install project in virtualenv' in RTD so it doesn't get installed twice.
* updated requirementsRick van Hattem2017-02-081-3/+1
|
* re-hiding the toc-treeRick van Hattem2017-02-071-0/+1
|
* fixed a bunch of documentation warningsRick van Hattem2017-02-075-5/+7
|
* fixed documentation building errors on readthedocsRick van Hattem2017-02-072-20/+8
|
* updated sphinx docs to reflect the current state of cherrypyRick van Hattem2017-02-074-186/+35
|
* Let pre-commit 'fix' the conf.py fileJason R. Coombs2016-12-271-4/+3
|
* Correct hyperlinks.Jason R. Coombs2016-12-251-2/+2
|
* Specify minimum version of tox for testingSviatoslav Sydorenko2016-12-251-1/+1
|
* Include the changelog in the documentation.Jason R. Coombs2016-12-244-7/+41
|
* Add header to support pageJason R. Coombs2016-12-241-0/+3
|
* Add missing support pageJason R. Coombs2016-12-241-0/+48
|
* Move much of the readme into the documentation and link from a more concise ↵Jason R. Coombs2016-12-242-11/+33
| | | | readme.
* Rename test_tools extra to testing in docsSviatoslav Sydorenko2016-12-251-1/+1
|
* Flesh out the contribute section in the docs. Reference it from the ↵Jason R. Coombs2016-12-241-2/+54
| | | | CONTRIBUTING.txt file in the repo.
* Move docstring into relevant functionJason R. Coombs2016-12-231-6/+10
|
* Remove tabsJason R. Coombs2016-12-233-45/+45
|
* Update popargs example to use unambiguous parameter names. Ref #1533.Jason R. Coombs2016-12-231-13/+14
|
* Merge Pull Request #1533Jason R. Coombs2016-12-231-1/+1
|\
| * Fix typo in popargs documentation (name -> named)Thibault Nélis2016-12-231-1/+1
| |
| * Use matching parameter name in popargs exampleThibault Nélis2016-12-231-1/+1
| | | | | | | | | | | | The explanation for that piece of sample code below it refers to the parameter which represents the band name as "band", whereas the code uses "name". We change the explanation to use "name" as well.
* | Correct indentationJason R. Coombs2016-12-231-4/+4
| |
* | Strip trailing whitespaceJason R. Coombs2016-12-231-34/+34
|/
* Revert "Add note in tutorials about class decorators on Python 2. Fixes #1520."Jason R. Coombs2016-12-161-7/+0
| | | | This reverts commit 58c58f6aa6b10c4b119394bb19c24092cab6a165.
* Fix lines reference in cherrypy tutorialsMatt Paul2016-11-221-1/+1
| | | PR #1522