> > I got a bit confused there; I cannot tell if you are considering redirecting > > URLs around; or if you are considering using "webdav" to deploy the files. > > The idea was to use maven deploy for docs-module where destination is > the webdav of udig.refractions.net/docs (http://udig.refractions.net/docs) - > which currently doesn't > exists. > SNAPSHOT-Builds would land in latest and release builds under the > version number subfolder down below stables like mentioned above. > > > Can I try this procedure of is the hdd space at refraction limited to do so? > > > > The docs do not take up any room compared to all the releases already stored > > (each of which includes a copy of the docs). So space should be fine. > > > > I guess I will setup a local branch and test doc webdav upload on > deploy. It would be cool having javadocs hosted in the same structure. > Does anyone use mvn delpoy at the moment? I assume for release build > we use mvn install, I'm right?
I use mvn deploy (and the "webdav" wagon) when deploying geotools - so I know it can work. You are correct we use mvn install when releasing (as we don't have a common server to deploy to). > the udig theme is used currently. I've seen, that the sphinx build can > have different "goals", called builders. the one currently is called > is html. An other one would be htmlhelp ... need some investigation to > get the difference and how we can use the builder to include/exclude > table of content. HTMLHelp produces raw material for the microsoft help system compiler. I think we may be able to get a table of contents generated on the side of the pages by turning on one of the optional "sidebars" in the template and hacking away. Yep we are working too hard the "templating" page has instructions on including a "global toc" (see http://sphinx.pocoo.org/templating.html ). toctree A callable yielding the global TOC tree containing the current page, rendered as HTML bullet lists. Optional keyword arguments: collapse (true by default): if true, all TOC entries that are not ancestors of the current page are collapsed maxdepth (defaults to the max depth selected in the toctree directive): the maximum depth of the tree; set it to -1to allow unlimited depth titles_only (false by default): if true, put only toplevel document titles in the tree Previously we had just used "toc" in our sidebar which gives the table of contents for only the current page. Jody
_______________________________________________ User-friendly Desktop Internet GIS (uDig) http://udig.refractions.net http://lists.refractions.net/mailman/listinfo/udig-devel
