File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
{% block breadcrumbs_aside %}
6
6
< li class ="source-link ">
7
7
{% if hasdoc(pagename) %}
8
- {% if pagename.startswith("api/generated") or suffix == ".ipynb" %}
8
+ {% if pagename.startswith("api/generated") or page_source_suffix == ".ipynb" %}
9
9
{% set title = "Suggested improvement for " + pagename %}
10
10
{% set body = "Please describe what could be improved about this page or the typo/mistake that you found:" %}
11
11
< a href ="https://github.com/{{ github_repo }}/issues/new?title={{ title|urlencode }}&body={{ body|urlencode }} "
21
21
< a href ="https://github.com/{{ github_repo }}/edit/{{ github_version }}/{{ doc_path }}/{{ example_script }} "
22
22
class ="fa fa-github "> Improve this page</ a >
23
23
{% else %}
24
- < a href ="https://github.com/{{ github_repo }}/edit/{{ github_version }}/{{ doc_path }}/{{ pagename }}{{ suffix }} "
24
+ < a href ="https://github.com/{{ github_repo }}/edit/{{ github_version }}/{{ doc_path }}/{{ pagename }}{{ page_source_suffix }} "
25
25
class ="fa fa-github "> Improve this page</ a >
26
26
{% endif %}
27
27
{% endif %}
You can’t perform that action at this time.
0 commit comments