Skip to content

Commit

Permalink
moved the bibliographies
Browse files Browse the repository at this point in the history
  • Loading branch information
jessdtate committed Sep 2, 2023
1 parent 7bd6f60 commit 07bf445
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
11 changes: 11 additions & 0 deletions docs/dev_docs/HowToTutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,12 +216,16 @@ add a bibliography section
.. bibliography:: ../references.bib
```
````
<!---
TODO: move bibliography section back here when docutils and rtd theme play nicely together
#### Bibliography
```eval_rst
.. bibliography:: ../references.bib
```
-->

### Snippets

Basic markdown ``some snippet``
Expand Down Expand Up @@ -324,3 +328,10 @@ 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.

<!--- TODO: see above Bibliography note -->

### Bibliography
```eval_rst
.. bibliography:: ../references.bib
```
12 changes: 7 additions & 5 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,8 @@ 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:
..
TODO: move bibliography back here when the docutils and sphinx_rtd_theme play nicely together

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


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

0 comments on commit 07bf445

Please sign in to comment.