|
Last change
on this file since 679 was
659,
checked in by nbozon, 11 years ago
|
|
Massive update of zoo docs
|
-
Property svn:executable set to
*
|
|
File size:
1.1 KB
|
| Line | |
|---|
| 1 | <div role="navigation" aria-label="breadcrumbs navigation"> |
|---|
| 2 | <ul class="wy-breadcrumbs"> |
|---|
| 3 | |
|---|
| 4 | <li><a href="{{pathto(master_doc) }}"> Docs</a> ∕  </li> |
|---|
| 5 | {% for doc in parents %} |
|---|
| 6 | <li><a href="{{ doc.link|e }}">{{ doc.title }}</a> ∕  </li> |
|---|
| 7 | {% endfor %} |
|---|
| 8 | <li>{{ title }}</li> |
|---|
| 9 | <li class="wy-breadcrumbs-aside"> |
|---|
| 10 | {% if display_github %} |
|---|
| 11 | <a href="https://{{ github_host|default("github.com") }}/{{ github_user }}/{{ github_repo }}/blob/{{ github_version }}{{ conf_py_path }}{{ pagename }}{{ source_suffix }}" class="fa fa-github"> Edit on GitHub</a> |
|---|
| 12 | {% elif display_bitbucket %} |
|---|
| 13 | <a href="https://bitbucket.org/{{ bitbucket_user }}/{{ bitbucket_repo }}/src/{{ bitbucket_version}}{{ conf_py_path }}{{ pagename }}{{ source_suffix }}" class="fa fa-bitbucket"> Edit on Bitbucket</a> |
|---|
| 14 | {% elif show_source and has_source and sourcename %} |
|---|
| 15 | <a href="{{ pathto('_sources/' + sourcename, true)|e }}" rel="nofollow"> View page source</a> |
|---|
| 16 | {% endif %} |
|---|
| 17 | </li> |
|---|
| 18 | </ul> |
|---|
| 19 | <hr/> |
|---|
| 20 | </div> |
|---|
Note: See
TracBrowser
for help on using the repository browser.