11 Mar
2012
11 Mar
'12
1:42 p.m.
11.03.2012 14:25, Ralf Gommers kirjoitti: [clip]
Instead of doubling the size of the built docs, why not add a link to the source file on Github?
Yep. Scipy has ~ 5 MB of Python code, and adding HTML formatting on top of that would blow up the size by some factor. Sphinx doesn't seem to have a pre-built extension for this, but it seems pretty easy to just write one up and submit it to them. We can keep it in Numpy's sphinxext for the time being. Pauli