summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fixup text and links in 2.0.0 newscd/2.0.0Chris Dent2018-11-291-2/+2
| | | | Better linking and more complete text
* Prepare a 2.0.0 releaseChris Dent2018-11-293-1/+11
| | | | | | | | | | Update version in setup.py Add changes to news.rst Add build artifacts to .gitignore The rationale for using a 2.0.0 version number is to make a rather heavy-handed signal about the change in project hosting and maintenance.
* add docs/.gitignore to add _buildSteve Piercy2018-11-291-0/+1
|
* setup.py update (#17)Steve Piercy2018-11-291-35/+36
| | | | | | | | | | * update trove classifiers * Replace ' with " for consistency * Update contacts * PEP8 space
* Merge pull request #14 from stevepiercy/docs-publishing-4Steve Piercy2018-11-293-1/+109
|\ | | | | republish docs; add docs build to tox.ini
| * Add rtd.txt to install pylons-sphinx-themes packageSteve Piercy2018-11-271-0/+1
| |
| * Merge remote-tracking branch 'origin/docs-publishing-4' into docs-publishing-4Steve Piercy2018-11-270-0/+0
| |\ | | | | | | | | | | | | # Conflicts: # tox.ini
| | * Add docs environment to tox. Build via `tox -e docs`.Steve Piercy2018-11-271-1/+11
| | | | | | | | | | | | Closes #9
| | * Comment out obsolete static pathSteve Piercy2018-11-271-1/+1
| | |
| | * proper spacingSteve Piercy2018-11-271-1/+1
| | |
| | * Synch with masterSteve Piercy2018-11-271-2/+2
| | |
| | * Update link to pastescript in README.rstSteve Piercy2018-11-261-1/+1
| | |
| | * Remove license from docsSteve Piercy2018-11-231-1/+0
| | |
| | * Remove obsolete links from navigationSteve Piercy2018-11-232-35/+0
| | |
| | * Move license.txt to root of repo in hopes that GitHub will find itSteve Piercy2018-11-231-0/+0
| | |
| | * Fix broken link to get initial html docs builtSteve Piercy2018-11-231-2/+2
| | |
| | * Use pylons-sphinx-themes for pylonsSteve Piercy2018-11-231-5/+18
| | |
| | * Add docs_extra to setup.pySteve Piercy2018-11-231-0/+5
| | |
| | * Update URLs in README and setup.pySteve Piercy2018-11-232-8/+13
| | | | | | | | | | | | - See #2 and #4
| | * Rename to README.rst for better rendering on GitHubSteve Piercy2018-11-232-1/+1
| | |
| * | Add Makefile to PR so tox can build docsSteve Piercy2018-11-271-0/+107
| | |
| * | Add docs environment to tox. Build via `tox -e docs`.Steve Piercy2018-11-271-1/+11
| | | | | | | | | | | | Closes #9
| * | Comment out obsolete static pathSteve Piercy2018-11-271-1/+1
| | |
| * | proper spacingSteve Piercy2018-11-271-1/+1
| | |
| * | Update link to pastescript in README.rstSteve Piercy2018-11-271-1/+1
| | |
| * | Update URLs in README and setup.pySteve Piercy2018-11-271-0/+11
| | | | | | | | | | | | - See #2 and #4
| * | Rename to README.rst for better rendering on GitHubSteve Piercy2018-11-271-11/+0
| | |
* | | Merge pull request #15 from stevepiercy/docs-linkcheckSteve Piercy2018-11-298-77/+131
|\ \ \ | |/ / |/| | Docs linkcheck
| * | add docs env to toxSteve Piercy2018-11-271-1/+11
| | |
| * | comment out static directory via html_static_pathSteve Piercy2018-11-271-1/+1
| | |
| * | use proper link syntaxSteve Piercy2018-11-271-1/+1
| | |
| * | missed one code-block highlightingSteve Piercy2018-11-271-1/+3
| | |
| * | fix link to paster serveSteve Piercy2018-11-271-1/+1
| | |
| * | fix spellingSteve Piercy2018-11-271-1/+1
| | |
| * | Remove link to paste.urlmapSteve Piercy2018-11-271-3/+1
| | |
| * | Update link to Paste, saving a redirect ↵Steve Piercy2018-11-271-1/+1
| | | | | | | | | | | | https://pythonpaste.readthedocs.io/en/latest/
| * | Use current linksSteve Piercy2018-11-271-11/+8
| | |
| * | Remove dead linksSteve Piercy2018-11-271-6/+2
| | |
| * | Add intersphinx and configure Python docsSteve Piercy2018-11-271-1/+9
| | |
| * | rename directory of reST files to use .rst extensionSteve Piercy2018-11-273-0/+0
| | |
| * | update installation instructionsSteve Piercy2018-11-271-4/+4
| | |
| * | Fix links to news and pipSteve Piercy2018-11-271-5/+3
| | |
| * | Use correct syntax highlightingSteve Piercy2018-11-271-35/+86
| | |
| * | Comment out templates path as it is not usedSteve Piercy2018-11-271-1/+1
| | |
| * | Modernize conf.py so we don't have to keep updating it for each release and yearSteve Piercy2018-11-271-4/+7
| | |
| * | Remove obsolete scriptSteve Piercy2018-11-271-9/+0
| | |
| * | Use .rst for extension for better rendering on GitHubSteve Piercy2018-11-273-1/+1
|/ /
* | Update URLs in setup.py and README (#10)Steve Piercy2018-11-268-56/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Rename to README.rst for better rendering on GitHub * Update URLs in README and setup.py - See #2 and #4 * Add docs_extra to setup.py * Use pylons-sphinx-themes for pylons * Fix broken link to get initial html docs built * Move license.txt to root of repo in hopes that GitHub will find it * Remove obsolete links from navigation * Remove license from docs * Update link to pastescript in README.rst
* | Make 'python setup.py test' work (#5)Chris Dent2018-11-265-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Make 'python setup.py test' work Packagers sometimes like to use 'python setup.py test'. This change adjusts setup.py and setup.cfg to allow this to work with pytest instead of nose. To make things work, the settings for coverage need to be moved into tox.ini. A SkipTest in test_config_middleware is changed to its pytest equivalent. * Remove usedevelop from tox.ini Review of improvements to setup.py indicated issues with the tox.ini.
* | Add GitHub issue templates (#13)Steve Piercy2018-11-263-0/+84
| |