Gyuho Lee 9ad8f4c350 Merge pull request #9983 from gyuho/20180806-clientv3-docs před 7 roky
..
img 29590c9ab2 docs/img: update client architecture images před 7 roky
metrics 902893f231 docs: add all v3.1 metrics před 7 roky
.gitignore 5ba680d762 docs: initial commit for architecture docs před 7 roky
Makefile 5ba680d762 docs: initial commit for architecture docs před 7 roky
README.md 104b6a3424 docs: fix README před 7 roky
client-architecture.rst fd000ae7ec docs: update to "grpc1.14" před 7 roky
client-feature-matrix.rst 0d189c661a docs: add "Client Feature Matrix" před 7 roky
conf.py 5ba680d762 docs: initial commit for architecture docs před 7 roky
faq.rst bd6c6cf9e2 docs: clean up FAQs, add initial lists of metrics před 7 roky
index.rst 9ad8f4c350 Merge pull request #9983 from gyuho/20180806-clientv3-docs před 7 roky
make.bat 5ba680d762 docs: initial commit for architecture docs před 7 roky
operate.rst 902893f231 docs: add all v3.1 metrics před 7 roky
requirements.txt 5ba680d762 docs: initial commit for architecture docs před 7 roky
set-up.rst 9f02c5836d docs: add initial operate guide structure před 7 roky

README.md

etcd Documentation

This is official etcd documentation.

Please visit https://etcd.readthedocs.io/en/latest for latest builds.

Install and build

# https://docs.readthedocs.io/en/latest/getting_started.html
pip install sphinx sphinx-autobuild
pip install sphinx_rtd_theme

make help
make html

And open _build/html/index.html file for preview.