From 97e78caf2c273a3c982338b9641d5a12b40a7673 Mon Sep 17 00:00:00 2001 From: Jonathan Stoikovitch Date: Tue, 10 Nov 2015 17:54:49 -0500 Subject: [PATCH] adding link to nefertari's wrapper api in doc --- docs/source/event_handlers.rst | 2 +- docs/source/field_processors.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/event_handlers.rst b/docs/source/event_handlers.rst index 710acdb..c60b68f 100644 --- a/docs/source/event_handlers.rst +++ b/docs/source/event_handlers.rst @@ -1,7 +1,7 @@ Event Handlers ============== -Ramses supports `Nefertari event handlers `_. The following documentation describes how to define and connect them. +Ramses supports `Nefertari event handlers `_. Ramses event handlers also have access to `Nefertari's wrapper API `_ which provides additional helpers. Setup diff --git a/docs/source/field_processors.rst b/docs/source/field_processors.rst index 204c035..0ab2435 100644 --- a/docs/source/field_processors.rst +++ b/docs/source/field_processors.rst @@ -1,7 +1,7 @@ Field processors ================ -Ramses supports `Nefertari field processors `_. The following documentation describes how to connect them. +Ramses supports `Nefertari field processors `_. Ramses field processors also have access to `Nefertari's wrapper API `_ which provides additional helpers. Setup