I have added an initial user guide to Numbers.

To build locally:

Full:

mvn package site site:stage -Pcommons-numbers-examples
# [ ... wait ...]
open target/staging/userguide/index.html

Quick:

mvn site -DgenerateReports=false -N
open target/site/userguide/index.html


The code examples are verified with the same code in a UserGuideTest
class in each respective module.

Let me know if you spot any errors.

Alex

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to