From 5f8de423f190bbb79a62f804151bc24824fa32d8 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 04:16:08 -0500 Subject: Add m-esr52 at 52.6.0 --- python/psutil/docs/_template/globaltoc.html | 12 +++++ python/psutil/docs/_template/indexcontent.html | 4 ++ python/psutil/docs/_template/indexsidebar.html | 8 ++++ python/psutil/docs/_template/page.html | 66 ++++++++++++++++++++++++++ 4 files changed, 90 insertions(+) create mode 100644 python/psutil/docs/_template/globaltoc.html create mode 100644 python/psutil/docs/_template/indexcontent.html create mode 100644 python/psutil/docs/_template/indexsidebar.html create mode 100644 python/psutil/docs/_template/page.html (limited to 'python/psutil/docs/_template') diff --git a/python/psutil/docs/_template/globaltoc.html b/python/psutil/docs/_template/globaltoc.html new file mode 100644 index 000000000..f5fbb406c --- /dev/null +++ b/python/psutil/docs/_template/globaltoc.html @@ -0,0 +1,12 @@ +{# + basic/globaltoc.html + ~~~~~~~~~~~~~~~~~~~~ + + Sphinx sidebar template: global table of contents. + + :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS. + :license: BSD, see LICENSE for details. +#} +

{{ _('Manual') }}

+{{ toctree() }} +Back to Welcome diff --git a/python/psutil/docs/_template/indexcontent.html b/python/psutil/docs/_template/indexcontent.html new file mode 100644 index 000000000..dd5e7249a --- /dev/null +++ b/python/psutil/docs/_template/indexcontent.html @@ -0,0 +1,4 @@ +{% extends "defindex.html" %} +{% block tables %} + +{% endblock %} diff --git a/python/psutil/docs/_template/indexsidebar.html b/python/psutil/docs/_template/indexsidebar.html new file mode 100644 index 000000000..903675d10 --- /dev/null +++ b/python/psutil/docs/_template/indexsidebar.html @@ -0,0 +1,8 @@ +

Useful links

+ diff --git a/python/psutil/docs/_template/page.html b/python/psutil/docs/_template/page.html new file mode 100644 index 000000000..04b47b415 --- /dev/null +++ b/python/psutil/docs/_template/page.html @@ -0,0 +1,66 @@ +{% extends "!page.html" %} +{% block extrahead %} +{{ super() }} +{% if not embedded %}{% endif %} + + +{% endblock %} + +{% block rootrellink %} +
  • Project Homepage{{ reldelim1 }}
  • +
  • {{ shorttitle }}{{ reldelim1 }}
  • +{% endblock %} + + +{% block footer %} + +{% endblock %} \ No newline at end of file -- cgit v1.2.3