diff --git a/doc/_templates/index.html b/doc/_templates/index.html new file mode 100644 index 0000000..a7fd212 --- /dev/null +++ b/doc/_templates/index.html @@ -0,0 +1,117 @@ +{% extends "layout.html" %} +{% set title = _('Overview') %} +{% block body %} + +

{{ _('Welcome to Bonobo\'s Documentation') }}

+ +
+ +
+ +

+ {% trans %} + Bonobo is a line-by-line data-processing toolkit for python 3.5+ emphasizing simplicity and atomicity of + data transformations using a simple directed graph of python callables. + {% endtrans %} +

+ +

+ {% trans %} + It was originally created as a programmatic ETL (extract transform load) python 2.7+ library called rdc.etl, + to process tenth of millions of retail stock informations, and served this purpose for years. + {% endtrans %} +

+ +

+ {% trans %} + Bonobo is a clean full-rewrite of rdc.etl, for python 3.5+, and is now used for many ETL as well as non-ETL + use cases. For examples, it's pretty easy to write selenium based web crawlers, or twitter bots. As long as + a use case can be represented as a graph of callables interracting, Bonobo can be used. + {% endtrans %} +

+ +

Features

+ + + + + +

{% trans %}Documentation{% endtrans %}

+ + + + + + + + + + + + + + +
+ + + {%- if hasdoc('search') %} + {%- endif %} +
+ + + {%- if hasdoc('genindex') %} + {%- endif %} +
+ + + +
+ +

{% trans %} + You can also download PDF/EPUB versions of the Bonobo documentation: + PDF version, + EPUB version. + {% endtrans %} +

+ +{% endblock %} \ No newline at end of file diff --git a/doc/_templates/sidebarinfos.html b/doc/_templates/sidebarinfos.html index 0dabef2..32ead12 100644 --- a/doc/_templates/sidebarinfos.html +++ b/doc/_templates/sidebarinfos.html @@ -2,7 +2,7 @@

Join announcements list.

-

Follow @rdorgueil

+

Follow @monkcage