Skip to content

Commit

Permalink
bug fixed in docutils 0.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jessdtate committed Aug 30, 2023
1 parent 2dfa7e4 commit 03996a5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 13 deletions.
12 changes: 5 additions & 7 deletions docs/dev_docs/HowToTutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,11 @@ add a bibliography section
```
````

#### Bibliography
```eval_rst
.. bibliography:: ../references.bib
```

### Snippets

Basic markdown ``some snippet``
Expand Down Expand Up @@ -319,10 +324,3 @@ With the embed link, just include the html into the markdown file.
### Datasets

Datasets should be located serperately, unless the size is small. Please [ask](https://github.com/SCIInstitute/UncertainSCI/discussions) if you have any questions.



### Bibliography
```eval_rst
.. bibliography:: ../references.bib
```
11 changes: 6 additions & 5 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ Acknowledgements
This project was supported by grants from the National Institute of Biomedical Imaging and Bioengineering (U24EB029012) from the National Institutes of Health.


Bibliography
================
.. bibliography:: ./references.bib
:cited:


Indices and Tables
==================

Expand All @@ -48,8 +54,3 @@ Indices and Tables
* :ref:`search`


Bibliography
================
.. bibliography:: ./references.bib
:cited:

2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
docutils
docutils>=0.20.1
pygments
recommonmark
sphinx
Expand Down

0 comments on commit 03996a5

Please sign in to comment.