Skip to content

Commit

Permalink
Pre-commit + minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgensd committed Nov 20, 2023
1 parent b129268 commit 8e4fd13
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions code/1-documentation-simple/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ I warn you
### References
We add a bibliography file `references.bib` to our repo, and cite things as
{cite}`Yogi2018`
See: [Jupyterbook: Citations](https://jupyterbook.org/en/stable/content/citations.html) for more information
See: [Jupyter-book: Citations](https://jupyterbook.org/en/stable/content/citations.html) for more information


## Bibliography
```{bibliography}
:style: alpha
:filter: docname in docnames
```
```
2 changes: 1 addition & 1 deletion code/1-documentation-simple/references.bib
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ @inproceedings{Yogi2018
url = {https://proceedings.neurips.cc/paper_files/paper/2018/file/90365351ccc7437a1309dc64e4db32a3-Paper.pdf},
volume = {31},
year = {2018}
}
}
4 changes: 4 additions & 0 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,16 @@
"amsmath",
"autodoc",
"bibtex",
"bibfiles",
"bioconda",
"cookiecutter",
"Cookiecutters",
"Diataxis",
"directivename",
"docname",
"docnames",
"docstrings",
"docutils",
"Dokken",
"dolfinx",
"dollarmath",
Expand Down
2 changes: 1 addition & 1 deletion docs/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Jørgen Dokken

## The README file (continued)

* ### Optional
- ### Optional
- Badges
- Information about how to contribute
- License information
Expand Down

0 comments on commit 8e4fd13

Please sign in to comment.