Gyuho Lee e52b8611ea docs: update links to "go.etcd.io" 7 years ago
..
img 29590c9ab2 docs/img: update client architecture images 7 years ago
metrics 902893f231 docs: add all v3.1 metrics 7 years ago
.gitignore 5ba680d762 docs: initial commit for architecture docs 7 years ago
Makefile 5ba680d762 docs: initial commit for architecture docs 7 years ago
README.md 104b6a3424 docs: fix README 7 years ago
client-architecture.rst e52b8611ea docs: update links to "go.etcd.io" 7 years ago
client-feature-matrix.rst e52b8611ea docs: update links to "go.etcd.io" 7 years ago
conf.py 5ba680d762 docs: initial commit for architecture docs 7 years ago
faq.rst bd6c6cf9e2 docs: clean up FAQs, add initial lists of metrics 7 years ago
index.rst 9ad8f4c350 Merge pull request #9983 from gyuho/20180806-clientv3-docs 7 years ago
make.bat 5ba680d762 docs: initial commit for architecture docs 7 years ago
operate.rst 902893f231 docs: add all v3.1 metrics 7 years ago
requirements.txt 5ba680d762 docs: initial commit for architecture docs 7 years ago
set-up.rst 9f02c5836d docs: add initial operate guide structure 7 years ago

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.