Gabriel Gellner wrote: >> I think this could be done, or would it be better to host the docs on >> cython.org itself? >> > I have no opinion, they both seem equally fine to me. > >>> Socially, let's see if other people also like your docs as the default >>> docs for Cython. >> I do! Given that there aren't any "default" docs now, unless there's >> objection (that would be a real suprise) let's use them now. >> > Great! > Someone just tell me where to upload the generated docs, and I will do so. > I can also have a pre built pdf linked to in the html docs.
An opinion: Ideally (to follow Fernando's request, which I agree with) a) docs is moved to a subdirectory of the normal cython repo b) A script to build them is shipped with Cython (setup.py could do this I suppose) b) On each release, Robert runs a script on the server which generates those html and docs in a subdirectory for the release, and updates the current link to the docs. -- Dag Sverre _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
