Module's custom description (to be expanded).
Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/65a58afd Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/65a58afd Diff: http://git-wip-us.apache.org/repos/asf/commons-numbers/diff/65a58afd Branch: refs/heads/master Commit: 65a58afd8e06d3193a2a03be6a64ec451418c54b Parents: 0a3a673 Author: Gilles Sadowski <[email protected]> Authored: Fri Jan 20 15:38:01 2017 +0100 Committer: Gilles Sadowski <[email protected]> Committed: Fri Jan 20 15:38:01 2017 +0100 ---------------------------------------------------------------------- commons-numbers-core/src/site/site.xml | 35 ++++++++++++++++++++ commons-numbers-core/src/site/xdoc/index.xml | 40 +++++++++++++++++++++++ 2 files changed, 75 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-numbers/blob/65a58afd/commons-numbers-core/src/site/site.xml ---------------------------------------------------------------------- diff --git a/commons-numbers-core/src/site/site.xml b/commons-numbers-core/src/site/site.xml new file mode 100644 index 0000000..7f34aa0 --- /dev/null +++ b/commons-numbers-core/src/site/site.xml @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<project name="Numbers"> + <bannerRight> + <name>Apache Commons Numbers</name> + <src>/images/commons_numbers.small.png</src> + <href>/index.html</href> + </bannerRight> + + <body> + <menu name="Numbers Core"> + <item name="Overview" href="index.html"/> + <item name="Latest API docs (development)" + href="apidocs/index.html"/> + <!--item name="Javadoc (1.0 release)" + href="http://commons.apache.org/rng/commons-numbers-core/javadocs/api-1.0/index.html"/--> + </menu> + + </body> +</project> http://git-wip-us.apache.org/repos/asf/commons-numbers/blob/65a58afd/commons-numbers-core/src/site/xdoc/index.xml ---------------------------------------------------------------------- diff --git a/commons-numbers-core/src/site/xdoc/index.xml b/commons-numbers-core/src/site/xdoc/index.xml new file mode 100644 index 0000000..99c1ea9 --- /dev/null +++ b/commons-numbers-core/src/site/xdoc/index.xml @@ -0,0 +1,40 @@ +<?xml version="1.0"?> + +<!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + --> + +<document> + + <properties> + <title>Commons Numbers Core</title> + </properties> + + <body> + + <section name="Apache Commons Numbers: Number types" href="summary"> + <p> + Commons Numbers provides utilities such as complex numbers and fractions. + </p> + + <p> + The "core" module contains basic utilities. + </p> + </section> + + </body> + +</document>
