etcd/docs
Jesse Glick abd1b34ba6 docs: fix pronunciation notation 2018-08-31 07:09:46 -07:00
..
img docs/img: update client architecture images 2018-08-06 09:20:58 -07:00
metrics docs: add all v3.1 metrics 2018-08-06 10:02:22 -07:00
.gitignore docs: initial commit for architecture docs 2018-06-14 12:56:09 -07:00
Makefile docs: initial commit for architecture docs 2018-06-14 12:56:09 -07:00
README.md docs: fix README 2018-07-20 15:32:11 -07:00
client-architecture.rst docs: update links to "go.etcd.io" 2018-08-28 20:54:35 -07:00
client-feature-matrix.rst docs: update links to "go.etcd.io" 2018-08-28 20:54:35 -07:00
conf.py docs: initial commit for architecture docs 2018-06-14 12:56:09 -07:00
faq.rst docs: fix pronunciation notation 2018-08-31 07:09:46 -07:00
index.rst Merge pull request #9983 from gyuho/20180806-clientv3-docs 2018-08-07 04:28:07 -07:00
make.bat docs: initial commit for architecture docs 2018-06-14 12:56:09 -07:00
operate.rst docs: add all v3.1 metrics 2018-08-06 10:02:22 -07:00
requirements.txt docs: initial commit for architecture docs 2018-06-14 12:56:09 -07:00
set-up.rst docs: add initial operate guide structure 2018-07-20 15:27:39 -07:00

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.