Skip to content

Commit 53c3a4e

Browse files
committed
add Chapter Tensor
1 parent 1344277 commit 53c3a4e

3 files changed

Lines changed: 8 additions & 5 deletions

File tree

docs/source/Tensor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 第一章: Tensor
1+
# Chapter 1. Tensor 第一章: Tensor
22

33
### Represents one of the outputs of an Operation
44

docs/source/index.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ Indices and tables
1616
==================
1717

1818
* :ref:`Front Cover <front-cover>`
19-
* :ref:`modindex`
20-
* :ref:`search`
2119

2220
.. _front-cover:
2321

@@ -26,4 +24,7 @@ Indices and tables
2624
:caption: Get Started with TensorFlow.NET:
2725

2826
FrontCover
29-
HelloWorld
27+
Foreword
28+
Preface
29+
HelloWorld
30+
Tensor

src/TensorFlowNET.Core/TensorFlowNET.Core.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@
1414
<PackageProjectUrl>https://github.com/SciSharp</PackageProjectUrl>
1515
<PackageIconUrl>https://avatars3.githubusercontent.com/u/44989469?s=200&amp;v=4</PackageIconUrl>
1616
<PackageTags>TensorFlow, NumSharp, SciSharp, MachineLearning, TensorFlow.NET</PackageTags>
17-
<Description>TensorFlow binding for .NET Standard.</Description>
17+
<Description>Google's TensorFlow binding in .NET Standard.
18+
Docs: https://tensorflownet.readthedocs.io</Description>
1819
<AssemblyVersion>0.0.2.0</AssemblyVersion>
20+
<PackageReleaseNotes></PackageReleaseNotes>
1921
</PropertyGroup>
2022

2123
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

0 commit comments

Comments
 (0)