From e72d9e3284c2cd5d49f6ad886aaea81066f3da12 Mon Sep 17 00:00:00 2001 From: Ketan Umare <16888709+kumare3@users.noreply.github.com> Date: Wed, 14 Apr 2021 21:10:38 -0700 Subject: [PATCH] Fix Datacatalog title.rst in docs (#145) * missing blank line in title.rst Signed-off-by: Ketan Umare * generated docs Signed-off-by: Ketan Umare Signed-off-by: Haytham Abuelfutuh --- gen/pb-protodoc/flyteidl/datacatalog/index.rst | 2 ++ protos/flyteidl/datacatalog/title.rst | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/gen/pb-protodoc/flyteidl/datacatalog/index.rst b/gen/pb-protodoc/flyteidl/datacatalog/index.rst index 19ec23b57..1e3c4382b 100644 --- a/gen/pb-protodoc/flyteidl/datacatalog/index.rst +++ b/gen/pb-protodoc/flyteidl/datacatalog/index.rst @@ -5,6 +5,8 @@ These protos provide the interface definition for the Data Catalog Service. Data indexing parameterized, strongly-typed data artifacts across revisions. It is used in the Flyte ecosystem to catalog artifacts generated by task executions. Outputs generated by a task can be stored as artifact data and tagged by the user so that it can be retrieved later by that tag. + + .. toctree:: :maxdepth: 1 :caption: datacatalog diff --git a/protos/flyteidl/datacatalog/title.rst b/protos/flyteidl/datacatalog/title.rst index 76f9c3eff..76053195c 100644 --- a/protos/flyteidl/datacatalog/title.rst +++ b/protos/flyteidl/datacatalog/title.rst @@ -4,4 +4,5 @@ Flyte Data Catalog Service These protos provide the interface definition for the Data Catalog Service. Data Catalog is a service for indexing parameterized, strongly-typed data artifacts across revisions. It is used in the Flyte ecosystem to catalog artifacts generated by task executions. Outputs generated by a task can be stored as artifact -data and tagged by the user so that it can be retrieved later by that tag. \ No newline at end of file +data and tagged by the user so that it can be retrieved later by that tag. +