Add support for config file parsing and watching
[ric-plt/xapp-frame-cpp.git] / doc / src / user / user_guide.xfm
index c34538f..75434a0 100644 (file)
 
 .dv col_width 6.5i
 .dv fname_base user_guide
-.dv doc_title RIC xAPP C++ Framework
-.dv doc_subtitle User's Guide
+.if pfm
+       .dv doc_title RIC xAPP C++ Framework
+       .dv doc_subtitle User's Guide
+.ei
+       .dv doc_title User's Guide
+.fi
 .dv orig_date 21 April 2020
 
 .dv textfont Helvetica
 .ll 6i
 .hn off
 
-.im ../lib/setup.im 
-
-.im &{lib}/front_junk.im 
+.im ../lib/setup.im
+.im &{lib}/front_junk.im
 
+.**  ------ major sections --------
 .im cpp_frame.im
+.im jhash.im
+.im alarm.im
+.im metrics.im
+.im config.im
 
 &h1(Example Programmes)
 The following sections contain several example programmes which are written on
 top of the C++ framework.
+All of these examples are available in the code repository RIC xAPP C++ framework available via
+the following URL:
+&space
+
+.** indent gets round a space bug in RST
+&center_start
+&indent
+&cw( https^://gerrit.o-ran-sc.org/r/admin/repos/ric-plt/xapp-frame-cpp )
+&uindent
+&center_end
 
 .im example1.im
 .im example2.im
 .im example3.im
+.im example4.im
+.im example5.im