You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a sphinx extension sphinxcontrib.bibtex that handles citations and bibliography generation from .bib files.
To generate a bibliography, you just have to write this rST directive
.. bibliography::
:all:
(and I think probably to do the equivalent in markdown would be
```{bibliography}
:all:
```
)
So I think that focusing on my suggestion in neuropoly/neuro.polymtl.ca#20 and on exporting to .bib in this repo is a better way to solve that than writing an exporter to .md; so I'd drop that -o file.md from #6
The text was updated successfully, but these errors were encountered:
There's a sphinx extension
sphinxcontrib.bibtex
that handles citations and bibliography generation from.bib
files.To generate a bibliography, you just have to write this rST directive
(and I think probably to do the equivalent in markdown would be
)
So I think that focusing on my suggestion in neuropoly/neuro.polymtl.ca#20 and on exporting to
.bib
in this repo is a better way to solve that than writing an exporter to.md
; so I'd drop that-o file.md
from #6The text was updated successfully, but these errors were encountered: