Skip to content

Commit c08f4bb

Browse files
author
Samuel Burbulla
committed
Fix links.
1 parent fcb2050 commit c08f4bb

File tree

6 files changed

+2
-84
lines changed

6 files changed

+2
-84
lines changed

build_scripts/copy_changelog.py

Lines changed: 0 additions & 38 deletions
This file was deleted.

build_scripts/copy_contributing.py

Lines changed: 0 additions & 38 deletions
This file was deleted.

docs/.gitignore

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,2 @@
11
# Notebooks
22
*.ipynb
3-
4-
# Changelog
5-
CHANGELOG.md
6-
7-
# Contributing
8-
CONTRIBUTING.md

docs/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../CHANGELOG.md

docs/CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../CONTRIBUTING.md

mkdocs.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ watch:
1212

1313
hooks:
1414
- build_scripts/copy_notebooks.py
15-
- build_scripts/copy_changelog.py
16-
- build_scripts/copy_contributing.py
1715
- build_scripts/copy_benchmarks.py
1816

1917
plugins:

0 commit comments

Comments
 (0)