nengo-1.4 icon indicating copy to clipboard operation
nengo-1.4 copied to clipboard

Keep stable and dev versions of documentation

Open tbekolay opened this issue 12 years ago • 4 comments

We make available a stable and dev version of Nengo on http://nengo.ca/download. We should also provide matching version of the documentation.

tbekolay avatar Sep 28 '12 14:09 tbekolay

This problem is solvable with Maven. Anything artifacts put in Central will also require documentation jars be attached. Putting the documentation online becomes a matter of adding one more step to an already-explicit release process.

codemercenary avatar Dec 21 '12 18:12 codemercenary

Great, sounds good! I'm still merging in the Maven commits -- the main problem is that not all of the Ant functionality is reimplemented in Maven, so we can't do a proper release yet, but I'm just rewriting them now using Maven's AntRun plugin.

tbekolay avatar Dec 23 '12 20:12 tbekolay

If you like you can branch my pull request into something else on your repo, and we can work together on this.

codemercenary avatar Dec 26 '12 21:12 codemercenary

Right, yeah. I'll merge it into the existing maven repository.

tbekolay avatar Dec 26 '12 22:12 tbekolay