You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Alex Herbert <al...@gmail.com> on 2022/10/19 20:47:21 UTC

[numbers] user guide

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-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org