Skip to content

Commit adfde72

Browse files
committed
More docs updates
1 parent 0aba057 commit adfde72

6 files changed

Lines changed: 368 additions & 6 deletions

File tree

Makefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
2+
rebuild-docs: docs/template
3+
mdoc export-html -o docs --template=docs/template ecmadocs/en/
4+
5+
// Used to fetch XML doc updates from the C# compiler into the ECMA docs
6+
doc-update:
7+
mdoc update -i TensorFlowSharp/bin/Debug/TensorFlowSharp.xml -o docs/en TensorFlowSharp/bin/Debug/TensorFlowSharp.dll

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ The API binding is pretty much done, and at this point, I am polishing the
88
API to make it more pleasant to use from C# and F# and resolving some of the
99
kinks and TODO-items that I left while I was doing the work.
1010

11+
My work-in-progress API documentation [current API
12+
documentation](https://migueldeicaza.github.io/TensorFlowSharp/).
13+
1114
# Getting Started
1215

1316
You need to get yourself a copy of the TensorFlow runtime, you can either

docs/TensorFlow/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070

7171
span.NotEntered /* Documentation for this section has not yet been entered */ {
7272
font-style: italic;
73-
color: red;
73+
color: lightgrey;
7474
}
7575

7676
div.Header {
@@ -197,7 +197,7 @@ <h1 class="PageTitle">TensorFlow Namespace</h1>
197197
<div class="Remarks">
198198
<h2 class="Section"> Namespace</h2>
199199
<p>
200-
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
200+
This is the API documentation for the TensorFlowSharp project.
201201
</p>
202202
<table class="TypesListing" style="margin-top: 1em">
203203
<tr>

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070

7171
span.NotEntered /* Documentation for this section has not yet been entered */ {
7272
font-style: italic;
73-
color: red;
73+
color: lightgrey;
7474
}
7575

7676
div.Header {
@@ -201,7 +201,7 @@ <h2 class="Section">
201201
<a href="TensorFlow/index.html">TensorFlow Namespace</a>
202202
</h2>
203203
<p>
204-
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
204+
This is the API documentation for the TensorFlowSharp project.
205205
</p>
206206
<table class="TypesListing" style="margin-top: 1em">
207207
<tr>

0 commit comments

Comments
 (0)