Skip to content

Commit

Permalink
fix include path to links file
Browse files Browse the repository at this point in the history
  • Loading branch information
mcflugen committed Nov 21, 2024
1 parent 85ccd3e commit f48b261
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/bmi.getter_setter.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,5 +220,5 @@ Additionally,
- The *inds* argument is always of type integer.

```{eval-rst}
.. include:: links.rst
.. include:: links.md
```
2 changes: 1 addition & 1 deletion docs/source/bmi.time_funcs.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,5 +183,5 @@ The time step is always expressed as a floating point value.
(nonzero) is returned.

```{eval-rst}
.. include:: links.rst
.. include:: links.md
```
2 changes: 1 addition & 1 deletion docs/source/bmi.var_funcs.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,5 +244,5 @@ element the variable is defined. Valid return values are:
grid <unstructured-grids>`), the location from this function is ignored.

```{eval-rst}
.. include:: links.rst
.. include:: links.md
```

0 comments on commit f48b261

Please sign in to comment.