summaryrefslogtreecommitdiff
path: root/doc/src/tools
Commit message (Collapse)AuthorAgeFilesLines
* Fixed stitch_text on Python 2Daniele Varrazzo2018-01-101-4/+6
|
* Merge branch 'master' into wsDaniele Varrazzo2017-12-021-4/+1
|\
| * Use builtin function next() throughout projectJon Dufresne2017-12-011-4/+1
| | | | | | | | | | | | | | Available since Python 2.6. Use of .next() is deprecated and not supported in Python 3. Forward compatible with modern Python. https://docs.python.org/2/library/functions.html#next
* | Trim trailing whitespace from all files throughout projectJon Dufresne2017-12-014-7/+3
|/ | | | | | Many editors automatically trim whitespace on save. By trimming all files in one go, makes future diffs cleaner without extraneous whitespace changes.
* Make dbapi_extension.py compatible with Sphinx 1.6Dmitry Shachnev2017-10-121-7/+6
| | | | | | In Sphinx commit 1a821b89e9952fc2, the deprecated make_admonition() function was removed. This commit updates the code to use the modern API instead.
* Disable uploading docs on pythonhostedDaniele Varrazzo2017-08-231-166/+0
| | | | | | | The service is deprecated in favour of RTD. There is also no more way to upload redirects there, so #581 cannot be fixed. Official docs are on http://initd.org/psycopg/docs/
* Added makefile target to upload docsDaniele Varrazzo2015-05-031-0/+166
|
* Added plural version of the tickets roleDaniele Varrazzo2014-08-311-25/+32
|
* Point tickets to GitHub instead of LighthouseDaniele Varrazzo2014-08-311-2/+15
| | | | | Keep into account the numbers reshuffling: Lighthouse bugs with a number matching a GitHub merge request are shifted ahead.
* NEWS file reformatted to reST and included in the docsDaniele Varrazzo2013-03-181-0/+39
|
* Fixed text docs build on Python 3Daniele Varrazzo2012-04-111-6/+13
| | | | Thanks to Arfrever for the patch (ticket #107).
* Added missing import required by Sphinx 1.0.Daniele Varrazzo2010-08-051-0/+1
|
* Documentation dir reordered.Daniele Varrazzo2010-02-143-0/+129