-
Notifications
You must be signed in to change notification settings - Fork 2
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
Bibstuff on github #11
Comments
Great - good hunting with it. As you can see, this repo is more or less retired, I'm not using it any more really, and there are better sphinx extensions now, doing the nearly the same thing, such as https://github.com/mcmtroffaes/sphinxcontrib-bibtex |
@dschwilk You may also be interested in https://github.com/mcmtroffaes/latexcodec which is essentially a much improved version of https://github.com/dschwilk/bibstuff/blob/master/bibstuff/data/latex_codec.py Another thing to consider is to use http://pybtex.sourceforge.net/ as a backend for bibstuff - it handles parsing and formatting of bib files really well. Good luck!! |
Thanks for pointing out those improved resources! In the past few years I've used bibstuff mostly for doing customized tenure-packet related citations lists for myself and colleagues. It looks like there may be better options out there now. https://github.com/mcmtroffaes/latexcodec looks especially useful for the kind of thing I've done with these tenure packet and CV formatting tasks. |
ba02c38 retired this repository in favor of Would it be possible to link to https://github.com/dschwilk/bibstuff from the README? Perhaps this could be mentioned also in the GitHub title for the project (the summary line at the top), so that people browsing can find it more directly. Side comment: renaming |
Would you consider doing a PR to make those changes? That would be very helpful. |
Yes, please find the changes in #12. |
Hello,
I was recently using some of the old bibstuff code for another project, and because I was fooling around with the code, I wanted to put it in git, which I use more than svn so I put a version of the repository on github: https://github.com/dschwilk/bibstuff
I used git-svn to make a local git repo from the google code svn repo,
then pulled in some of the relevant commits from
https://github.com/matthew-brett/bibstuff (but left out the sphinx extension
sub package that was the purpose of your fork for now).
I added a tests directory with basically simple demo tests (a stub,
anyway), and I made a sphinx documentation Makefile that compiles docs
automatically and pushes them to github pages: http://dschwilk.github.io/bibstuff/
I checked with Alan Isaac, and he is OK with moving the main development to github.
The text was updated successfully, but these errors were encountered: