From 5ae3bb7887e548b0da9a200823d242074c8b8b4c Mon Sep 17 00:00:00 2001 From: Christoph Ruegg Date: Fri, 29 Aug 2014 11:39:32 +0200 Subject: [PATCH] Docs: tweaks --- README.md | 11 +++-------- docs/content/index.fsx | 13 +++++-------- 2 files changed, 8 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index e6d29375..d252e936 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Math.NET Numerics is covered under the terms of the [MIT/X11](LICENSE.md) licens Installation Instructions ------------------------- -The recommended way to get Math.NET Numerics is to use NuGet. The following packages are provided and maintained in the public [NuGet Gallery](https://nuget.org/profiles/mathnet/): +The recommended way to get Math.NET Numerics is to use NuGet. The following packages are provided and maintained in the public [NuGet Gallery](https://nuget.org/profiles/mathnet/). Alternatively you can also download the binaries in Zip packages, available on [CodePlex](http://mathnetnumerics.codeplex.com/releases). Core Package: @@ -45,12 +45,7 @@ Data/IO Packages for reading and writing data (optional): - **MathNet.Numerics.Data.Text** - Text-based matrix formats like CSV and MatrixMarket. - **MathNet.Numerics.Data.Matlab** - MATLAB Level-5 matrix file format. -Alternatively you can also download the binaries in Zip packages, available on [CodePlex](http://mathnetnumerics.codeplex.com/releases): - -- Binaries - core package and F# extensions, including .Net 4, .Net 3.5 and portable/PCL builds. -- Signed Binaries - strong-named version of the core package *(not recommended)*. - -Supported Platforms: +### Platform Support and Dependencies - .Net 4.0, .Net 3.5 and Mono: Windows, Linux and Mac. - PCL Portable Profiles 47 and 328: Windows 8, Silverlight 5, Windows Phone/SL 8, Windows Phone 8.1. @@ -63,7 +58,7 @@ Package Dependencies: Framework Dependencies (part of the .NET Framework): -- .Net 4.0 and higher, Mono, PCL Profile 47: `System.Numerics` +- .Net 4.0 and higher, Mono, PCL Profile 47: System.Numerics - .Net 3.5, PCL Profile 328: None diff --git a/docs/content/index.fsx b/docs/content/index.fsx index 54b010d8..6f0519df 100644 --- a/docs/content/index.fsx +++ b/docs/content/index.fsx @@ -10,7 +10,8 @@ Getting Started NuGet Packages -------------- -The recommended way to get Math.NET Numerics is to use NuGet. The following packages are provided and maintained in the public [NuGet Gallery](https://nuget.org/profiles/mathnet/): +The recommended way to get Math.NET Numerics is to use NuGet. The following packages are provided and maintained in the public [NuGet Gallery](https://nuget.org/profiles/mathnet/). +Alternatively you can also download the binaries in Zip packages, available on [CodePlex](http://mathnetnumerics.codeplex.com/releases). Core Package: @@ -29,17 +30,13 @@ Data/IO Packages for reading and writing data (optional): - **MathNet.Numerics.Data.Text** - Text-based matrix formats like CSV and MatrixMarket. - **MathNet.Numerics.Data.Matlab** - MATLAB Level-5 matrix file format. -Supported Platforms: +Platform Support and Dependencies +--------------------------------- - .Net 4.0, .Net 3.5 and Mono: Windows, Linux and Mac. - PCL Portable Profiles 47 and 328: Windows 8, Silverlight 5, Windows Phone/SL 8, Windows Phone 8.1. - Xamarin: Android, iOS -Alternatively you can also download the binaries in Zip packages, available on [CodePlex](http://mathnetnumerics.codeplex.com/releases): - -- Binaries - core package and F# extensions, including .Net 4, .Net 3.5 and portable/PCL builds. -- Signed Binaries - strong-named version of the core package *(not recommended)*. - Package Dependencies: - .Net 3.5: [Task Parallel Library for .NET 3.5](http://www.nuget.org/packages/TaskParallelLibrary) @@ -47,7 +44,7 @@ Package Dependencies: Framework Dependencies (part of the .NET Framework): -- .Net 4.0 and higher, Mono, PCL Profile 47: `System.Numerics` +- .Net 4.0 and higher, Mono, PCL Profile 47: System.Numerics - .Net 3.5, PCL Profile 328: None