From 53c3a4e584d4b5f569cf9c8613caeda5d425f3d2 Mon Sep 17 00:00:00 2001 From: Oceania2018 Date: Sat, 5 Jan 2019 16:14:59 -0600 Subject: [PATCH] add Chapter Tensor --- docs/source/Tensor.md | 2 +- docs/source/index.rst | 7 ++++--- src/TensorFlowNET.Core/TensorFlowNET.Core.csproj | 4 +++- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/docs/source/Tensor.md b/docs/source/Tensor.md index dbea55df..b0b14f33 100644 --- a/docs/source/Tensor.md +++ b/docs/source/Tensor.md @@ -1,4 +1,4 @@ -# 第一章: Tensor +# Chapter 1. Tensor 第一章: Tensor ### Represents one of the outputs of an Operation diff --git a/docs/source/index.rst b/docs/source/index.rst index dc20416c..f818bb77 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -16,8 +16,6 @@ Indices and tables ================== * :ref:`Front Cover ` -* :ref:`modindex` -* :ref:`search` .. _front-cover: @@ -26,4 +24,7 @@ Indices and tables :caption: Get Started with TensorFlow.NET: FrontCover - HelloWorld \ No newline at end of file + Foreword + Preface + HelloWorld + Tensor \ No newline at end of file diff --git a/src/TensorFlowNET.Core/TensorFlowNET.Core.csproj b/src/TensorFlowNET.Core/TensorFlowNET.Core.csproj index 5d7a067d..dfd557ca 100644 --- a/src/TensorFlowNET.Core/TensorFlowNET.Core.csproj +++ b/src/TensorFlowNET.Core/TensorFlowNET.Core.csproj @@ -14,8 +14,10 @@ https://github.com/SciSharp https://avatars3.githubusercontent.com/u/44989469?s=200&v=4 TensorFlow, NumSharp, SciSharp, MachineLearning, TensorFlow.NET - TensorFlow binding for .NET Standard. + Google's TensorFlow binding in .NET Standard. +Docs: https://tensorflownet.readthedocs.io 0.0.2.0 +