add sphinx

Signed-off-by: Philip May <[email protected]>
This commit is contained in:
PhilipMay
2022-02-08 11:39:58 -08:00
committed by Vijayan Balasubramanian
parent 4056fa0176
commit 19be5802ea
19 changed files with 364 additions and 1 deletions
+19
View File
@@ -0,0 +1,19 @@
# OpenSearch Python Client Documentation
## Table of Contents
```{toctree}
---
maxdepth: 1
---
api-ref
genindex
License <https://github.com/opensearch-project/opensearch-py/blob/main/LICENSE.txt>
Contributing <https://github.com/opensearch-project/opensearch-py/blob/main/CONTRIBUTING.md>
Code of Conduct <https://github.com/opensearch-project/opensearch-py/blob/main/CODE_OF_CONDUCT.md>
Developer Guide <https://github.com/opensearch-project/opensearch-py/blob/main/DEVELOPER_GUIDE.md>
GitHub Repository <https://github.com/opensearch-project/opensearch-py>
```
```{include} README.md
```