Browse Source

Docs: tweaks

pull/249/head
Christoph Ruegg 12 years ago
parent
commit
5ae3bb7887
  1. 11
      README.md
  2. 13
      docs/content/index.fsx

11
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

13
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

Loading…
Cancel
Save