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

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.