opensearch-project / opensearch-py

Python Client for OpenSearch
https://opensearch.org/docs/latest/clients/python/
Apache License 2.0
359 stars 178 forks source link

Expanded `nox -rs docs` to generate docs, fixed errors. #568

Closed dblock closed 1 year ago

dblock commented 1 year ago

Description

Allows running nox -rs docs. Fixes known sphynx issues/warnings.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.

codecov[bot] commented 1 year ago

Codecov Report

Merging #568 (c6b4437) into main (58b83d8) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #568   +/-   ##
=======================================
  Coverage   71.69%   71.69%           
=======================================
  Files          87       87           
  Lines        7886     7886           
=======================================
  Hits         5654     5654           
  Misses       2232     2232           
Files Coverage Δ
opensearchpy/_async/client/__init__.py 45.78% <ø> (ø)
opensearchpy/_async/client/_patch.py 48.14% <ø> (ø)
opensearchpy/client/__init__.py 61.17% <ø> (ø)
opensearchpy/client/_patch.py 77.77% <ø> (ø)