Skip to content

Commit

Permalink
Quick links fix (#2553)
Browse files Browse the repository at this point in the history
* Quick links fix

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
trevorhardy and pre-commit-ci[bot] authored Jul 11, 2023
1 parent ddafb3c commit 0b3d894
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions docs/quick-links.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,14 @@

```{eval-rst}
.. toctree::
:hidden:
:maxdepth: 1
404
references/configuration_options_reference
user-guide/advanced_topics/queries
user-guide/advanced_topics/environment_variables
references/api-reference/C_API
user-guide/installation/helics_cmake_options
references/apps/index
```
- [Configuration Option Reference](./references/configuration_options_reference.md)
- [Queries](./user-guide/advanced_topics/queries.md)
- [Environment Variables](./user-guide/advanced_topics/environment_variables.md)
- [C function Reference](https://docs.helics.org/en/latest/doxygen/C_api_index.html)
- [CMake Variables](./user-guide/installation/helics_cmake_options.md)
- [HELICS Apps](../references/apps/index.md)
```

0 comments on commit 0b3d894

Please sign in to comment.