##// END OF EJS Templates
Merge pull request #12871 from cocobennett/github-link-fix...
Matthias Bussonnier -
r26499:f1f44b59 merge
parent child Browse files
Show More
@@ -0,0 +1,7 b''
1 {%- extends "sphinx_rtd_theme/breadcrumbs.html" %}
2
3 {% block breadcrumbs_aside %}
4 {% if not meta or meta.get('github_url') != 'hide' %}
5 {{ super() }}
6 {% endif %}
7 {% endblock %}
@@ -1,30 +1,31 b''
1 1 MANIFEST
2 2 build
3 3 dist
4 4 _build
5 5 docs/man/*.gz
6 6 docs/source/api/generated
7 7 docs/source/config/options
8 8 docs/source/config/shortcuts/*.csv
9 docs/source/savefig
9 10 docs/source/interactive/magics-generated.txt
10 11 docs/gh-pages
11 12 jupyter_notebook/notebook/static/mathjax
12 13 jupyter_notebook/static/style/*.map
13 14 *.py[co]
14 15 __pycache__
15 16 *.egg-info
16 17 *~
17 18 *.bak
18 19 .ipynb_checkpoints
19 20 .tox
20 21 .DS_Store
21 22 \#*#
22 23 .#*
23 24 .cache
24 25 .coverage
25 26 *.swp
26 27 .vscode
27 28 .pytest_cache
28 29 .python-version
29 30 venv*/
30 31 .idea/
General Comments 0
You need to be logged in to leave comments. Login now