commit d092810bb9810f4dfeb244b71ae10bd6031b52b3 Author: Damian Johnson atagar@torproject.org Date: Thu Aug 22 09:30:22 2013 -0700
Adding TorDNSEL docs to the site --- docs/api.rst | 1 + docs/api/descriptor/tordnsel.rst | 5 +++++ docs/change_log.rst | 1 + docs/contents.rst | 1 + 4 files changed, 8 insertions(+)
diff --git a/docs/api.rst b/docs/api.rst index b6a5d8f..d843bd1 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -34,6 +34,7 @@ remotely like tor does. * `stem.descriptor.microdescriptor <api/descriptor/microdescriptor.html>`_ - Minimalistic counterpart for server descriptors. * `stem.descriptor.networkstatus <api/descriptor/networkstatus.html>`_ - Network status documents which make up the Tor consensus. * `stem.descriptor.router_status_entry <api/descriptor/router_status_entry.html>`_ - Relay entries within a network status document. + * `stem.descriptor.tordnsel <api/descriptor/tordnsel.html>`_ - `TorDNSEL https://www.torproject.org/projects/tordnsel.html.en`_ exit lists.
* `stem.descriptor.reader <api/descriptor/reader.html>`_ - Reads and parses descriptor files from disk. * `stem.descriptor.remote <api/descriptor/remote.html>`_ - Downloads descriptors from directory mirrors and authorities. diff --git a/docs/api/descriptor/tordnsel.rst b/docs/api/descriptor/tordnsel.rst new file mode 100644 index 0000000..ffbedca --- /dev/null +++ b/docs/api/descriptor/tordnsel.rst @@ -0,0 +1,5 @@ +TorDNSEL Exit Lists +=================== + +.. automodule:: stem.descriptor.tordnsel + diff --git a/docs/change_log.rst b/docs/change_log.rst index d59ff2e..a368eb0 100644 --- a/docs/change_log.rst +++ b/docs/change_log.rst @@ -52,6 +52,7 @@ The following are only available within stem's `git repository * **Descriptors**
* Added the `stem.descriptor.remote <api/descriptor/remote.html>`_ module. + * Added support for `TorDNSEL exit lists <api/descriptor/tordnsel.html>`_ (feature by arlolra, :trac:`8255`). * The :class:`~stem.descriptor.reader.DescriptorReader` mishandled relative paths (:trac:`8815`)
* **Utilities** diff --git a/docs/contents.rst b/docs/contents.rst index 7c9720b..e1e4763 100644 --- a/docs/contents.rst +++ b/docs/contents.rst @@ -32,6 +32,7 @@ Contents api/descriptor/microdescriptor api/descriptor/networkstatus api/descriptor/router_status_entry + api/descriptor/tordnsel
api/descriptor/export api/descriptor/reader
tor-commits@lists.torproject.org