On 8/28/11 7:24 PM, Greg Sterijevski wrote: > Hello All, > > What tool is used to create the documentation (if one is used at all)? > Specifically, I am looking in commons-math/src/site/xdoc/userguide > If I wanted to add to the regression portion of stat.xml what is the best > way to accomplish this (use vi or some wysiwyg editor)?
There is no better tool than vi. We don't allow emacs or anyone who uses that (sorry, Luc). Just kidding. The xml files in the directory above are turned into the user guide you see on the web pages by maven's site plugin. If you run "mvn site" from the command line at the top level of a checkout of trunk or any branch or tag, the full site, including the user guide, will be generated in the target/site directory. You can use any text editor to edit the files. Just imitate the format of what is there and maven will be able to eat what you add. Remember to set the svn properties on any new files that you add. This will happen automatically if you use [1]. Many thanks for helping out on the User Guide. Phil [1] http://www.apache.org/dev/svn-eol-style.txt > > > Thank you, > > -Greg > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
