From d33d3663ecb166461d9cb5a78a29b44ee7a8fbb7 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Thu, 18 Feb 2016 13:03:40 +0100 Subject: combine projects --- pathod/templates/docs_libpathod.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 pathod/templates/docs_libpathod.html (limited to 'pathod/templates/docs_libpathod.html') diff --git a/pathod/templates/docs_libpathod.html b/pathod/templates/docs_libpathod.html new file mode 100644 index 00000000..8eb6846a --- /dev/null +++ b/pathod/templates/docs_libpathod.html @@ -0,0 +1,23 @@ +{% extends "docframe.html" %} {% block body %} + + +
+
+

+ Behind the pathod and pathoc command-line tools lurks pathod, + 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. +

+
+
+

pathoc

+ {% include "pathod_pathoc.html" %} +
+
+{% endblock %} -- cgit v1.2.3