From 33825f3d4878f0da8c6d7daf37461e3f26834bf5 Mon Sep 17 00:00:00 2001 From: jesperpedersen Date: Sat, 21 Sep 2024 07:53:24 -0400 Subject: [PATCH] [#470] API documentation --- doc/manual/02-installation.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/manual/02-installation.md b/doc/manual/02-installation.md index 2e4cdac1..9cfe1758 100644 --- a/doc/manual/02-installation.md +++ b/doc/manual/02-installation.md @@ -183,6 +183,16 @@ mv eisvogel.latex $HOME/.local/share/pandoc/templates where `$HOME` is your home directory. +#### Generate API guide + +This process is optional. If you choose not to generate the API HTML files, you can opt out of downloading these dependencies, and the process will automatically skip the generation. + +Download dependencies + +``` sh +dnf install graphviz doxygen +``` + ### Build These packages will be detected during `cmake` and built as part of the main build.