Skip to content

Commit 40d41cf

Browse files
committed
feat: Add /docs used to deploy documentation to GitHub Pages
1 parent 8df3ea3 commit 40d41cf

18 files changed

+622
-2280
lines changed

.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,5 +178,7 @@ tramp
178178
.\#*
179179

180180
# Sphinx documentation
181-
doc/_build/
182-
doc/auto_examples/
181+
sphinx/build/
182+
sphinx/auto_examples/
183+
sphinx/generated/
184+
sphinx/sg_execution_times.rst

.pre-commit-config.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
exclude: |
2+
(?x)
3+
(fixtures/)|
4+
(^sphinx/)|
5+
(^docs/)
6+
17
repos:
28
- repo: https://github.com/pre-commit/pre-commit-hooks
39
rev: v5.0.0
@@ -52,5 +58,3 @@ repos:
5258
name: Use stylelint to lint CSS.
5359
entry: bash -c "cd skore-ui && npm run style-lint"
5460
files: ^skore-ui/
55-
56-
exclude: fixtures/

docs/.nojekyll

Whitespace-only changes.

docs/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<head>
2+
<meta http-equiv="refresh" content="0;latest/index.html">
3+
</head>

examples/00_getting_started.ipynb

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

examples/00_getting_started.py

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

0 commit comments

Comments
 (0)