Skip to content

Commit

Permalink
Merge pull request #6 from TimotheeMathieu/main
Browse files Browse the repository at this point in the history
structure + doc
  • Loading branch information
TimotheeMathieu authored Nov 6, 2023
2 parents e36f8f0 + 3f32937 commit 99e5b27
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def notebook_modification_function(notebook_content, notebook_filename):
dummy_notebook_content["cells"] + notebook_content["cells"]
)


jupyterlite_contents = ["tutorials"]
# numpydoc_validation_checks = {"all"} # can be uncommented to get the warnings from numpy.

sphinx_gallery_conf = {
Expand Down
2 changes: 2 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ numpydoc
myst-parser
git+https://github.com/sphinx-contrib/video
matplotlib
jupyterlite-sphinx
jupyterlite-pyodide-kernel
3 changes: 3 additions & 0 deletions docs/themes/scikit-learn-fork/nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@

<div class="sk-navbar-collapse collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="sk-nav-link nav-link" href="{{ pathto('index') }}">Index</a>
</li>
<li class="nav-item">
<a class="sk-nav-link nav-link" href="{{ pathto('installation') }}">Install</a>
</li>
Expand Down
1 change: 1 addition & 0 deletions docs/tutorials
6 changes: 6 additions & 0 deletions tutorials/quick_start.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Quick start

```python
import numpy as np
print(np.pi)
```

0 comments on commit 99e5b27

Please sign in to comment.