Skip to content

Commit

Permalink
next try fixing the links
Browse files Browse the repository at this point in the history
  • Loading branch information
amock committed Nov 22, 2024
1 parent 7f5ffd4 commit 8d6c85c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/getting_started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ user@pc:~/embree/build$ make -j`nproc`
user@pc:~/embree/build$ sudo make install
```

For older Embree versions we refer to [this](/extra/embree3).
For older Embree versions we refer to [this](/extra/embree3.md).

### OptiX Backbone (optional)

Expand Down
8 changes: 4 additions & 4 deletions docs/library/concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ Rmagine has the following top-level structure of directories:
Contains all math related types and functions.
All math datatypes are completely CUDA compatible.
See `rmagine/math/types.h` for all types.
See [Math](/library/math) section for more details.
See [Math](/library/math.md) section for more details.

## Types

Fundamental types required for simulations, e.g. [sensor models](/getting_started/sensors). Depends on math types.
Fundamental types required for simulations, e.g. [sensor models](/getting_started/sensors.md). Depends on math types.

## Util

Utility functions. For exaple, including `rmagine/util/prints.h` lets you print every math types via std::cout.
Utility functions. For exaple, including `rmagine/util/prints.h` lets you print every math types via `std::cout`.

```cpp
#include <iostream>
Expand Down Expand Up @@ -73,7 +73,7 @@ int main(int argc, char* argv)
# Map
All classes and functions that relate to map construction and map modifications. See [Getting Started - Maps](/getting_started/maps) for a introduction to map loading. Go to [Library - Maps](/library/maps) for a more detailed descriptions of how to build Rmagine maps.
All classes and functions that relate to map construction and map modifications. See [Getting Started - Maps](/getting_started/maps.md) for a introduction to map loading. Go to [Library - Maps](/library/maps.md) for a more detailed descriptions of how to build Rmagine maps.
# Simulation
Expand Down

0 comments on commit 8d6c85c

Please sign in to comment.