Fix doc generation and improve on structure + some content#233
Open
Fix doc generation and improve on structure + some content#233
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #233 +/- ##
========================================
Coverage 71.18% 71.19%
========================================
Files 376 376
Lines 23709 23709
Branches 2476 2477 +1
========================================
+ Hits 16877 16879 +2
+ Misses 6832 6830 -2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
6da507b to
c737feb
Compare
Member
Author
Code reviewFound 1 issue:
Lines 5 to 19 in c737feb 🤖 Generated with Claude Code - If this code review was useful, please react with 👍. Otherwise, react with 👎. |
06949cb to
f072b67
Compare
Flatten the three-category CLI tool hierarchy (DebugTools/, GeneralPurposeTools/, SpecialPurposeTools/) into a single cli_tools/ directory so users can scan all tools in one place. Consolidate the C and C++ API pages into one breathe-backed api.rst so the reference stays in sync with headers automatically. Rewrite CMakeLists.txt with native CMake targets (configure_file + add_custom_command) and CONFIGURE_DEPENDS globs so Ninja detects RST changes. Rename Doxyfile to Doxyfile.in with @variable@ placeholders. Improve build_docs.sh to substitute Doxyfile.in placeholders with sed, fix macOS portability (replace readlink -f), and correct the INPUT path. Add fdb wrapper section and tool summary tables to CLI index. Fix numerous typos and broken cross-references throughout. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
f072b67 to
f00d208
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
commit 9e1dbd5 (HEAD -> fix/doc-structure, origin/fix/doc-structure)
Author: Kai Kratz Kai.Kratz@ecmwf.int
Date: Tue Feb 24 22:02:52 2026 +0100
commit bd89f27
Author: Kai Kratz Kai.Kratz@ecmwf.int
Date: Tue Feb 24 21:44:58 2026 +0100
commit ecaedf4
Author: Kai Kratz Kai.Kratz@ecmwf.int
Date: Tue Feb 24 21:27:13 2026 +0100
commit cd2fcc5
Author: Kai Kratz Kai.Kratz@ecmwf.int
Date: Tue Feb 24 21:27:00 2026 +0100
Contributor Declaration
By opening this pull request, I affirm the following:
🌈🌦️📖🚧 Documentation Z3FDB 🚧📖🌦️🌈
https://sites.ecmwf.int/docs/dev-section/z3fdb/pull-requests/PR-233
🌈🌦️📖🚧 Documentation FDB 🚧📖🌦️🌈
https://sites.ecmwf.int/docs/dev-section/fdb/pull-requests/PR-233