diff --git a/docs/index.rst b/docs/index.rst index 56540c0..28d8305 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -2,28 +2,25 @@ .. include:: multiprocessing.rst -This package includes clients for multiple versions of the Memcache -API. By default, you will get ``v1``, the latest GA version. +This package includes clients for multiple versions of Cloud Memorystore for Memcached. +By default, you will get version ``memcache_v1``. -memcache_v1 API Reference -------------------------- +API Reference +------------- .. toctree:: :maxdepth: 2 - Client (v1) - Types (v1) - - -memcache_v1beta2 API Reference ------------------------------- + memcache_v1/services + memcache_v1/types +API Reference +------------- .. toctree:: :maxdepth: 2 - Client (v1beta2) - Types (v1beta2) - + memcache_v1beta2/services + memcache_v1beta2/types Changelog --------- @@ -31,6 +28,6 @@ Changelog For a list of all ``google-cloud-memcache`` releases: .. toctree:: - :maxdepth: 2 + :maxdepth: 2 - changelog + changelog diff --git a/owlbot.py b/owlbot.py index e32ab90..f4af373 100644 --- a/owlbot.py +++ b/owlbot.py @@ -36,7 +36,7 @@ # ---------------------------------------------------------------------------- # Add templated files # ---------------------------------------------------------------------------- -templated_files = common.py_library(cov_level=100, microgenerator=True) +templated_files = common.py_library(cov_level=100, microgenerator=True, versions=python.detect_versions()) python.py_samples(skip_readmes=True) s.move( templated_files, excludes=[".coveragerc"]