Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
:end-line: 1
```

```{note}

If you aren't the person who used the cookiecutter, make sure you init `pre-commit install` and `gitmoji -i` on the CLI before starting to work on this repository!
```

You'll probably not need all the different types of directories here.

Just make sure what each of them is supposed to provide.
Expand Down
43 changes: 43 additions & 0 deletions docs/notes/YYYY-MM-DD-my-design-choice.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"cells": [
{
"cell_type": "markdown",
"id": "1d7b3b73-75f9-468d-8783-873ebadcab9b",
"metadata": {},
"source": [
"# My design choice"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "97ec6631-8473-4a2d-b488-def921bb83de",
"metadata": {},
"outputs": [],
"source": [
"from nbproject import header"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.7"
}
},
"nbformat": 4,
"nbformat_minor": 5
}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ preview = true
testpaths = [
"tests",
"docs/guides",
"docs/tutorial",
"docs/tutorials",
]

[tool.coverage.run]
Expand Down