Refactor definition of method restype & argtypes
[ric-plt/xapp-frame-py.git] / docs / rmr_api.rst
index a33d6a1..a7f0362 100644 (file)
@@ -4,13 +4,17 @@ RMR Python Bindings
 Overview
 --------
 
-The xapp python framework repository includes a python submodule
-called `rmr`.  This package (`ricxappframe.rmr`) is a CTYPES wrapper
+The xapp python framework package includes a python subpackage called
+`rmr`.  This subpackage (`ricxappframe.rmr`) is a CTYPES wrapper
 around the RMR shared library.  Most Xapp users will never use this
-package natively; however python apps that need access to the low
-level RMR API can use this package.  Usage of this python package
-requires that you have the RMR shared-object library installed.
+subpackage natively; however python apps that need access to the
+low-level RMR API can use it.
 
+Usage of this python package requires that the RMR shared-object
+library is installed in a system library that is included in the
+directories found by default, usually something like /usr/local/lib.
+
+The RMR library man pages are available here: :doc:`RMR Man Pages <ric-plt-lib-rmr:index>`
 
 RMR API
 -------