summaryrefslogtreecommitdiffstats
path: root/FOSS/Python/Dependencies/future-0.18.2/docs/_templates
diff options
context:
space:
mode:
Diffstat (limited to 'FOSS/Python/Dependencies/future-0.18.2/docs/_templates')
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/_templates/layout.html33
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/_templates/navbar.html57
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/_templates/sidebarintro.html21
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/_templates/sidebarlogo.html3
-rw-r--r--FOSS/Python/Dependencies/future-0.18.2/docs/_templates/sidebartoc.html1
5 files changed, 0 insertions, 115 deletions
diff --git a/FOSS/Python/Dependencies/future-0.18.2/docs/_templates/layout.html b/FOSS/Python/Dependencies/future-0.18.2/docs/_templates/layout.html
deleted file mode 100644
index c979ab2..0000000
--- a/FOSS/Python/Dependencies/future-0.18.2/docs/_templates/layout.html
+++ /dev/null
@@ -1,33 +0,0 @@
-{# Import the theme's layout. #}
-{% extends "!layout.html" %}
-
-{% block extrahead %}
-{{ super() }}
-<script type="text/javascript">
- var _gaq = _gaq || [];
- _gaq.push(['_setAccount', 'UA-19344199-2']);
- _gaq.push(['_trackPageview']);
-</script>
-{% endblock %}
-
-{% block footer %}
-{{ super() }}
-<div class="footer">
-<script type="text/javascript">
- (function() {
- var ga = document.createElement('script');
- ga.src = ('https:' == document.location.protocol ?
- 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
- ga.setAttribute('async', 'true');
- document.documentElement.firstChild.appendChild(ga);
- })();
-</script>
-</div>
-{% endblock %}
-
-
-{# Import the theme's layout. #}
-
-
-{# Include our new CSS file into existing ones. #}
-{% set css_files = css_files + ['_static/my-styles.css'] %}
diff --git a/FOSS/Python/Dependencies/future-0.18.2/docs/_templates/navbar.html b/FOSS/Python/Dependencies/future-0.18.2/docs/_templates/navbar.html
deleted file mode 100644
index b77fb76..0000000
--- a/FOSS/Python/Dependencies/future-0.18.2/docs/_templates/navbar.html
+++ /dev/null
@@ -1,57 +0,0 @@
-<a href="https://github.com/PythonCharmers/python-future"><img style="position: absolute; top: 45px; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png" alt="Fork me on GitHub"></a>
-<div id="navbar" class="{{ theme_navbar_class }} navbar-default {% if theme_navbar_fixed_top == 'true' -%} navbar-fixed-top{%- endif -%}">
-
- <div class="container">
-
- <div class="navbar-header">
-
- <!-- .btn-navbar is used as the toggle for collapsed navbar content -->
- <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".nav-collapse">
- <span class="icon-bar"></span>
- <span class="icon-bar"></span>
- <span class="icon-bar"></span>
- </button>
-
- <a class="logo"> <img height="32" width="32" src="_static/python-future-logo-textless-transparent.png" /></a>
- <a class="navbar-brand" href="{{ pathto(master_doc) }}">{% if theme_navbar_title -%}{{ theme_navbar_title|e }}{%- else -%}{{ project|e }}{%- endif -%}</a>
- <span class="navbar-text navbar-version pull-left"><b>{{ version|e }}</b></span>
- </div>
- <div class="collapse navbar-collapse nav-collapse">
- <ul class="nav navbar-nav">
- <li class="divider-vertical"></li>
- {% if theme_navbar_links %}
- {%- for link in theme_navbar_links %}
- <li><a href="{{ pathto(*link[1:]) }}">{{ link[0] }}</a></li>
- {%- endfor %}
- {% endif %}
- {% block navbartoc %}
- {% include "globaltoc.html" %}
- {% if theme_navbar_pagenav %}
- {% include "navbartoc.html" %}
- {% endif %}
- {% endblock %}
- {% if theme_navbar_sidebarrel %}
- {% block sidebarrel %}
- {% include "relations.html" %}
- {% endblock %}
- {% endif %}
- {% block navbarextra %}
- {% endblock %}
- {% if theme_source_link_position == "nav" %}
-
- <li>{%- if show_source and has_source and sourcename %}
- <a href="{{ pathto('_sources/' + sourcename, true)|e }}"
- rel="nofollow">{{ _('Source') }}</a>
- {%- endif %}
- </li>
-
- {% endif %}
- </ul>
-
- {% block navbarsearch %}
- {% include "navbarsearchbox.html" %}
- {% endblock %}
-
- </div>
- </div>
- </div>
diff --git a/FOSS/Python/Dependencies/future-0.18.2/docs/_templates/sidebarintro.html b/FOSS/Python/Dependencies/future-0.18.2/docs/_templates/sidebarintro.html
deleted file mode 100644
index e443322..0000000
--- a/FOSS/Python/Dependencies/future-0.18.2/docs/_templates/sidebarintro.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<!--<h3>Python-Future</h3>
-<p>-->
- <h4>Easy, clean, reliable Python 2/3 compatibility</h4>
- <a href="http://python-future.org">Table of Contents</a>
-<!--
-</p>
-<h3>Other Formats</h3>
-<p>
- You can download the documentation in other formats as well:
-</p>
-<ul>
- <li><a href="http://jinja.pocoo.org/docs/jinja-docs.pdf">as PDF</a>
- <li><a href="http://jinja.pocoo.org/docs/jinja-docs.zip">as zipped HTML</a>
-</ul>
--->
-<!--<h3>Useful Links</h3>
-<ul>
- <li><a href="https://pypi.org/project/future/">on PyPI</a></li>
- <li><a href="https://github.com/PythonCharmers/python-future">on GitHub</a></li>
-</ul>
--->
diff --git a/FOSS/Python/Dependencies/future-0.18.2/docs/_templates/sidebarlogo.html b/FOSS/Python/Dependencies/future-0.18.2/docs/_templates/sidebarlogo.html
deleted file mode 100644
index cf875c3..0000000
--- a/FOSS/Python/Dependencies/future-0.18.2/docs/_templates/sidebarlogo.html
+++ /dev/null
@@ -1,3 +0,0 @@
-<p class="logo"><a href="{{ pathto(master_doc) }}">
- <img class="logo" src="{{ pathto('_static/python-future-logo.png', 1) }}" width="150" alt="Logo"/>
-</a></p>
diff --git a/FOSS/Python/Dependencies/future-0.18.2/docs/_templates/sidebartoc.html b/FOSS/Python/Dependencies/future-0.18.2/docs/_templates/sidebartoc.html
deleted file mode 100644
index 0d119af..0000000
--- a/FOSS/Python/Dependencies/future-0.18.2/docs/_templates/sidebartoc.html
+++ /dev/null
@@ -1 +0,0 @@
-{{ toctree(maxdepth=theme_globaltoc_depth|toint, collapse=True, includehidden=theme_globaltoc_includehidden|tobool) }}