From b1acb2b824a05864618b0bfb48c3bf77aa50a824 Mon Sep 17 00:00:00 2001 From: Philip Durbin Date: Wed, 21 Jul 2021 11:44:19 -0400 Subject: [PATCH] add dev guide links to list of APIs #6497 --- doc/sphinx-guides/source/api/intro.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/sphinx-guides/source/api/intro.rst b/doc/sphinx-guides/source/api/intro.rst index 101c6c2bfaa..933932cd7b9 100755 --- a/doc/sphinx-guides/source/api/intro.rst +++ b/doc/sphinx-guides/source/api/intro.rst @@ -204,6 +204,15 @@ Please note that some APIs are only documented in other guides that are more sui - :doc:`/installation/config` +- Developer Guide + + - :doc:`/developers/aux-file-support` + - :doc:`/developers/big-data-support` + - :doc:`/developers/dataset-migration-api` + - :doc:`/developers/dataset-semantic-metadata-api` + - :doc:`/developers/s3-direct-upload-api` + - :doc:`/developers/workflows` + Client Libraries ~~~~~~~~~~~~~~~~