-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path0_mainpage.dox
66 lines (66 loc) · 3.06 KB
/
0_mainpage.dox
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
/**
* \mainpage Overview
*
* \tableofcontents
*
* AqNWB is a C++ API for acquiring neurophysiological data directly into the NWB (Neurodata Without Borders) format.
* Our goal is to provide a lightweight API to integrate with existing acquisition systems.
* Below is a high-level overview of the project structure and capabilities we are targeting:
*
* \image html resources/images/aqnwb_objective.png "Project Overview" width=500px
*
* \section Status
*
* **AqNWB is currently under active development and should not yet be used in practice.**
*
* \htmlonly
* <p>
* <a href="https://github.com/NeurodataWithoutBorders/aqnwb/actions/workflows/tests.yml">
* <img src="https://github.com/NeurodataWithoutBorders/aqnwb/actions/workflows/tests.yml/badge.svg" alt="Unit tests">
* </a>
* <a href="https://github.com/NeurodataWithoutBorders/aqnwb/actions/workflows/codespell.yml">
* <img src="https://github.com/NeurodataWithoutBorders/aqnwb/actions/workflows/codespell.yml/badge.svg" alt="Codespell">
* </a>
* <a href="https://github.com/NeurodataWithoutBorders/aqnwb/actions/workflows/lint.yml">
* <img src="https://github.com/NeurodataWithoutBorders/aqnwb/actions/workflows/lint.yml/badge.svg" alt="Lint">
* </a>
* <a href="https://github.com/NeurodataWithoutBorders/aqnwb/actions/workflows/doxygen-gh-pages.yml">
* <img src="https://github.com/NeurodataWithoutBorders/aqnwb/actions/workflows/doxygen-gh-pages.yml/badge.svg" alt="Docs build">
* </a>
* </p>
* <p>
* <a href="https://github.com/NeurodataWithoutBorders/aqnwb">
* <img src="https://img.shields.io/badge/AqNWB-Source-8A2BE2?style=flat" alt="Source">
* </a>
* <a href="https://nwb-overview.readthedocs.io/en/latest/nwb-project-analytics/docs/source/code_stat_pages/AqNWB_stats.html">
* <img src="https://img.shields.io/badge/AqNWB-Code%20Statistics-8A2BE2?style=flat" alt="Code Stats">
* </a>
* <a href="https://neurodatawithoutborders.github.io/aqnwb/">
* <img src="https://img.shields.io/badge/AqNWB-Online Docs-8A2BE2?style=flat" alt="Online Docs">
* </a>
* </p>
* \endhtmlonly
*
* \section mainpage_installation Installation
*
* - \ref user_install_page "User Installation"
* - \ref dev_install_page "Developer Installation"
*
* \section mainpage_navigation Navigating the Documentation
*
* The documentation is divided into the following main sections:
*
* - \ref userdocs : This section is for users who want to use AqNWB in their software project, e.g., to
* integrate NWB with an acquisition system.
* - \ref devdocs : This section is for developers and community members who would like to
* contributed to the development of AqNWB.
* - **API Reference:** The [Namespaces](namespaces.html), [Classes](annotated.html), and [Files](files.html)
* sections are autogenerated from the AqNWB source code using Doxygen, providing a detailed reference of all
* classes, namespaces, files, functions, etc. defined by AqNWB.
*
* \section mainpage_contributing Legal
*
* - \ref code_of_conduct_page
* - \ref license_page
* - \ref copyright_page
*/