commit 3288f61da61932664c677619fe303d1d076dbe83 Author: Damian Johnson atagar@torproject.org Date: Fri Aug 30 14:14:22 2013 -0700
Fixing case for new faq entry
Oops, FAQ entry titles shouldn't be all caps. --- docs/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/faq.rst b/docs/faq.rst index b3314e4..006ed59 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -61,7 +61,7 @@ Stem is under the `LGPLv3 https://www.gnu.org/licenses/lgpl`_.
.. _are_there_any_other_controller_libraries:
-Are There Any Other Controller Libraries? +Are there any other controller libraries? -----------------------------------------
Yup. The most mature controller libraries are written in python, but there's a few options in other languages as well. By far the most mature alternative to Stem are `Txtorcon https://txtorcon.readthedocs.org/`_ and `TorCtl https://gitweb.torproject.org/pytorctl.git`_.