Jo Bovy

Results 75 comments of Jo Bovy

pre-commit isn't able to push lint changes to this PR because you are using an organization. So the easiest thing to do would be for you to install pre-commit and...

In case it helps, author-year citations of various forms are supported in a _very_ hacky way by my `sphinx-astrorefs` Sphinx extension: https://github.com/jobovy/sphinx-astrorefs It's really _way_ too hacky to incorporate here...

It's hacky, because it takes the HTML and LaTeX outputs and processes them to replace the square brackets with parentheses or nothing. It seems to work for now, but such...

> > I saw the [mcmtroffaes/sphinxcontrib-bibtex#213](https://github.com/mcmtroffaes/sphinxcontrib-bibtex/pull/213) PR, but that doesn't allow for the full set of different citation commands that I need. > > Agreed, but that PR would be...

This isn't getting much traction it seems, but if anybody reading this is interested in this functionality, note that I've implemented it in [jobovy/jupyterlite:quiet-prerun](https://github.com/jobovy/jupyterlite/tree/quiet-prerun). This simply adds the `prerun` URL...

> Do you think this could be implemented and distributed as a separate extension? Since there have been some concerns in this issue and related ones about reproducibility when hidden...

Thanks for raising this and for providing the code to change this! This has come up before (e.g., #206) and my stance so far has been is that it's a...

Thanks for raising this issue, this is very interesting! (we discussed your code in one of my group meetings a few weeks ago!). This is definitely something I'd like to...

> Thank you for the very detailed description! I am happy that you are interesting to help me to implement the galpy API for petar. I have managed to write...

> Thank you for the explanation! I have tried the _parse_pot (python3.6 pip installed galpy) and iterate all potentials listed in galpy.potential. > Firstly, I generate an instance for each...