-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfooter.html
More file actions
63 lines (58 loc) · 2.37 KB
/
Copy pathfooter.html
File metadata and controls
63 lines (58 loc) · 2.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<footer>
{% if next_page or previous_page %}
<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
{% if next_page %}
<a href="{{ next_page.url|e }}" class="btn btn-neutral float-right" title="{{ next_page.title|striptags|e }}" accesskey="n">Next <span class="fa fa-arrow-circle-right"></span></a>
{% endif %}
{% if previous_page %}
<a href="{{ previous_page.url|e }}" class="btn btn-neutral" title="{{ previous_page.title|striptags|e }}" accesskey="p"><span class="fa fa-arrow-circle-left"></span> Previous</a>
{% endif %}
</div>
{% endif %}
<hr/>
<ul class="wy-breadcrumbs">
<li>
Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by
<a href="https://readthedocs.org">Read the Docs</a>
</li>
<li class="wy-breadcrumbs-aside">
<span class="st st_email_large"
st_url="http://bit.ly/cognitivebuilderIO"
st_title="I'm a #CognitiveBuilder. Are you?"
></span>
</li>
<li class="wy-breadcrumbs-aside">
<span class="st st_pocket_large"
st_url="http://bit.ly/cognitivebuilderIO"
st_title="I'm a #CognitiveBuilder. Are you?"
></span>
</li>
<li class="wy-breadcrumbs-aside">
<span class="st st_googleplus_large"
st_url="http://bit.ly/cognitivebuilderIO"
st_title="I'm a #CognitiveBuilder. Are you?"
></span>
</li>
<li class="wy-breadcrumbs-aside">
<span class="st st_linkedin_large"
st_url="http://bit.ly/cognitivebuilderIO"
st_title="I'm a #CognitiveBuilder. Are you?"
></span>
</li>
<li class="wy-breadcrumbs-aside">
<span class="st st_twitter_large"
st_url="http://bit.ly/cognitivebuilderIO"
st_title="I'm a #CognitiveBuilder. Are you?"
</span>
</li>
<li class="wy-breadcrumbs-aside">
<span class="st st_facebook_large"></span>
</li>
</ul>
</footer>
<!-- Begin: ShareThis scripts -->
<script type="text/javascript">var switchTo5x=true;</script>
<script type="text/javascript" src="https://ws.sharethis.com/button/buttons.js"></script>
<script type="text/javascript">stLight.options({publisher: "d6f288ee-4b13-493e-a78c-2a340e0a3f2e", doNotHash: false, doNotCopy: false, hashAddressBar: false});</script>
<!-- End: ShareThis scripts -->