aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorThéo de la Hogue2023-12-03 07:37:14 +0100
committerThéo de la Hogue2023-12-03 07:37:14 +0100
commit710d73e2afcc422f371a018628ac04684d8d88fd (patch)
tree4c482df4873be7d39152fcf7d4fee6d7961415ea /docs
parentaede4215c10ddfa7154099a40204460444011dff (diff)
downloadargaze-710d73e2afcc422f371a018628ac04684d8d88fd.zip
argaze-710d73e2afcc422f371a018628ac04684d8d88fd.tar.gz
argaze-710d73e2afcc422f371a018628ac04684d8d88fd.tar.bz2
argaze-710d73e2afcc422f371a018628ac04684d8d88fd.tar.xz
Minor fixes in documentation and annotation.
Diffstat (limited to 'docs')
-rw-r--r--docs/installation.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/installation.md b/docs/installation.md
index ea7021b..32d01e9 100644
--- a/docs/installation.md
+++ b/docs/installation.md
@@ -35,9 +35,8 @@ Then, install ArGaze package (replace VERSION by what has been built into dist f
pip install ./dist/argaze-VERSION.whl
```
-!!! note
+!!! note "As ArGaze package contributor"
- **As Argaze package contributor**
*You should prefer to install the package in developer mode to test live code changes:*
```