Skip to main content
Sign in
Snippets Groups Projects
Commit e71e45e6 authored by Alfin Johny's avatar Alfin Johny
Browse files

Fix documentation issues

parent fe3553e2
Branches
Tags v0.8.0
2 merge requests!55[WEBPAGE] Update style of current unicado page,!17Integrate mkdoxy in CI pipeline
Pipeline #1591455 waiting for manual action
......@@ -8,7 +8,7 @@ date: 2024-11-28
glightbox: false
---
As mentioned in the [build instructions](../developer/build/general.md), we have some external dependencies to:
As mentioned in the [build instructions](../get-involved/build/general.md), we have some external dependencies to:
- :simple-cplusplus: [Eigen3 :octicons-link-external-16:](https://eigen.tuxfamily.org/index.php?title=Main_Page){:target="_blank"}
- :simple-cplusplus: [Boost :octicons-link-external-16:](https://www.boost.org/){:target="_blank"}
......
......
File changed. Contains only whitespace changes. Show whitespace changes.
......@@ -117,7 +117,7 @@ Then you can execute the test
### Automated testing {#automated}
To reduce the workload of the developer, tests can be automated. For that, the additional software [testFramework](../documentation/additional-software.md) can be used. It can be executed manually (see [python build instruction](../get-involved/build/python.md)) or be linked to the CI/CD pipeline. The latter one ensures that it is tested before every merge request.
To reduce the workload of the developer, tests can be automated. For that, the additional software [testFramework](../documentation/additional_software.md) can be used. It can be executed manually (see [python build instruction](../get-involved/build/python.md)) or be linked to the CI/CD pipeline. The latter one ensures that it is tested before every merge request.
!!! attention
The `testFramework` is currently under construction :construction: and still needs to be linked to the CI/CD pipeline
......
......
......@@ -31,7 +31,7 @@ hide:
Learn how to set it up & install the prerequisites.
[:octicons-arrow-right-24: Download](download/getting-started.md)
[:octicons-arrow-right-24: Download](download/getting_started.md)
</div>
<div class="grid-item card" markdown="1">
......
......
......@@ -167,7 +167,7 @@ theme:
nav: # Customizes the main navigation structure of the site.
- Home: index.md # Main page of the site.
- Download: # Top-level navigation item for "Download".
- Getting Started: download/getting-started.md # Link to the getting started page.
- Getting Started: download/getting_started.md # Link to the getting started page.
- Installation: download/installation.md # Link to the installation page.
- Cleared for Take-Off: download/takeoff.md # Link to the takeoff/getting started page.
- Tutorials:
......@@ -181,7 +181,8 @@ nav: # Customizes the main navigation struc
- Modules: documentation/sizing.md # Link to aircraft sizing documentation.
- Initial Sizing:
- Introduction: documentation/aircraft-design/initial_sizing/doc/content/index.md
- Getting Staretd: documentation/aircraft-design/initial_sizing/doc/content/getting-started.md
- Getting Staretd: documentation/aircraft-design/initial_sizing/doc/content/getting_started.md
- Changelog: documentation/aircraft-design/initial_sizing/doc/content/changelog.md
- API Reference:
- initial_sizing/classes.md
- initial_sizing/namespaces.md
......@@ -190,7 +191,7 @@ nav: # Customizes the main navigation struc
- initial_sizing/pages.md
- Create Mission XML:
- Introduction: documentation/aircraft-design/create_mission_xml/doc/content/index.md
- Getting Staretd: documentation/aircraft-design/create_mission_xml/doc/content/getting-started.md
- Getting Staretd: documentation/aircraft-design/create_mission_xml/doc/content/getting_started.md
- API Reference:
- create_mission_xml/classes.md
- create_mission_xml/namespaces.md
......@@ -199,7 +200,7 @@ nav: # Customizes the main navigation struc
- create_mission_xml/pages.md
- Fuselage Design:
- Introduction: documentation/aircraft-design/fuselage_design/doc/content/index.md
- Getting Staretd: documentation/aircraft-design/fuselage_design/doc/content/getting-started.md
- Getting Staretd: documentation/aircraft-design/fuselage_design/doc/content/getting_started.md
- API Reference:
- fuselage_design/classes.md
- fuselage_design/namespaces.md
......@@ -208,7 +209,7 @@ nav: # Customizes the main navigation struc
- fuselage_design/pages.md
- Wing Design:
- Introduction: documentation/aircraft-design/wing_design/doc/content/index.md
- Getting Staretd: documentation/aircraft-design/wing_design/doc/content/getting-started.md
- Getting Staretd: documentation/aircraft-design/wing_design/doc/content/getting_started.md
- API Reference:
- wing_design/classes.md
- wing_design/namespaces.md
......@@ -217,7 +218,7 @@ nav: # Customizes the main navigation struc
- wing_design/pages.md
- Empennage Design:
- Introduction: documentation/aircraft-design/empennage_design/doc/content/index.md
- Getting Staretd: documentation/aircraft-design/empennage_design/doc/content/getting-started.md
- Getting Staretd: documentation/aircraft-design/empennage_design/doc/content/getting_started.md
- API Reference:
- empennage_design/classes.md
- empennage_design/namespaces.md
......@@ -226,7 +227,7 @@ nav: # Customizes the main navigation struc
- empennage_design/pages.md
- Tank Design:
- Introduction: documentation/aircraft-design/tank_design/doc/content/index.md
- Getting Staretd: documentation/aircraft-design/tank_design/doc/content/getting-started.md
- Getting Staretd: documentation/aircraft-design/tank_design/doc/content/getting_started.md
- API Reference:
- tank_design/classes.md
- tank_design/namespaces.md
......@@ -243,7 +244,7 @@ nav: # Customizes the main navigation struc
- Engine Extension: documentation/aircraft-design/propulsion_design/doc/content/tutorial_engine_extension.md
- Fidelity Extension: documentation/aircraft-design/propulsion_design/doc/content/tutorial_fidelity_extension.md
- Changelog: documentation/aircraft-design/propulsion_design/doc/content/changelog.md
- Additional: documentation/aircraft-design/propulsion_design/doc/content/additional.md
- Additional Information: documentation/aircraft-design/propulsion_design/doc/content/additional.md
- API Reference:
- propulsion_design/classes.md
- propulsion_design/namespaces.md
......@@ -252,7 +253,7 @@ nav: # Customizes the main navigation struc
- propulsion_design/pages.md
- Landing Gear Design:
- Introduction: documentation/aircraft-design/landing_gear_design/doc/content/index.md
- Getting Staretd: documentation/aircraft-design/landing_gear_design/doc/content/getting-started.md
- Getting Staretd: documentation/aircraft-design/landing_gear_design/doc/content/getting_started.md
- API Reference:
- landing_gear_design/classes.md
- landing_gear_design/namespaces.md
......@@ -261,7 +262,7 @@ nav: # Customizes the main navigation struc
- landing_gear_design/pages.md
- Systems Design:
- Introduction: documentation/aircraft-design/systems_design/doc/content/index.md
- Getting Staretd: documentation/aircraft-design/systems_design/doc/content/getting-started.md
- Getting Staretd: documentation/aircraft-design/systems_design/doc/content/getting_started.md
- API Reference:
- systems_design/classes.md
- systems_design/namespaces.md
......@@ -282,9 +283,9 @@ nav: # Customizes the main navigation struc
- MSYS2/MinGW (deprecated): get-involved/build-environment/mingw.md
- Get Source Code: get-involved/get-source-code.md
- Build:
- General: get-involved/general.md
- C++: get-involved/cpp.md
- Python: get-involved/python.md
- General: get-involved/build/general.md
- C++: get-involved/build/cpp.md
- Python: get-involved/build/python.md
- Include Libraries: get-involved/including-libraries.md
- CMake Presets: get-involved/cmake-presets.md
- Module Development:
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment