Re: [Numpy-discussion] Github notifications and trac-to-github migration

2012-07-25 Thread Aric Hagberg
e >>> implementation of the trac-to-github-issues migration code. The work >>> lives in at https://github.com/thouis/numpy-trac-migration >> >> mmh, I would have thought you're farther ahead... Aric Hagberg >> (@hagberg) and Jordi Torrents (@jtorrents) of N

[Numpy-discussion] numpy Sphinx extensions, non-ascii encoding?

2008-11-09 Thread Aric Hagberg
I like the numpy docstrings format and am exploring using Sphinx with the numpy extensions to generate documentation. So far it's really great. But I have some non-ascii (UTF-8) docstrings that break the autosummary directive code and I can't quite figure out how to fix it. Can someone give