breadcrumbs.html 811 B

123456789101112131415
  1. <ul class="wy-breadcrumbs">
  2. <li><a href="{{ pathto(master_doc) }}">Docs</a> &raquo;</li>
  3. <li><a href="">{{ title }}</a></li>
  4. <li class="wy-breadcrumbs-aside">
  5. {% if display_github %}
  6. <a href="https://github.com/{{ github_user }}/{{ github_repo }}/blob/{{ github_version }}{{ conf_py_path }}{{ pagename }}.rst" class="icon icon-github"> Edit on GitHub</a>
  7. {% elif display_bitbucket %}
  8. <a href="https://bitbucket.org/{{ bitbucket_user }}/{{ bitbucket_repo }}/src/{{ bitbucket_version}}{{ conf_py_path }}{{ pagename }}.rst'" class="icon icon-bitbucket"> Edit on Bitbucket</a>
  9. {% elif show_source and has_source and sourcename %}
  10. <a href="{{ pathto('_sources/' + sourcename, true)|e }}" rel="nofollow"> View page source</a>
  11. {% endif %}
  12. </li>
  13. </ul>
  14. <hr/>