commit fb710843f6f21ec1779d80462a1a943594623281 Author: Ravi Chandra Padmala neenaoffline@gmail.com Date: Mon Aug 6 05:16:56 2012 +0530
Fix documentation formatting
stem.descriptor.server_descriptor's module overview is formatted incorrectly. (see stem.socket) --- stem/descriptor/server_descriptor.py | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/stem/descriptor/server_descriptor.py b/stem/descriptor/server_descriptor.py index 6b0f2cf..3dc6216 100644 --- a/stem/descriptor/server_descriptor.py +++ b/stem/descriptor/server_descriptor.py @@ -14,12 +14,12 @@ etc). This information is provided from a few sources...
parse_file - Iterates over the server descriptors in a file. ServerDescriptor - Tor server descriptor. - | |- RelayDescriptor - Server descriptor for a relay. - | | +- is_valid - checks the signature against the descriptor content - | | - | +- BridgeDescriptor - Scrubbed server descriptor for a bridge. - | |- is_scrubbed - checks if our content has been properly scrubbed - | +- get_scrubbing_issues - description of issues with our scrubbing + |- RelayDescriptor - Server descriptor for a relay. + | +- is_valid - checks the signature against the descriptor content + | + |- BridgeDescriptor - Scrubbed server descriptor for a bridge. + | |- is_scrubbed - checks if our content has been properly scrubbed + | +- get_scrubbing_issues - description of issues with our scrubbing | |- digest - calculates the digest value for our content |- get_unrecognized_lines - lines with unrecognized content