User Interfaces
===============
+Python
+-------
+
+Of course all the TimeSide are available in our beloved python envionment.
+As IPython is really great for discovering objects with completion, writing notebooks, we strongly advise to install and use it::
+
+ sudo apt-get install ipython
+ ipython
+ >>> import timeside
+
+
Shell
------
vagrant halt
+Docker
+-------
+
+Docker is a great tool for developping and deploying processing environments! Our docker container includes all the necessary packages and environments for development and production with TimeSide.
+
+Simply pull our dev image and run::
+
+ sudo docker pull yomguy/timeside
+ sudo docker run -i -t yomguy/timeside bash
+
+To start a development process, it is advised to checkout the dev branch::
+
+ cd /root/apps/TimeSide
+ git checkout dev
+
+More infos: https://registry.hub.docker.com/u/yomguy/timeside/
+
+
Sponsors and Partners
=====================
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
-html_theme = 'default'
+# html_theme = 'default'
+import sphinx_rtd_theme
+html_theme = "sphinx_rtd_theme"
+html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
'djangorestframework',
'south',
'traits',
- 'networkx'
+ 'networkx',
+ 'sphinx_rtd_theme',
],
platforms=['OS Independent'],
license='Gnu Public License V2',