From b805f4a273de53017f74ca693ba7243fb4694848 Mon Sep 17 00:00:00 2001 From: Dan Lee <71398022+dandhlee@users.noreply.github.com> Date: Sat, 3 Jun 2023 18:17:10 -0400 Subject: [PATCH] docs: update docs structure for c.g.c usage (#226) Co-authored-by: Anthonios Partheniou --- docs/README.rst | 1 + docs/{ => client}/client.rst | 0 docs/index.rst | 6 ++++-- 3 files changed, 5 insertions(+), 2 deletions(-) create mode 120000 docs/README.rst rename docs/{ => client}/client.rst (100%) diff --git a/docs/README.rst b/docs/README.rst new file mode 120000 index 0000000..89a0106 --- /dev/null +++ b/docs/README.rst @@ -0,0 +1 @@ +../README.rst \ No newline at end of file diff --git a/docs/client.rst b/docs/client/client.rst similarity index 100% rename from docs/client.rst rename to docs/client/client.rst diff --git a/docs/index.rst b/docs/index.rst index fa77d7d..15526b4 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,3 +1,5 @@ +.. include:: README.rst + The ``google-cloud-core`` package contains helpers common to all ``google-cloud-*`` packages. In an attempt to reach a stable API, much of the functionality has been split out into a new package @@ -9,10 +11,10 @@ Core .. toctree:: config - client + client/client Changelog -~~~~~~~~~ +========= .. toctree:: :maxdepth: 2