diff --git a/doc/_templates/index.html b/doc/_templates/index.html
deleted file mode 100644
index 689d3c15..00000000
--- a/doc/_templates/index.html
+++ /dev/null
@@ -1,193 +0,0 @@
-{% extends "layout.html" %}
-
-{% block footer %}
-{{ super() }}
-
-{% endblock %}
-
-
-{% set title = 'Home' %}
-{% block body %}
-
-
-
-
-
-
- Introduction
-
- Why {{project}} and what does it provide?
-
-
-
-
- Green's functions
-
- Learn how to use local Green's functions.
-
-
-
-
- Manage and analyze data
-
- Archiving in HDF5, plotting, fitting, scripting...
-
-
- |
-
-
-
- Installation
-
- Quickly install {{project}} to your system.
-
-
-
-
-
- Bravais lattices and related tools
-
- See how to use simple lattices in {{project}}.
-
-
- |
-
-
-
-
-
-
- Quantum impurity solvers & DMFT
-
- Use quantum impurity solvers with {{project}}.
-
-
- |
-
-
-
- Wien2TRIQS
-
- Use {{project}} in realistic calculations.
-
-
- |
-
-
-
-
-
-
-
-
- Develop with TRIQS
-
- A guide to the development of projects using TRIQS.
-
-
- |
-
-
-
- Array library
-
- C++ multi-dimensional arrays.
-
-
- |
-
-
-
-
-
-
-
- Monte-Carlo Tools
-
- Quickly write Monte-Carlo codes.
-
-
- |
-
-
-
- Fast update of matrices
-
- A simple class for fast update of determinant and inverse ...
-
-
- |
-
-
-
-
-
-
-
- Utility
-
- Exceptions, macros, etc...
-
-
- |
-
-
-
-
-
-
-
-
-
-
- Frequently asked questions
-
- Find answers to the most common questions.
-
-
-
-
-
- License, citations and disclaimer
-
- Under what license is TRIQS? How to cite TRIQS.
-
-
-
- |
-
-
-
- The TRIQS collaboration
-
- Who's behind {{project}}? Find the list of contributors here!
-
-
- |
-
-
-
-
-{% endblock %}
diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html
deleted file mode 100644
index 70cedcb7..00000000
--- a/doc/_templates/layout.html
+++ /dev/null
@@ -1,19 +0,0 @@
-{% extends "!layout.html" %}
-
-{% block extrahead %}
-{{ super() }}
-
-{% endblock %}
-
diff --git a/doc/applications.rst b/doc/applications.rst
new file mode 100644
index 00000000..c6500c52
--- /dev/null
+++ b/doc/applications.rst
@@ -0,0 +1,33 @@
+.. _applications:
+
+Applications based on TRIQS
+===========================
+
+
+Wien2TRIQS
+----------
+
+Wien2TRIQS is an interface to Wien2k for LDA+DMFT calculation. It allows
+you to turn band-structure calculations obtained from the Wien2k package to
+inputs to full-fledged LDA+DMFT calculations in a few lines!
+
+More info `here