From 45656d51c0b127b20e00e5d0d94381c343f5f4eb Mon Sep 17 00:00:00 2001 From: Chen Wang Date: Sat, 4 Jan 2025 10:26:20 -0800 Subject: [PATCH] Update doc Signed-off-by: Chen Wang --- docs/source/build.rst | 8 +++----- docs/source/index.rst | 7 +++---- docs/source/quickstart.rst | 2 -- 3 files changed, 6 insertions(+), 11 deletions(-) diff --git a/docs/source/build.rst b/docs/source/build.rst index d10431e..bf9199b 100644 --- a/docs/source/build.rst +++ b/docs/source/build.rst @@ -63,8 +63,8 @@ kernels. add ``-DRECORDER_ENABLE_PARQUET=ON`` to cmake to build the Parquet format converter - diff --git a/docs/source/index.rst b/docs/source/index.rst index 9528682..11aea10 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -1,3 +1,5 @@ +|build| + Overview ======== @@ -51,15 +53,12 @@ Symposium on High-Performance Parallel and Distributed Computing (HPDC). .. toctree:: :maxdepth: 1 - :hidden - quickstart build usage features postprocessing changes - + .. |build| image:: https://github.com/uiuc-hpc/Recorder/actions/workflows/cmake.yml/badge.svg :target: https://github.com/uiuc-hpc/Recorder/actions/workflows/cmake.yml - diff --git a/docs/source/quickstart.rst b/docs/source/quickstart.rst index 772c648..31a2b25 100644 --- a/docs/source/quickstart.rst +++ b/docs/source/quickstart.rst @@ -1,5 +1,3 @@ -|build| - Recorder ========