From: Kefu Chai Date: Thu, 24 Sep 2020 16:37:16 +0000 (+0800) Subject: doc/dev/crimson: add links to seastar documents X-Git-Tag: v16.1.0~909^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a9ed9b15c266e76995b88aae5f0f1af9ada28816;p=ceph.git doc/dev/crimson: add links to seastar documents Signed-off-by: Kefu Chai --- diff --git a/doc/dev/crimson.rst b/doc/dev/crimson.rst index 2412a7b9d8f7..954b88a374c4 100644 --- a/doc/dev/crimson.rst +++ b/doc/dev/crimson.rst @@ -179,6 +179,22 @@ corresponding test results are highlighted. .. _cbt: https://github.com/ceph/cbt +Hacking Crimson +=============== + + +Seastar Documents +----------------- + +See `Seastar Tutorial `_ . +Or build a browsable version and start an HTTP server:: + + $ cd seastar + $ ./configure.py --mode debug + $ ninja -C build/debug docs + $ python3 -m http.server -d build/debug/doc/html + +You might want to install ``pandoc`` and other dependencies beforehand. Debugging Crimson =================