File: relations.html

package info (click to toggle)
python-pint 0.7.2-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 976 kB
  • ctags: 1,314
  • sloc: python: 8,113; makefile: 165
file content (20 lines) | stat: -rw-r--r-- 505 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

<h3>Related Topics</h3>
<ul>
<li><a href="{{ pathto(master_doc) }}">Documentation overview</a></li>
{%- for parent in parents %}
<li><a href="{{ parent.link|e }}">{{ parent.title }}</a><li>
</ul>
{%- endfor %}
{%- if prev %}
  <p>
  <b>Previous</b><br/>
  <a href="{{ prev.link|e }}" title="{{ _('previous chapter') }}">{{ prev.title }}</a>
  </p>
{%- endif %}
{%- if next %}
  <p>
  <b>Next</b><br/>
  <a href="{{ next.link|e }}" title="{{ _('next chapter') }}">{{ next.title }}</a>
  </p>
{%- endif %}