Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wiki integration #5

Open
kousu opened this issue Oct 26, 2021 · 1 comment
Open

Wiki integration #5

kousu opened this issue Oct 26, 2021 · 1 comment

Comments

@kousu
Copy link

kousu commented Oct 26, 2021

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

@kousu
Copy link
Author

kousu commented Oct 26, 2021

This depends on It has a way to control the order too: https://sphinxcontrib-bibtex.readthedocs.io/en/latest/usage.html#bibtex-custom-formatting

it looks like maybe you have to write a short python function to do it? I'm not really sure but it exists so I'm confident it's a functional solution.

@jcohenadad jcohenadad transferred this issue from another repository May 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant