aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod/templates/docs_libpathod.html
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2015-06-22 15:12:20 +0200
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2015-06-26 10:48:42 +0200
commit01f098296870cf56f835fa1222607d8216f52811 (patch)
treeb152c2a1e7154aa38a158f40e1fbeff93b82ea9b /libpathod/templates/docs_libpathod.html
parent5c0f0c2c221edf9e9d94c0ab4ad809e668f04894 (diff)
downloadmitmproxy-01f098296870cf56f835fa1222607d8216f52811.tar.gz
mitmproxy-01f098296870cf56f835fa1222607d8216f52811.tar.bz2
mitmproxy-01f098296870cf56f835fa1222607d8216f52811.zip
prettify html docs
Diffstat (limited to 'libpathod/templates/docs_libpathod.html')
-rw-r--r--libpathod/templates/docs_libpathod.html24
1 files changed, 10 insertions, 14 deletions
diff --git a/libpathod/templates/docs_libpathod.html b/libpathod/templates/docs_libpathod.html
index 3e18c1d9..72b24e83 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 %}