diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2012-05-16 16:57:45 +0200 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2012-05-16 16:57:45 +0200 |
commit | b9d1045474584c7bb2c294be19c7401f78a37f62 (patch) | |
tree | ff77be8bf0cc746bb3d03c88aa7945883f605d26 /bindings/python | |
parent | cd8fe010135c5f3fd5ad3b97a28c786d928c068a (diff) |
python: remove format_message_as_{json,text} from the sphinx docs
Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
Diffstat (limited to 'bindings/python')
-rw-r--r-- | bindings/python/docs/source/message.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/bindings/python/docs/source/message.rst b/bindings/python/docs/source/message.rst index 2ae280e3..1a6cc3d5 100644 --- a/bindings/python/docs/source/message.rst +++ b/bindings/python/docs/source/message.rst @@ -47,8 +47,4 @@ .. automethod:: thaw - .. automethod:: format_message_as_json - - .. automethod:: format_message_as_text - .. automethod:: __str__ |