Robert, It's very little effort to set up if you opt to use the free service. You just sign up for a RTD account and point it at your repository URL. (Note, I've only used it with github, not with a raw SVN repo, so I cannot comment on that.) You can run your own RTD server if you really want to, but why? :)
Permissions are exactly as with the source repo, since the docs are simply files in the repo. Admittedly, the github workflow of fork/pull-request does lend itself better to this sort of thing from a management perspective. But I don't want to get into a whole git vs svn thing :) The biggest hurdle for us was the use of RST ( http://en.wikipedia.org/wiki/ReStructuredText). It works fine but it does take some time to get used to the format. I suppose it's no worse than Wiki syntax though. Glenn Waldron / @glennwaldron On Mon, Sep 1, 2014 at 5:13 AM, Robert Osfield <[email protected]> wrote: > HI Glenn, > > > On 31 August 2014 18:44, Glenn Waldron <[email protected]> wrote: > >> Here's another option to consider... >> >> For osgEarth we use ReadTheDocs. You store your documentation right in >> the source repo alongside the code. That's nice - it keeps everything in >> one place and lets you revision the documentation as you would anything >> else. Docs are in RST format, making them human-readable as plain text as >> well. >> >> RTD integrates automatically with revision control systems. If I push a >> change, the doc site updates automatically within minutes. (That's github, >> not sure about other systems.) >> >> You can see our RTD-hosted docs site here: http://docs.osgearth.org >> ReadTheDocs is at https://readthedocs.org/ >> >> > Looks interesting. How much effort is it to set up and maintain? > > When users want to contribute I presume they need a github account and to > be given permission to write? How to you manage this? > > I particular like the idea of the system being versioned, so also has the > potential for keeping in sync with different releases, so if instance if a > user wanted to use OSG-3.0 they could use just docs relevant to OSG-3.0. > > Robert. > > > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org > >
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

