Gyuho Lee bfd9596352 docs: rename to "learner" (from "non-voting member") 7 vuotta sitten
..
img bfd9596352 docs: rename to "learner" (from "non-voting member") 7 vuotta sitten
metrics 342d53d1b1 docs/metrics: add metrics outputs from patch releases 7 vuotta sitten
.gitignore 5ba680d762 docs: initial commit for architecture docs 7 vuotta sitten
Makefile 5ba680d762 docs: initial commit for architecture docs 7 vuotta sitten
README.md 104b6a3424 docs: fix README 7 vuotta sitten
client-architecture.rst 1f559736ef docs: add authors to client architecture doc 7 vuotta sitten
client-feature-matrix.rst e52b8611ea docs: update links to "go.etcd.io" 7 vuotta sitten
conf.py 5ba680d762 docs: initial commit for architecture docs 7 vuotta sitten
faq.rst abd1b34ba6 docs: fix pronunciation notation 7 vuotta sitten
index.rst bfd9596352 docs: rename to "learner" (from "non-voting member") 7 vuotta sitten
make.bat 5ba680d762 docs: initial commit for architecture docs 7 vuotta sitten
operate.rst ef7e9d385b docs/operate.rst: link latest patch releases 7 vuotta sitten
requirements.txt be7c8fe423 docs: update "requests>=2.20.0" 7 vuotta sitten
server-learner.rst bfd9596352 docs: rename to "learner" (from "non-voting member") 7 vuotta sitten
set-up.rst 9f02c5836d docs: add initial operate guide structure 7 vuotta sitten

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.