Closed hspitzer closed 3 years ago
You can do [CIT]_
and add the citation to references.rst
in squidpy
- this will linked when building the final docs, not the notebooks
. I've added references
also to squidpy_notebooks
to verify that links are fine during notebooks build, but really
the references.rst
in squidpy
matter.
Now that you bring this up, I think it would be better to introduce sphinxcontrib-bibtex so that we only have to worry about a .bib file (and generate RST from it). Will create an issue on the main repo.
Great, thanks. I added my references, good to know that ultimately we will only need one references.rst
Re making this process even easier by using a .bib file: if its easy to configure, that would be great, but I would not worry too much about it. We only have a handful of references, so we can live with editing the rst.
How can I cite a paper in a tutorial / example? I saw that in squidpy you can use
[CIT]_
, where CIT is defined inreferences.rst
. Can I do the same in squidpy_notebooks? Will references from squidpy be available here as well?