summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorRoman <reclosedev@gmail.com>2012-04-08 21:42:42 +0400
committerRoman <reclosedev@gmail.com>2012-04-08 21:42:42 +0400
commitec944326f7699d12a5d5979822fa20d5e85226b9 (patch)
treed3d742459d522497a73b233f6ed412ba429285c6 /docs/conf.py
parentea071fb2eec02a8ed32183a1da59cb7e026c891a (diff)
downloadrequests-cache-ec944326f7699d12a5d5979822fa20d5e85226b9.tar.gz
MemoryCache now reduces and Response. More docstrings
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index ffacd5c..f6c5bc7 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -240,3 +240,6 @@ texinfo_documents = [
# How to display URL addresses: 'footnote', 'no', or 'inline'.
#texinfo_show_urls = 'footnote'
+
+autoclass_content = 'both'
+autodoc_member_order = 'bysource' \ No newline at end of file