I meant that you should have one directory of docs per major version number. I.e.,
docs-2/ (trunk until you release 3) docs-1/ (1.x branch) instead of docs/2.06/ docs/1.3/ docs/ (trunk) The reason being that we don't want external links (including those in the README of packages distributed now that might still be traversed four years from now) to break every time we mint a new release. Also, we don't want to maintain separate trees for every minor release because docs are supposed to improve over time. ....Roy
