diff options
| author | Aldo Cortesi <aldo@nullcube.com> | 2015-06-27 10:35:32 +1200 |
|---|---|---|
| committer | Aldo Cortesi <aldo@nullcube.com> | 2015-06-27 10:35:32 +1200 |
| commit | e3c869e4c9ef740c0d80d83adb605094e819b23f (patch) | |
| tree | b3aa3eb84d665397ebd9599cc13470294200435a /libpathod/templates/docs_libpathod.html | |
| parent | 61679acf56a28e8a2bfb491f0dd33a079f84cdf7 (diff) | |
| parent | 31b0d77507066e226d914859283a40549af0fc3e (diff) | |
| download | mitmproxy-e3c869e4c9ef740c0d80d83adb605094e819b23f.tar.gz mitmproxy-e3c869e4c9ef740c0d80d83adb605094e819b23f.tar.bz2 mitmproxy-e3c869e4c9ef740c0d80d83adb605094e819b23f.zip | |
Merge branch 'master' of ssh.github.com:mitmproxy/pathod
Diffstat (limited to 'libpathod/templates/docs_libpathod.html')
| -rw-r--r-- | libpathod/templates/docs_libpathod.html | 24 |
1 files changed, 10 insertions, 14 deletions
diff --git a/libpathod/templates/docs_libpathod.html b/libpathod/templates/docs_libpathod.html index 3e18c1d9..6d504fe5 100644 --- a/libpathod/templates/docs_libpathod.html +++ b/libpathod/templates/docs_libpathod.html @@ -1,8 +1,6 @@ -{% extends "docframe.html" %} -{% block body %} - +{% extends "docframe.html" %} {% block body %} <div class="page-header"> - <h1> + <h1> libpathod <small>Using pathod and pathoc in code.</small> </h1> @@ -10,18 +8,16 @@ <div class="row"> <div class="span6"> - - <p> Behind the pathod and pathoc command-line tools lurks - <b>libpathod</b>, a powerful library for manipulating and serving HTTP - requests and responses. The canonical documentation for the library is - in the code, and can be accessed using pydoc.</p> - + <p> + Behind the pathod and pathoc command-line tools lurks <b>libpathod</b>, + a powerful library for manipulating and serving HTTP requests and responses. + The canonical documentation for the library is in the code, and can be + accessed using pydoc. + </p> </div> <div class="span6"> - <h1> pathoc </h1> - + <h1>pathoc</h1> {% include "libpathod_pathoc.html" %} </div> </div> - -{% endblock %} +{% endblock %} |
