- Timestamp:
- Jun 26, 2015, 5:54:29 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PublicaMundi_David-devel/docs/_themes/sphinx_rtd_theme/breadcrumbs.html
- Property svn:keywords set to Date Author
r659 r689 2 2 <ul class="wy-breadcrumbs"> 3 3 4 <li><a href="{{pathto(master_doc) }}"> Doc s</a> ∕  </li>4 <li><a href="{{pathto(master_doc) }}"> Documentation</a> ∕  </li> 5 5 {% for doc in parents %} 6 6 <li><a href="{{ doc.link|e }}">{{ doc.title }}</a> ∕  </li> … … 8 8 <li>{{ title }}</li> 9 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 %} 10 $date$ 17 11 </li> 18 12 </ul>
Note: See TracChangeset
for help on using the changeset viewer.