etcd/docs
Gyuho Lee 5ed26c7c48
docs: update PyYAML to 4.2b1
https://github.com/etcd-io/etcd/network/alert/docs/requirements.txt/pyyaml/open
2019-03-07 11:14:10 -08:00
..
img docs/img: clarify "network partition + membership reconfiguration" 2018-12-05 19:05:26 -08:00
metrics docs/metrics: add metrics outputs from patch releases 2018-10-10 15:03:37 -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/README: highlight new documentation website 2018-12-17 18:15:26 -08:00
client-architecture.rst docs: add authors to client architecture doc 2018-12-03 09:12:51 -08: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 docs: rename to "learner" (from "non-voting member") 2018-12-03 10:38:40 -08:00
make.bat docs: initial commit for architecture docs 2018-06-14 12:56:09 -07:00
operate.rst docs/operate.rst: link latest patch releases 2018-10-10 15:03:51 -07:00
requirements.txt docs: update PyYAML to 4.2b1 2019-03-07 11:14:10 -08:00
server-learner.rst docs: rename to "learner" (from "non-voting member") 2018-12-03 10:38:40 -08:00
set-up.rst docs: add initial operate guide structure 2018-07-20 15:27:39 -07:00

README.md

We are moving to https://etcd.netlify.com with help from CNCF.

etcd Documentation

This is experimental 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.