commit f17e370bb75c28c36e5aae1fe942b5bc97ca5438 Merge: fae5b1d 4bdcba0 Author: Damian Johnson atagar@torproject.org Date: Sun Apr 14 16:07:18 2013 -0700
Custom sphinx role for :trac:
Thanks to ragwater we now have a :trac: role for our docs. With this we no longer need to hardcode ticket urls, and gives a nice template we can use for other customizations.
https://trac.torproject.org/8671 http://doughellmann.com/2010/05/defining-custom-roles-in-sphinx.html
docs/change_log.rst | 2 +- docs/conf.py | 6 ++- docs/republish.py | 26 +++++++------ docs/trac.py | 72 ++++++++++++++++++++++++++++++++++++ run_tests.py | 2 + stem/connection.py | 8 ++-- stem/control.py | 7 +-- stem/descriptor/microdescriptor.py | 2 +- test/runner.py | 3 +- test/util.py | 1 + 10 files changed, 103 insertions(+), 26 deletions(-)
tor-commits@lists.torproject.org