Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit258aab4

Browse files
author
Gauvain Pocentek
committed
Add a 'report a bug' link on doc
1 parent1833117 commit258aab4

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

‎docs/_templates/breadcrumbs.html

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{# Support for Sphinx 1.3+ page_source_suffix, but don't break old builds. #}
2+
3+
{% if page_source_suffix %}
4+
{% set suffix = page_source_suffix %}
5+
{% else %}
6+
{% set suffix = source_suffix %}
7+
{% endif %}
8+
9+
<divrole="navigation"aria-label="breadcrumbs navigation">
10+
<ulclass="wy-breadcrumbs">
11+
<li><ahref="{{ pathto(master_doc) }}">Docs</a> &raquo;</li>
12+
{% for doc in parents %}
13+
<li><ahref="{{ doc.link|e }}">{{ doc.title }}</a> &raquo;</li>
14+
{% endfor %}
15+
<li>{{ title }}</li>
16+
<liclass="wy-breadcrumbs-aside">
17+
{% if pagename != "search" %}
18+
<ahref="https://github.com/gpocentek/python-gitlab/blob/{{ github_version }}{{ conf_py_path }}{{ pagename }}{{ suffix }}"class="fa fa-github"> Edit on GitHub</a>
19+
|<ahref="https://github.com/gpocentek/python-gitlab/issues/new?title=Documentation+bug&body=%0A%0A------%0AIn+page:+{{ pagename }}{{ suffix }}">Report a bug</a>
20+
{% endif %}
21+
</li>
22+
</ul>
23+
<hr/>
24+
</div>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp