Gyuho Lee e57f4f420d docs/requirements: update to urllib3>=1.23 преди 7 години
..
img 0b5a3d8080 docs/img: clarify "network partition + membership reconfiguration" преди 7 години
metrics 342d53d1b1 docs/metrics: add metrics outputs from patch releases преди 7 години
.gitignore 5ba680d762 docs: initial commit for architecture docs преди 8 години
Makefile 5ba680d762 docs: initial commit for architecture docs преди 8 години
README.md 104b6a3424 docs: fix README преди 7 години
client-architecture.rst 1f559736ef docs: add authors to client architecture doc преди 7 години
client-feature-matrix.rst e52b8611ea docs: update links to "go.etcd.io" преди 7 години
conf.py 5ba680d762 docs: initial commit for architecture docs преди 8 години
faq.rst abd1b34ba6 docs: fix pronunciation notation преди 7 години
index.rst bfd9596352 docs: rename to "learner" (from "non-voting member") преди 7 години
make.bat 5ba680d762 docs: initial commit for architecture docs преди 8 години
operate.rst ef7e9d385b docs/operate.rst: link latest patch releases преди 7 години
requirements.txt e57f4f420d docs/requirements: update to urllib3>=1.23 преди 7 години
server-learner.rst bfd9596352 docs: rename to "learner" (from "non-voting member") преди 7 години
set-up.rst 9f02c5836d docs: add initial operate guide structure преди 7 години

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.