Correct project info.
Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/8dc0ad8c Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/8dc0ad8c Diff: http://git-wip-us.apache.org/repos/asf/commons-numbers/diff/8dc0ad8c Branch: refs/heads/master Commit: 8dc0ad8c189688731f2a5635187135b71df3c79d Parents: 81911e4 Author: Gilles Sadowski <[email protected]> Authored: Fri Jan 20 13:45:58 2017 +0100 Committer: Gilles Sadowski <[email protected]> Committed: Fri Jan 20 13:45:58 2017 +0100 ---------------------------------------------------------------------- src/site/site.xml | 64 ++++++++++---------------------------------------- 1 file changed, 12 insertions(+), 52 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-numbers/blob/8dc0ad8c/src/site/site.xml ---------------------------------------------------------------------- diff --git a/src/site/site.xml b/src/site/site.xml index b6e0f7a..c939d2c 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -15,68 +15,28 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project name="Math"> +<project name="Numbers"> <bannerRight> - <name>Commons Math</name> - <src>/images/math.gif</src> + <name>Apache Commons Numbers</name> + <src>/images/commons_numbers.small.png</src> <href>/index.html</href> </bannerRight> <body> - <menu name="Math"> + <menu name="Numbers"> <item name="Overview" href="/index.html"/> - <item name="Downloads" href="http://commons.apache.org/math/download_math.cgi"/> - <item name="Latest API docs (development)" href="apidocs/index.html"/> - <item name="Javadoc (3.5 release)" - href="http://commons.apache.org/math/javadocs/api-3.5/index.html"/> - <item name="Javadoc (3.4.1 release)" - href="http://commons.apache.org/math/javadocs/api-3.4.1/index.html"/> - <item name="Javadoc (3.4 release)" - href="http://commons.apache.org/math/javadocs/api-3.4/index.html"/> - <item name="Javadoc (3.3 release)" - href="http://commons.apache.org/math/javadocs/api-3.3/index.html"/> - <item name="Javadoc (3.2 release)" - href="http://commons.apache.org/math/javadocs/api-3.2/index.html"/> - <item name="Javadoc (3.1.1 release)" - href="http://commons.apache.org/math/javadocs/api-3.1.1/index.html"/> - <item name="Javadoc (3.1 release)" - href="http://commons.apache.org/math/javadocs/api-3.1/index.html"/> - <item name="Javadoc (3.0 release)" - href="http://commons.apache.org/math/javadocs/api-3.0/index.html"/> - <item name="Javadoc (2.2 release)" - href="http://commons.apache.org/math/javadocs/api-2.2/index.html"/> + <item name="Downloads" href="http://commons.apache.org/rng/download_rng.cgi"/> <item name="Issue Tracking" href="/issue-tracking.html"/> <item name="Source Repository (current)" - href="http://git-wip-us.apache.org/repos/asf/commons-math.git"/> - <item name="Wiki" - href="http://wiki.apache.org/commons/Math"/> + href="http://git-wip-us.apache.org/repos/asf/commons-rng.git"/> + <!-- <item name="Wiki" --> + <!-- href="http://wiki.apache.org/commons/Numbers"/> --> <item name="Developers Guide" href="/developers.html"/> - <item name="Proposal" href="/proposal.html"/> - </menu> - - <menu name="User Guide"> - <item name="Contents" href="/userguide/index.html"/> - <item name="Overview" href="/userguide/overview.html"/> - <item name="Statistics" href="/userguide/stat.html"/> - <item name="Data Generation" href="/userguide/random.html"/> - <item name="Linear Algebra" href="/userguide/linear.html"/> - <item name="Numerical Analysis" href="/userguide/analysis.html"/> - <item name="Special Functions" href="/userguide/special.html"/> - <item name="Utilities" href="/userguide/utilities.html"/> - <item name="Complex Numbers" href="/userguide/complex.html"/> - <item name="Distributions" href="/userguide/distribution.html"/> - <item name="Fractions" href="/userguide/fraction.html"/> - <item name="Transform Methods" href="/userguide/transform.html"/> - <item name="Geometry" href="/userguide/geometry.html"/> - <item name="Optimization" href="/userguide/optimization.html"/> - <item name="Curve Fitting" href="/userguide/fitting.html"/> - <item name="Least Squares" href="/userguide/leastsquares.html"/> - <item name="Ordinary Differential Equations" href="/userguide/ode.html"/> - <item name="Genetic Algorithms" href="/userguide/genetics.html"/> - <item name="Filters" href="/userguide/filter.html"/> - <item name="Machine Learning" href="/userguide/ml.html"/> - <item name="Exceptions" href="/userguide/exceptions.html"/> </menu> + + <!-- <menu name="User Guide"> + <item name="Contents" href="/userguide/index.html"/> + </menu> --> <head> <script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
