[
https://issues.apache.org/jira/browse/NUMBERS-70?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Abhishek Chaudhary updated NUMBERS-70:
--------------------------------------
Comment: was deleted
(was: From 951f43545c7f318f72b566675367b6c212177a30 Mon Sep 17 00:00:00 2001
From: Abhishekism9450 <[email protected]>
Date: Sat, 30 Mar 2019 16:48:39 +0530
Subject: [PATCH] common numbers prime xdoc is added.
---
.../src/site/xdoc/index.xml | 41 +++++++++++++++++++
1 file changed, 41 insertions(+)
create mode 100644 commons-numbers-primes/src/site/xdoc/index.xml
diff --git a/commons-numbers-primes/src/site/xdoc/index.xml
b/commons-numbers-primes/src/site/xdoc/index.xml
new file mode 100644
index 0000000..685aa19
--- /dev/null
+++ b/commons-numbers-primes/src/site/xdoc/index.xml
@@ -0,0 +1,41 @@
+<?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 Primes</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 "prime" module contains utilities related to the "prime"
numbers.These numbers
+ are only divisible by itself.
+ </p>
+</section>
+
+</body>
+
+</document>
--
2.17.1)
> Userguide and reports
> ---------------------
>
> Key: NUMBERS-70
> URL: https://issues.apache.org/jira/browse/NUMBERS-70
> Project: Commons Numbers
> Issue Type: Wish
> Reporter: Gilles
> Priority: Minor
> Labels: benchmark, documentation, gsoc2019
> Fix For: 1.0
>
>
> Review contents of the component towards providing an up-to-date userguide
> and write benchmarking code for generating performance reports
> ([JMH|http://openjdk.java.net/projects/code-tools/jmh/]).
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)