Skip to content

Commit

Permalink
Fix #57 show figure in README also in Doxygen docs
Browse files Browse the repository at this point in the history
  • Loading branch information
oruebel committed Aug 2, 2024
1 parent 00aa1ca commit 2e2287d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ Our goal is to provide a lightweight API to integrate with existing acquisition
Please note, AqNWB is currently under development and should not yet be used in practice.

Below is a high-level overview of the project structure and capabilities we are targeting:
<img src="resources/images/aqnwb_objective.png" alt="Project Overview" width="500"/>

![Project Overview](resources/images/aqnwb_objective_500px.png)


# Requirements
* A C++17-compliant compiler
Expand Down Expand Up @@ -132,4 +134,4 @@ of Energy and the U.S. Government consequently retains certain rights. As
such, the U.S. Government has been granted for itself and others acting on
its behalf a paid-up, nonexclusive, irrevocable, worldwide license in the
Software to reproduce, distribute copies to the public, prepare derivative
works, and perform publicly and display publicly, and to permit others to do so.
works, and perform publicly and display publicly, and to permit others to do so.
1 change: 1 addition & 0 deletions docs/Doxyfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ PROJECT_NUMBER = "@PROJECT_VERSION@"

# Add sources
INPUT = "@PROJECT_SOURCE_DIR@/README.md" "@PROJECT_SOURCE_DIR@/include" "@PROJECT_SOURCE_DIR@/src" "@PROJECT_SOURCE_DIR@/docs/pages"
IMAGE_PATH = "@PROJECT_SOURCE_DIR@/resources/images"
EXTRACT_ALL = YES
RECURSIVE = YES
OUTPUT_DIRECTORY = "@DOXYGEN_OUTPUT_DIRECTORY@"
Expand Down
Binary file added resources/images/aqnwb_objective_500px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2e2287d

Please sign in to comment.