On Sun, Nov 7, 2010 at 7:17 AM, Ralf Gommers <ralf.gommers@googlemail.com> wrote:
On Thu, Nov 4, 2010 at 10:06 PM, Pauli Virtanen <pav@iki.fi> wrote:
Thu, 04 Nov 2010 22:00:47 +0800, Ralf Gommers wrote:
I just noticed that the Trac wiki is not displaying updates to files kept in the source tree, for example http://projects.scipy.org/numpy/wiki/TestingGuidelines is stuck at an older version.
Can one of the admins point the ReST plugin to github?
That would require more work on the Trac-Git integration front:
http://github.com/pv/githubsimple-trac
It might be more cost-effective to just use links to the Github web interface.
That will require renaming those files in the source tree from *.txt to *.rst, otherwise there's no way to have github render them properly. Unless I missed something. Would that be fine?
I use .rst instead of .txt for my projects, so that github can render it properly. I don't know if that's the right solution, but it gets the job done. Ondrej