Skip to content

Commit 24d5cbe

Browse files
committed
update readme
1 parent af7157a commit 24d5cbe

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The NumPy class is a high-level abstraction of NDArray that allows NumSharp to b
4242
```
4343
// init NumPy instance which pesists integer data type
4444
var np = new NumPy<int>();
45-
// create a 2-dimension vector
45+
// create a 2-dimension matrix
4646
var nd = np.arange(12).reshape(3, 4);
4747
4848
// access data by index
@@ -76,11 +76,13 @@ PM> Install-Package NumSharp
7676
```
7777
C: \> dotnet NumSharp.Benchmark.dll
7878
```
79-
Reference the online [documents](https://numsharp.readthedocs.io).
79+
Reference the [documents](https://scisharp.github.io/NumSharp) generated by DocFX.
80+
81+
Reference the [documents](https://numsharp.readthedocs.io) host on readthedocs.io.
8082

8183
NumSharp is referenced by:
82-
* [Pandas.NET](https://github.com/Oceania2018/Pandas.NET)
83-
* [SciSharp Learn](https://github.com/SciSharp/scisharp-learn)
84+
* [Pandas.NET](https://github.com/SciSharp/Pandas.NET)
85+
* [SciSharp-Learn](https://github.com/SciSharp/scisharp-learn)
8486
* [Bigtree.MachineLearning](https://github.com/Oceania2018/Bigtree.MachineLearning)
8587
* [CherubNLP](https://github.com/Oceania2018/CherubNLP)
8688
* [BotSharp](https://github.com/dotnetcore/BotSharp)
202 KB
Loading

docs/images/maxresdefault_LI.jpg

661 KB
Loading

0 commit comments

Comments
 (0)