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 | MANIFEST |
|
1 | MANIFEST | |
2 | build |
|
2 | build | |
3 | dist |
|
3 | dist | |
4 | _build |
|
4 | _build | |
5 | docs/man/*.gz |
|
5 | docs/man/*.gz | |
6 | docs/source/api/generated |
|
6 | docs/source/api/generated | |
7 | docs/source/config/options |
|
7 | docs/source/config/options | |
8 | docs/source/config/shortcuts/*.csv |
|
8 | docs/source/config/shortcuts/*.csv | |
|
9 | docs/source/savefig | |||
9 | docs/source/interactive/magics-generated.txt |
|
10 | docs/source/interactive/magics-generated.txt | |
10 | docs/gh-pages |
|
11 | docs/gh-pages | |
11 | jupyter_notebook/notebook/static/mathjax |
|
12 | jupyter_notebook/notebook/static/mathjax | |
12 | jupyter_notebook/static/style/*.map |
|
13 | jupyter_notebook/static/style/*.map | |
13 | *.py[co] |
|
14 | *.py[co] | |
14 | __pycache__ |
|
15 | __pycache__ | |
15 | *.egg-info |
|
16 | *.egg-info | |
16 | *~ |
|
17 | *~ | |
17 | *.bak |
|
18 | *.bak | |
18 | .ipynb_checkpoints |
|
19 | .ipynb_checkpoints | |
19 | .tox |
|
20 | .tox | |
20 | .DS_Store |
|
21 | .DS_Store | |
21 | \#*# |
|
22 | \#*# | |
22 | .#* |
|
23 | .#* | |
23 | .cache |
|
24 | .cache | |
24 | .coverage |
|
25 | .coverage | |
25 | *.swp |
|
26 | *.swp | |
26 | .vscode |
|
27 | .vscode | |
27 | .pytest_cache |
|
28 | .pytest_cache | |
28 | .python-version |
|
29 | .python-version | |
29 | venv*/ |
|
30 | venv*/ | |
30 | .idea/ |
|
31 | .idea/ |
General Comments 0
You need to be logged in to leave comments.
Login now