matthew-brett / bibstuff

Fork of http://code.google.com/p/bibstuff/ with edits and sphinx extension
Other
19 stars 2 forks source link

Manual PR: few fixes in scripts and 1 new feature: bibmatching directive #3

Closed yarikoptic closed 11 years ago

yarikoptic commented 11 years ago

I can't fork on github for some reason ATM, so here you go old fashion way:

web: http://git.onerussian.com/?p=code/bibstuff.git git: git://git.onerussian.com/code/bibstuff.git

contains few fixes and 1 "big" enhancement:

Please review/merge -- I would like to put that ENH to work asap and would hate to change its usage in case we improve it along the way

yarikoptic commented 11 years ago

ha -- just FYI -- actually there was @mcmtroffaes who did similar changes (moving itno module and fixing up links) some time ago but apparently no PR were sent:

https://github.com/mcmtroffaes/bibstuff/commits/master

matthew-brett commented 11 years ago

Merged - thanks - I trust you :)

yarikoptic commented 11 years ago

do I trust myself would be the question (and there are no unittests ;-/)

thanks for the trust though -- I will then proceed to use it ;-)

On Fri, 31 May 2013, Matthew Brett wrote:

Merged - thanks - I trust you :)

— Reply to this email directly or [1]view it on GitHub.

References

Visible links

  1. https://github.com/matthew-brett/bibstuff/issues/3#issuecomment-18766962

Yaroslav O. Halchenko, Ph.D. http://neuro.debian.net http://www.pymvpa.org http://www.fail2ban.org Senior Research Associate, Psychological and Brain Sciences Dept. Dartmouth College, 419 Moore Hall, Hinman Box 6207, Hanover, NH 03755 Phone: +1 (603) 646-9834 Fax: +1 (603) 646-1419 WWW: http://www.linkedin.com/in/yarik

mcmtroffaes commented 11 years ago

Thanks for the heads up - I wasn't aware this module was still being maintained. My own fork represents just some experimenting (now more than two years ago). I've sent all the useful bits of this experiment as pull requests.

OT: Note that I'm maintaining nowadays a dedicated bibtex sphinx extension built on top of pybtex:

http://sphinxcontrib-bibtex.readthedocs.org/en/latest/

My expectation is that sphinxcontrib-bibtex is a little bit better than bibstuff at formatting entries, as this is is an area where pybtex really shines. Judging by the code, probably bibstuff is better at resolving references; sphinxcontrib-bibtex depends entirely on Sphinx for reference resolving.