From a70d73c3e6a822382d078f27b1e0692bc9fde660 Mon Sep 17 00:00:00 2001 From: paugier Date: Wed, 7 Oct 2015 14:25:50 +0200 Subject: [PATCH] Redirect pypi doc to readthedocs. --- .hgignore | 6 +++--- doc/For_pypi_redirect/index.html | 14 ++++++++++++++ doc/index.rst | 4 ++-- 3 files changed, 19 insertions(+), 5 deletions(-) create mode 100644 doc/For_pypi_redirect/index.html 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