From 7b489c9d3da2edef84089a70e48e652c87603216 Mon Sep 17 00:00:00 2001
From: Han Lu <11597940+ErbB4@users.noreply.github.com>
Date: Thu, 1 Aug 2024 14:32:48 +0200
Subject: [PATCH] wording check (#2372)
<!-- Please make sure your PR follows our [contribution
guidelines](https://github.com/arbor-sim/arbor/tree/master/doc/contrib)
and agree to the terms outlined in the [PR
procedure](https://github.com/arbor-sim/arbor/tree/master/doc/contrib/pr.rst).
-->
---
doc/dev/extending_catalogues.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/dev/extending_catalogues.rst b/doc/dev/extending_catalogues.rst
index aedd6cff..a5bbdff8 100644
--- a/doc/dev/extending_catalogues.rst
+++ b/doc/dev/extending_catalogues.rst
@@ -31,11 +31,11 @@ produce a catalogue of the same level of integration as the built-in catalogues
.. code-block :: cmake
make_catalogue(
- NAME default # Name of your catalogue, must match directory under 2.
+ NAME default # Name of your catalogue, must match the directory under 2.
MOD exp2syn expsyn expsyn_stdp hh kamt kdrmt nax nernst pas # Space separated list of mechanism names
CXX # Optional: list of raw C++ mechanism names
VERBOSE ${ARB_CAT_VERBOSE} # Print debug info at configuration time
- ADD_DEPS ON) # Must be ON, make catalogue part of arbor
+ ADD_DEPS ON) # Must be ON, make catalogue part of Arbor
5. Add a ``global_NAME_catalogue`` function in ``mechcat.hpp``.
6. Bind this function in ``python/mechanisms.cpp`` to ``NAME-catalogue``.
--
GitLab