From 2302e3c28b37138dc3f321508984e7496c66c006 Mon Sep 17 00:00:00 2001 From: Radu Ioan Fericean Date: Fri, 9 Mar 2012 12:23:26 +0200 Subject: [PATCH] integrated documentation at read the docs --- docs/index.rst | 4 ++++ docs/intro.rst | 11 +++++++++++ 2 files changed, 15 insertions(+) create mode 100644 docs/intro.rst diff --git a/docs/index.rst b/docs/index.rst index 366fd3c8c..2631f8e69 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -10,6 +10,10 @@ Contents: .. toctree:: :maxdepth: 2 + + intro + tutorial + arhitecture Indices and tables ================== diff --git a/docs/intro.rst b/docs/intro.rst new file mode 100644 index 000000000..45a61334d --- /dev/null +++ b/docs/intro.rst @@ -0,0 +1,11 @@ +Introduction +============ + +Features +-------- ++ Fast RatingEngine, holds all rating information into memory ++ Unlimited spanned timebased rating: considers both ActiveFrom/RateStartsAt ++ Unlimited rate profiles chanining for fallback ++ Rating Fields: ConnectFee, RateIn, RateOut ++ High accuracy rating: configurable to miliseconds ++ Flexible rates storage - plugin based rates loading \ No newline at end of file