Skip to content

Commit

Permalink
doc: use markdown emphasis types
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Jan 2, 2024
1 parent fe54424 commit 4cdf5ba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
1. [API documentation](https://jeffersonlab.github.io/iguana/)
1. [Repository Maintenance](doc/maintenance.md)

**NOTE**: this is still a _prototype_ design
> [!CAUTION]
> This is still a _prototype_ design
5 changes: 3 additions & 2 deletions doc/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,6 @@ Instead of `configure.py`, use `meson` directly for more control:
meson setup --prefix=$(pwd)/iguana build-iguana /path/to/iguana/repository
meson install -C build-iguana
```
**NOTE**: `configure.py` produces a native file (`.ini`) which may be used by
`meson setup` option `--native-file`.

> [!TIP]
> `configure.py` produces a native file (`.ini`) which may be used by `meson setup` option `--native-file`.

0 comments on commit 4cdf5ba

Please sign in to comment.