From a9ed9b15c266e76995b88aae5f0f1af9ada28816 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Fri, 25 Sep 2020 00:37:16 +0800 Subject: [PATCH] doc/dev/crimson: add links to seastar documents Signed-off-by: Kefu Chai --- doc/dev/crimson.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/doc/dev/crimson.rst b/doc/dev/crimson.rst index 2412a7b9d8f..954b88a374c 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 ================= -- 2.39.5