We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab1d256 commit 4402e15Copy full SHA for 4402e15
GenerateDoc.ps1
@@ -0,0 +1,4 @@
1
+
2
+docfx metadata ./docfx_project/docfx.json
3
4
+docfx build ./docfx_project/docfx.json -o ./docs
docfx_project/docfx.json
@@ -5,7 +5,7 @@
5
{
6
"src": "../",
7
"files": [
8
- "src/**.csproj"
+ "src/NumSharp.Core/NumSharp.Core.csproj"
9
]
10
}
11
],
0 commit comments