File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
4444var np = new NumPy<int>();
45- // create a 2-dimension vector
45+ // create a 2-dimension matrix
4646var nd = np.arange(12).reshape(3, 4);
4747
4848// access data by index
@@ -76,11 +76,13 @@ PM> Install-Package NumSharp
7676```
7777C: \> 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
8183NumSharp 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 )
You can’t perform that action at this time.
0 commit comments