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