diff --git a/.hgignore b/.hgignore
index 1035fb19..a5c1766f 100644
--- a/.hgignore
+++ b/.hgignore
@@ -3,14 +3,14 @@ syntax: glob
*.pyd*
*.pyc
*~
-*temp
-*.html
+*tmp
+*cy.html
\#*\#
doc/_build/*
doc/**generated/*
-doc/html.zip
+doc/**.zip
doc/ipynb/*_files/*.png
doc/ipynb/*.rst
diff --git a/doc/For_pypi_redirect/index.html b/doc/For_pypi_redirect/index.html
new file mode 100644
index 00000000..7b0bf9db
--- /dev/null
+++ b/doc/For_pypi_redirect/index.html
@@ -0,0 +1,14 @@
+
+
+ Redirection towards fluidsim.readthedocs.org
+
+
+
+
+ FluidSim's documentation is maintained elsewhere. You will be
+ redirected to the new documentation within 2 seconds. If the
+ browser does not automatically redirect you, you may want to go
+ to the destination
+ manually.
+
+
diff --git a/doc/index.rst b/doc/index.rst
index c8f3287a..2b74a84c 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -1,8 +1,8 @@
.. FluidDyn documentation master file, created by
sphinx-quickstart on Sun Mar 2 12:15:31 2014.
-Welcome to FluidSim's documentation!
-====================================
+FluidSim documentation
+======================
FluidSim is a framework for studying fluid dynamics with numerical
simulations using Python. It is part of the wider project `FluidDyn