diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 00ca9168..3f8b501e 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -36,6 +36,7 @@ jobs: ${{ inputs.run-id }} env: GITHUB_TOKEN: ${{ github.token }} + working-directory: mpi4py - name: Update documentation contents run: | @@ -48,6 +49,7 @@ jobs: mv $docdir $version rm -f stable ln -sf $version stable + working-directory: mpi4py - name: Commit changes run: | @@ -57,6 +59,7 @@ jobs: version=$(cat version) git add $version stable git commit -m $version + working-directory: mpi4py - name: Show changes run: git show --stat diff --git a/index.md b/index.md index fd21c6f1..efcfb8b2 100644 --- a/index.md +++ b/index.md @@ -1,5 +1,5 @@ --- permalink: /index.html layout: default -redirect_to: /stable/ +redirect_to: /mpi4py/stable/ --- diff --git a/mpi4py.md b/mpi4py.md new file mode 100644 index 00000000..f898299e --- /dev/null +++ b/mpi4py.md @@ -0,0 +1,5 @@ +--- +permalink: /mpi4py/index.html +layout: default +redirect_to: /mpi4py/stable/ +--- diff --git a/2.0.0/CHANGES.html b/mpi4py/2.0.0/CHANGES.html similarity index 100% rename from 2.0.0/CHANGES.html rename to mpi4py/2.0.0/CHANGES.html diff --git a/2.0.0/LICENSE.html b/mpi4py/2.0.0/LICENSE.html similarity index 100% rename from 2.0.0/LICENSE.html rename to mpi4py/2.0.0/LICENSE.html diff --git a/2.0.0/apiref/api-objects.txt b/mpi4py/2.0.0/apiref/api-objects.txt similarity index 100% rename from 2.0.0/apiref/api-objects.txt rename to mpi4py/2.0.0/apiref/api-objects.txt diff --git a/2.0.0/apiref/class-tree.html b/mpi4py/2.0.0/apiref/class-tree.html similarity index 100% rename from 2.0.0/apiref/class-tree.html rename to mpi4py/2.0.0/apiref/class-tree.html diff --git a/2.0.0/apiref/class_hierarchy_for_cartcomm.png b/mpi4py/2.0.0/apiref/class_hierarchy_for_cartcomm.png similarity index 100% rename from 2.0.0/apiref/class_hierarchy_for_cartcomm.png rename to mpi4py/2.0.0/apiref/class_hierarchy_for_cartcomm.png diff --git a/2.0.0/apiref/class_hierarchy_for_comm.png b/mpi4py/2.0.0/apiref/class_hierarchy_for_comm.png similarity index 100% rename from 2.0.0/apiref/class_hierarchy_for_comm.png rename to mpi4py/2.0.0/apiref/class_hierarchy_for_comm.png diff --git a/2.0.0/apiref/class_hierarchy_for_datatype.png b/mpi4py/2.0.0/apiref/class_hierarchy_for_datatype.png similarity index 100% rename from 2.0.0/apiref/class_hierarchy_for_datatype.png rename to mpi4py/2.0.0/apiref/class_hierarchy_for_datatype.png diff --git a/2.0.0/apiref/class_hierarchy_for_distgraphc.png b/mpi4py/2.0.0/apiref/class_hierarchy_for_distgraphc.png similarity index 100% rename from 2.0.0/apiref/class_hierarchy_for_distgraphc.png rename to mpi4py/2.0.0/apiref/class_hierarchy_for_distgraphc.png diff --git a/2.0.0/apiref/class_hierarchy_for_errhandler.png b/mpi4py/2.0.0/apiref/class_hierarchy_for_errhandler.png similarity index 100% rename from 2.0.0/apiref/class_hierarchy_for_errhandler.png rename to mpi4py/2.0.0/apiref/class_hierarchy_for_errhandler.png diff --git a/2.0.0/apiref/class_hierarchy_for_exception.png b/mpi4py/2.0.0/apiref/class_hierarchy_for_exception.png similarity index 100% rename from 2.0.0/apiref/class_hierarchy_for_exception.png rename to mpi4py/2.0.0/apiref/class_hierarchy_for_exception.png diff --git a/2.0.0/apiref/class_hierarchy_for_file.png b/mpi4py/2.0.0/apiref/class_hierarchy_for_file.png similarity index 100% rename from 2.0.0/apiref/class_hierarchy_for_file.png rename to mpi4py/2.0.0/apiref/class_hierarchy_for_file.png diff --git a/2.0.0/apiref/class_hierarchy_for_graphcomm.png b/mpi4py/2.0.0/apiref/class_hierarchy_for_graphcomm.png similarity index 100% rename from 2.0.0/apiref/class_hierarchy_for_graphcomm.png rename to mpi4py/2.0.0/apiref/class_hierarchy_for_graphcomm.png diff --git a/2.0.0/apiref/class_hierarchy_for_grequest.png b/mpi4py/2.0.0/apiref/class_hierarchy_for_grequest.png similarity index 100% rename from 2.0.0/apiref/class_hierarchy_for_grequest.png rename to mpi4py/2.0.0/apiref/class_hierarchy_for_grequest.png diff --git a/2.0.0/apiref/class_hierarchy_for_group.png b/mpi4py/2.0.0/apiref/class_hierarchy_for_group.png similarity index 100% rename from 2.0.0/apiref/class_hierarchy_for_group.png rename to mpi4py/2.0.0/apiref/class_hierarchy_for_group.png diff --git a/2.0.0/apiref/class_hierarchy_for_info.png b/mpi4py/2.0.0/apiref/class_hierarchy_for_info.png similarity index 100% rename from 2.0.0/apiref/class_hierarchy_for_info.png rename to mpi4py/2.0.0/apiref/class_hierarchy_for_info.png diff --git a/2.0.0/apiref/class_hierarchy_for_intercomm.png b/mpi4py/2.0.0/apiref/class_hierarchy_for_intercomm.png similarity index 100% rename from 2.0.0/apiref/class_hierarchy_for_intercomm.png rename to mpi4py/2.0.0/apiref/class_hierarchy_for_intercomm.png diff --git a/2.0.0/apiref/class_hierarchy_for_intracomm.png b/mpi4py/2.0.0/apiref/class_hierarchy_for_intracomm.png similarity index 100% rename from 2.0.0/apiref/class_hierarchy_for_intracomm.png rename to mpi4py/2.0.0/apiref/class_hierarchy_for_intracomm.png diff --git a/2.0.0/apiref/class_hierarchy_for_message.png b/mpi4py/2.0.0/apiref/class_hierarchy_for_message.png similarity index 100% rename from 2.0.0/apiref/class_hierarchy_for_message.png rename to mpi4py/2.0.0/apiref/class_hierarchy_for_message.png diff --git a/2.0.0/apiref/class_hierarchy_for_op.png b/mpi4py/2.0.0/apiref/class_hierarchy_for_op.png similarity index 100% rename from 2.0.0/apiref/class_hierarchy_for_op.png rename to mpi4py/2.0.0/apiref/class_hierarchy_for_op.png diff --git a/2.0.0/apiref/class_hierarchy_for_prequest.png b/mpi4py/2.0.0/apiref/class_hierarchy_for_prequest.png similarity index 100% rename from 2.0.0/apiref/class_hierarchy_for_prequest.png rename to mpi4py/2.0.0/apiref/class_hierarchy_for_prequest.png diff --git a/2.0.0/apiref/class_hierarchy_for_request.png b/mpi4py/2.0.0/apiref/class_hierarchy_for_request.png similarity index 100% rename from 2.0.0/apiref/class_hierarchy_for_request.png rename to mpi4py/2.0.0/apiref/class_hierarchy_for_request.png diff --git a/2.0.0/apiref/class_hierarchy_for_status.png b/mpi4py/2.0.0/apiref/class_hierarchy_for_status.png similarity index 100% rename from 2.0.0/apiref/class_hierarchy_for_status.png rename to mpi4py/2.0.0/apiref/class_hierarchy_for_status.png diff --git a/2.0.0/apiref/class_hierarchy_for_topocomm.png b/mpi4py/2.0.0/apiref/class_hierarchy_for_topocomm.png similarity index 100% rename from 2.0.0/apiref/class_hierarchy_for_topocomm.png rename to mpi4py/2.0.0/apiref/class_hierarchy_for_topocomm.png diff --git a/2.0.0/apiref/class_hierarchy_for_win.png b/mpi4py/2.0.0/apiref/class_hierarchy_for_win.png similarity index 100% rename from 2.0.0/apiref/class_hierarchy_for_win.png rename to mpi4py/2.0.0/apiref/class_hierarchy_for_win.png diff --git a/2.0.0/apiref/crarr.png b/mpi4py/2.0.0/apiref/crarr.png similarity index 100% rename from 2.0.0/apiref/crarr.png rename to mpi4py/2.0.0/apiref/crarr.png diff --git a/2.0.0/apiref/epydoc.css b/mpi4py/2.0.0/apiref/epydoc.css similarity index 100% rename from 2.0.0/apiref/epydoc.css rename to mpi4py/2.0.0/apiref/epydoc.css diff --git a/2.0.0/apiref/epydoc.js b/mpi4py/2.0.0/apiref/epydoc.js similarity index 100% rename from 2.0.0/apiref/epydoc.js rename to mpi4py/2.0.0/apiref/epydoc.js diff --git a/2.0.0/apiref/frames.html b/mpi4py/2.0.0/apiref/frames.html similarity index 100% rename from 2.0.0/apiref/frames.html rename to mpi4py/2.0.0/apiref/frames.html diff --git a/2.0.0/apiref/help.html b/mpi4py/2.0.0/apiref/help.html similarity index 100% rename from 2.0.0/apiref/help.html rename to mpi4py/2.0.0/apiref/help.html diff --git a/2.0.0/apiref/identifier-index.html b/mpi4py/2.0.0/apiref/identifier-index.html similarity index 100% rename from 2.0.0/apiref/identifier-index.html rename to mpi4py/2.0.0/apiref/identifier-index.html diff --git a/2.0.0/apiref/index.html b/mpi4py/2.0.0/apiref/index.html similarity index 100% rename from 2.0.0/apiref/index.html rename to mpi4py/2.0.0/apiref/index.html diff --git a/2.0.0/apiref/module-tree.html b/mpi4py/2.0.0/apiref/module-tree.html similarity index 100% rename from 2.0.0/apiref/module-tree.html rename to mpi4py/2.0.0/apiref/module-tree.html diff --git a/2.0.0/apiref/mpi4py-module.html b/mpi4py/2.0.0/apiref/mpi4py-module.html similarity index 100% rename from 2.0.0/apiref/mpi4py-module.html rename to mpi4py/2.0.0/apiref/mpi4py-module.html diff --git a/2.0.0/apiref/mpi4py-pysrc.html b/mpi4py/2.0.0/apiref/mpi4py-pysrc.html similarity index 100% rename from 2.0.0/apiref/mpi4py-pysrc.html rename to mpi4py/2.0.0/apiref/mpi4py-pysrc.html diff --git a/2.0.0/apiref/mpi4py.MPI-module.html b/mpi4py/2.0.0/apiref/mpi4py.MPI-module.html similarity index 100% rename from 2.0.0/apiref/mpi4py.MPI-module.html rename to mpi4py/2.0.0/apiref/mpi4py.MPI-module.html diff --git a/2.0.0/apiref/mpi4py.MPI.Cartcomm-class.html b/mpi4py/2.0.0/apiref/mpi4py.MPI.Cartcomm-class.html similarity index 100% rename from 2.0.0/apiref/mpi4py.MPI.Cartcomm-class.html rename to mpi4py/2.0.0/apiref/mpi4py.MPI.Cartcomm-class.html diff --git a/2.0.0/apiref/mpi4py.MPI.Comm-class.html b/mpi4py/2.0.0/apiref/mpi4py.MPI.Comm-class.html similarity index 100% rename from 2.0.0/apiref/mpi4py.MPI.Comm-class.html rename to mpi4py/2.0.0/apiref/mpi4py.MPI.Comm-class.html diff --git a/2.0.0/apiref/mpi4py.MPI.Datatype-class.html b/mpi4py/2.0.0/apiref/mpi4py.MPI.Datatype-class.html similarity index 100% rename from 2.0.0/apiref/mpi4py.MPI.Datatype-class.html rename to mpi4py/2.0.0/apiref/mpi4py.MPI.Datatype-class.html diff --git a/2.0.0/apiref/mpi4py.MPI.Distgraphcomm-class.html b/mpi4py/2.0.0/apiref/mpi4py.MPI.Distgraphcomm-class.html similarity index 100% rename from 2.0.0/apiref/mpi4py.MPI.Distgraphcomm-class.html rename to mpi4py/2.0.0/apiref/mpi4py.MPI.Distgraphcomm-class.html diff --git a/2.0.0/apiref/mpi4py.MPI.Errhandler-class.html b/mpi4py/2.0.0/apiref/mpi4py.MPI.Errhandler-class.html similarity index 100% rename from 2.0.0/apiref/mpi4py.MPI.Errhandler-class.html rename to mpi4py/2.0.0/apiref/mpi4py.MPI.Errhandler-class.html diff --git a/2.0.0/apiref/mpi4py.MPI.Exception-class.html b/mpi4py/2.0.0/apiref/mpi4py.MPI.Exception-class.html similarity index 100% rename from 2.0.0/apiref/mpi4py.MPI.Exception-class.html rename to mpi4py/2.0.0/apiref/mpi4py.MPI.Exception-class.html diff --git a/2.0.0/apiref/mpi4py.MPI.File-class.html b/mpi4py/2.0.0/apiref/mpi4py.MPI.File-class.html similarity index 100% rename from 2.0.0/apiref/mpi4py.MPI.File-class.html rename to mpi4py/2.0.0/apiref/mpi4py.MPI.File-class.html diff --git a/2.0.0/apiref/mpi4py.MPI.Graphcomm-class.html b/mpi4py/2.0.0/apiref/mpi4py.MPI.Graphcomm-class.html similarity index 100% rename from 2.0.0/apiref/mpi4py.MPI.Graphcomm-class.html rename to mpi4py/2.0.0/apiref/mpi4py.MPI.Graphcomm-class.html diff --git a/2.0.0/apiref/mpi4py.MPI.Grequest-class.html b/mpi4py/2.0.0/apiref/mpi4py.MPI.Grequest-class.html similarity index 100% rename from 2.0.0/apiref/mpi4py.MPI.Grequest-class.html rename to mpi4py/2.0.0/apiref/mpi4py.MPI.Grequest-class.html diff --git a/2.0.0/apiref/mpi4py.MPI.Group-class.html b/mpi4py/2.0.0/apiref/mpi4py.MPI.Group-class.html similarity index 100% rename from 2.0.0/apiref/mpi4py.MPI.Group-class.html rename to mpi4py/2.0.0/apiref/mpi4py.MPI.Group-class.html diff --git a/2.0.0/apiref/mpi4py.MPI.Info-class.html b/mpi4py/2.0.0/apiref/mpi4py.MPI.Info-class.html similarity index 100% rename from 2.0.0/apiref/mpi4py.MPI.Info-class.html rename to mpi4py/2.0.0/apiref/mpi4py.MPI.Info-class.html diff --git a/2.0.0/apiref/mpi4py.MPI.Intercomm-class.html b/mpi4py/2.0.0/apiref/mpi4py.MPI.Intercomm-class.html similarity index 100% rename from 2.0.0/apiref/mpi4py.MPI.Intercomm-class.html rename to mpi4py/2.0.0/apiref/mpi4py.MPI.Intercomm-class.html diff --git a/2.0.0/apiref/mpi4py.MPI.Intracomm-class.html b/mpi4py/2.0.0/apiref/mpi4py.MPI.Intracomm-class.html similarity index 100% rename from 2.0.0/apiref/mpi4py.MPI.Intracomm-class.html rename to mpi4py/2.0.0/apiref/mpi4py.MPI.Intracomm-class.html diff --git a/2.0.0/apiref/mpi4py.MPI.Message-class.html b/mpi4py/2.0.0/apiref/mpi4py.MPI.Message-class.html similarity index 100% rename from 2.0.0/apiref/mpi4py.MPI.Message-class.html rename to mpi4py/2.0.0/apiref/mpi4py.MPI.Message-class.html diff --git a/2.0.0/apiref/mpi4py.MPI.Op-class.html b/mpi4py/2.0.0/apiref/mpi4py.MPI.Op-class.html similarity index 100% rename from 2.0.0/apiref/mpi4py.MPI.Op-class.html rename to mpi4py/2.0.0/apiref/mpi4py.MPI.Op-class.html diff --git a/2.0.0/apiref/mpi4py.MPI.Prequest-class.html b/mpi4py/2.0.0/apiref/mpi4py.MPI.Prequest-class.html similarity index 100% rename from 2.0.0/apiref/mpi4py.MPI.Prequest-class.html rename to mpi4py/2.0.0/apiref/mpi4py.MPI.Prequest-class.html diff --git a/2.0.0/apiref/mpi4py.MPI.Request-class.html b/mpi4py/2.0.0/apiref/mpi4py.MPI.Request-class.html similarity index 100% rename from 2.0.0/apiref/mpi4py.MPI.Request-class.html rename to mpi4py/2.0.0/apiref/mpi4py.MPI.Request-class.html diff --git a/2.0.0/apiref/mpi4py.MPI.Status-class.html b/mpi4py/2.0.0/apiref/mpi4py.MPI.Status-class.html similarity index 100% rename from 2.0.0/apiref/mpi4py.MPI.Status-class.html rename to mpi4py/2.0.0/apiref/mpi4py.MPI.Status-class.html diff --git a/2.0.0/apiref/mpi4py.MPI.Topocomm-class.html b/mpi4py/2.0.0/apiref/mpi4py.MPI.Topocomm-class.html similarity index 100% rename from 2.0.0/apiref/mpi4py.MPI.Topocomm-class.html rename to mpi4py/2.0.0/apiref/mpi4py.MPI.Topocomm-class.html diff --git a/2.0.0/apiref/mpi4py.MPI.Win-class.html b/mpi4py/2.0.0/apiref/mpi4py.MPI.Win-class.html similarity index 100% rename from 2.0.0/apiref/mpi4py.MPI.Win-class.html rename to mpi4py/2.0.0/apiref/mpi4py.MPI.Win-class.html diff --git a/2.0.0/apiref/mpi4py.__main__-module.html b/mpi4py/2.0.0/apiref/mpi4py.__main__-module.html similarity index 100% rename from 2.0.0/apiref/mpi4py.__main__-module.html rename to mpi4py/2.0.0/apiref/mpi4py.__main__-module.html diff --git a/2.0.0/apiref/mpi4py.__main__-pysrc.html b/mpi4py/2.0.0/apiref/mpi4py.__main__-pysrc.html similarity index 100% rename from 2.0.0/apiref/mpi4py.__main__-pysrc.html rename to mpi4py/2.0.0/apiref/mpi4py.__main__-pysrc.html diff --git a/2.0.0/apiref/mpi4py.dl-module.html b/mpi4py/2.0.0/apiref/mpi4py.dl-module.html similarity index 100% rename from 2.0.0/apiref/mpi4py.dl-module.html rename to mpi4py/2.0.0/apiref/mpi4py.dl-module.html diff --git a/2.0.0/apiref/redirect.html b/mpi4py/2.0.0/apiref/redirect.html similarity index 100% rename from 2.0.0/apiref/redirect.html rename to mpi4py/2.0.0/apiref/redirect.html diff --git a/2.0.0/apiref/toc-everything.html b/mpi4py/2.0.0/apiref/toc-everything.html similarity index 100% rename from 2.0.0/apiref/toc-everything.html rename to mpi4py/2.0.0/apiref/toc-everything.html diff --git a/2.0.0/apiref/toc-mpi4py-module.html b/mpi4py/2.0.0/apiref/toc-mpi4py-module.html similarity index 100% rename from 2.0.0/apiref/toc-mpi4py-module.html rename to mpi4py/2.0.0/apiref/toc-mpi4py-module.html diff --git a/2.0.0/apiref/toc-mpi4py.MPI-module.html b/mpi4py/2.0.0/apiref/toc-mpi4py.MPI-module.html similarity index 100% rename from 2.0.0/apiref/toc-mpi4py.MPI-module.html rename to mpi4py/2.0.0/apiref/toc-mpi4py.MPI-module.html diff --git a/2.0.0/apiref/toc-mpi4py.__main__-module.html b/mpi4py/2.0.0/apiref/toc-mpi4py.__main__-module.html similarity index 100% rename from 2.0.0/apiref/toc-mpi4py.__main__-module.html rename to mpi4py/2.0.0/apiref/toc-mpi4py.__main__-module.html diff --git a/2.0.0/apiref/toc-mpi4py.dl-module.html b/mpi4py/2.0.0/apiref/toc-mpi4py.dl-module.html similarity index 100% rename from 2.0.0/apiref/toc-mpi4py.dl-module.html rename to mpi4py/2.0.0/apiref/toc-mpi4py.dl-module.html diff --git a/2.0.0/apiref/toc.html b/mpi4py/2.0.0/apiref/toc.html similarity index 100% rename from 2.0.0/apiref/toc.html rename to mpi4py/2.0.0/apiref/toc.html diff --git a/2.0.0/index.html b/mpi4py/2.0.0/index.html similarity index 100% rename from 2.0.0/index.html rename to mpi4py/2.0.0/index.html diff --git a/2.0.0/index.rst b/mpi4py/2.0.0/index.rst similarity index 100% rename from 2.0.0/index.rst rename to mpi4py/2.0.0/index.rst diff --git a/2.0.0/mpi4py.1 b/mpi4py/2.0.0/mpi4py.1 similarity index 100% rename from 2.0.0/mpi4py.1 rename to mpi4py/2.0.0/mpi4py.1 diff --git a/2.0.0/mpi4py.info b/mpi4py/2.0.0/mpi4py.info similarity index 100% rename from 2.0.0/mpi4py.info rename to mpi4py/2.0.0/mpi4py.info diff --git a/2.0.0/mpi4py.pdf b/mpi4py/2.0.0/mpi4py.pdf similarity index 100% rename from 2.0.0/mpi4py.pdf rename to mpi4py/2.0.0/mpi4py.pdf diff --git a/2.0.0/source/usrman/Makefile b/mpi4py/2.0.0/source/usrman/Makefile similarity index 100% rename from 2.0.0/source/usrman/Makefile rename to mpi4py/2.0.0/source/usrman/Makefile diff --git a/2.0.0/source/usrman/abstract.txt b/mpi4py/2.0.0/source/usrman/abstract.txt similarity index 100% rename from 2.0.0/source/usrman/abstract.txt rename to mpi4py/2.0.0/source/usrman/abstract.txt diff --git a/2.0.0/source/usrman/appendix.rst b/mpi4py/2.0.0/source/usrman/appendix.rst similarity index 100% rename from 2.0.0/source/usrman/appendix.rst rename to mpi4py/2.0.0/source/usrman/appendix.rst diff --git a/2.0.0/source/usrman/citing.rst b/mpi4py/2.0.0/source/usrman/citing.rst similarity index 100% rename from 2.0.0/source/usrman/citing.rst rename to mpi4py/2.0.0/source/usrman/citing.rst diff --git a/2.0.0/source/usrman/conf.py b/mpi4py/2.0.0/source/usrman/conf.py similarity index 100% rename from 2.0.0/source/usrman/conf.py rename to mpi4py/2.0.0/source/usrman/conf.py diff --git a/2.0.0/source/usrman/index.rst b/mpi4py/2.0.0/source/usrman/index.rst similarity index 100% rename from 2.0.0/source/usrman/index.rst rename to mpi4py/2.0.0/source/usrman/index.rst diff --git a/2.0.0/source/usrman/install.rst b/mpi4py/2.0.0/source/usrman/install.rst similarity index 100% rename from 2.0.0/source/usrman/install.rst rename to mpi4py/2.0.0/source/usrman/install.rst diff --git a/2.0.0/source/usrman/intro.rst b/mpi4py/2.0.0/source/usrman/intro.rst similarity index 100% rename from 2.0.0/source/usrman/intro.rst rename to mpi4py/2.0.0/source/usrman/intro.rst diff --git a/2.0.0/source/usrman/make.bat b/mpi4py/2.0.0/source/usrman/make.bat similarity index 100% rename from 2.0.0/source/usrman/make.bat rename to mpi4py/2.0.0/source/usrman/make.bat diff --git a/2.0.0/source/usrman/manual.rst b/mpi4py/2.0.0/source/usrman/manual.rst similarity index 100% rename from 2.0.0/source/usrman/manual.rst rename to mpi4py/2.0.0/source/usrman/manual.rst diff --git a/2.0.0/source/usrman/overview.rst b/mpi4py/2.0.0/source/usrman/overview.rst similarity index 100% rename from 2.0.0/source/usrman/overview.rst rename to mpi4py/2.0.0/source/usrman/overview.rst diff --git a/2.0.0/source/usrman/sphinxfix.sty b/mpi4py/2.0.0/source/usrman/sphinxfix.sty similarity index 100% rename from 2.0.0/source/usrman/sphinxfix.sty rename to mpi4py/2.0.0/source/usrman/sphinxfix.sty diff --git a/2.0.0/source/usrman/toctree.txt b/mpi4py/2.0.0/source/usrman/toctree.txt similarity index 100% rename from 2.0.0/source/usrman/toctree.txt rename to mpi4py/2.0.0/source/usrman/toctree.txt diff --git a/2.0.0/source/usrman/tutorial.rst b/mpi4py/2.0.0/source/usrman/tutorial.rst similarity index 100% rename from 2.0.0/source/usrman/tutorial.rst rename to mpi4py/2.0.0/source/usrman/tutorial.rst diff --git a/2.0.0/usrman/_sources/appendix.txt b/mpi4py/2.0.0/usrman/_sources/appendix.txt similarity index 100% rename from 2.0.0/usrman/_sources/appendix.txt rename to mpi4py/2.0.0/usrman/_sources/appendix.txt diff --git a/2.0.0/usrman/_sources/citing.txt b/mpi4py/2.0.0/usrman/_sources/citing.txt similarity index 100% rename from 2.0.0/usrman/_sources/citing.txt rename to mpi4py/2.0.0/usrman/_sources/citing.txt diff --git a/2.0.0/usrman/_sources/index.txt b/mpi4py/2.0.0/usrman/_sources/index.txt similarity index 100% rename from 2.0.0/usrman/_sources/index.txt rename to mpi4py/2.0.0/usrman/_sources/index.txt diff --git a/2.0.0/usrman/_sources/install.txt b/mpi4py/2.0.0/usrman/_sources/install.txt similarity index 100% rename from 2.0.0/usrman/_sources/install.txt rename to mpi4py/2.0.0/usrman/_sources/install.txt diff --git a/2.0.0/usrman/_sources/intro.txt b/mpi4py/2.0.0/usrman/_sources/intro.txt similarity index 100% rename from 2.0.0/usrman/_sources/intro.txt rename to mpi4py/2.0.0/usrman/_sources/intro.txt diff --git a/2.0.0/usrman/_sources/manual.txt b/mpi4py/2.0.0/usrman/_sources/manual.txt similarity index 100% rename from 2.0.0/usrman/_sources/manual.txt rename to mpi4py/2.0.0/usrman/_sources/manual.txt diff --git a/2.0.0/usrman/_sources/overview.txt b/mpi4py/2.0.0/usrman/_sources/overview.txt similarity index 100% rename from 2.0.0/usrman/_sources/overview.txt rename to mpi4py/2.0.0/usrman/_sources/overview.txt diff --git a/2.0.0/usrman/_sources/tutorial.txt b/mpi4py/2.0.0/usrman/_sources/tutorial.txt similarity index 100% rename from 2.0.0/usrman/_sources/tutorial.txt rename to mpi4py/2.0.0/usrman/_sources/tutorial.txt diff --git a/2.0.0/usrman/_static/ajax-loader.gif b/mpi4py/2.0.0/usrman/_static/ajax-loader.gif similarity index 100% rename from 2.0.0/usrman/_static/ajax-loader.gif rename to mpi4py/2.0.0/usrman/_static/ajax-loader.gif diff --git a/2.0.0/usrman/_static/basic.css b/mpi4py/2.0.0/usrman/_static/basic.css similarity index 100% rename from 2.0.0/usrman/_static/basic.css rename to mpi4py/2.0.0/usrman/_static/basic.css diff --git a/2.0.0/usrman/_static/comment-bright.png b/mpi4py/2.0.0/usrman/_static/comment-bright.png similarity index 100% rename from 2.0.0/usrman/_static/comment-bright.png rename to mpi4py/2.0.0/usrman/_static/comment-bright.png diff --git a/2.0.0/usrman/_static/comment-close.png b/mpi4py/2.0.0/usrman/_static/comment-close.png similarity index 100% rename from 2.0.0/usrman/_static/comment-close.png rename to mpi4py/2.0.0/usrman/_static/comment-close.png diff --git a/2.0.0/usrman/_static/comment.png b/mpi4py/2.0.0/usrman/_static/comment.png similarity index 100% rename from 2.0.0/usrman/_static/comment.png rename to mpi4py/2.0.0/usrman/_static/comment.png diff --git a/2.0.0/usrman/_static/default.css b/mpi4py/2.0.0/usrman/_static/default.css similarity index 100% rename from 2.0.0/usrman/_static/default.css rename to mpi4py/2.0.0/usrman/_static/default.css diff --git a/2.0.0/usrman/_static/doctools.js b/mpi4py/2.0.0/usrman/_static/doctools.js similarity index 100% rename from 2.0.0/usrman/_static/doctools.js rename to mpi4py/2.0.0/usrman/_static/doctools.js diff --git a/2.0.0/usrman/_static/down-pressed.png b/mpi4py/2.0.0/usrman/_static/down-pressed.png similarity index 100% rename from 2.0.0/usrman/_static/down-pressed.png rename to mpi4py/2.0.0/usrman/_static/down-pressed.png diff --git a/2.0.0/usrman/_static/down.png b/mpi4py/2.0.0/usrman/_static/down.png similarity index 100% rename from 2.0.0/usrman/_static/down.png rename to mpi4py/2.0.0/usrman/_static/down.png diff --git a/2.0.0/usrman/_static/file.png b/mpi4py/2.0.0/usrman/_static/file.png similarity index 100% rename from 2.0.0/usrman/_static/file.png rename to mpi4py/2.0.0/usrman/_static/file.png diff --git a/2.0.0/usrman/_static/jquery.js b/mpi4py/2.0.0/usrman/_static/jquery.js similarity index 100% rename from 2.0.0/usrman/_static/jquery.js rename to mpi4py/2.0.0/usrman/_static/jquery.js diff --git a/2.0.0/usrman/_static/minus.png b/mpi4py/2.0.0/usrman/_static/minus.png similarity index 100% rename from 2.0.0/usrman/_static/minus.png rename to mpi4py/2.0.0/usrman/_static/minus.png diff --git a/2.0.0/usrman/_static/plus.png b/mpi4py/2.0.0/usrman/_static/plus.png similarity index 100% rename from 2.0.0/usrman/_static/plus.png rename to mpi4py/2.0.0/usrman/_static/plus.png diff --git a/2.0.0/usrman/_static/pygments.css b/mpi4py/2.0.0/usrman/_static/pygments.css similarity index 100% rename from 2.0.0/usrman/_static/pygments.css rename to mpi4py/2.0.0/usrman/_static/pygments.css diff --git a/2.0.0/usrman/_static/searchtools.js b/mpi4py/2.0.0/usrman/_static/searchtools.js similarity index 100% rename from 2.0.0/usrman/_static/searchtools.js rename to mpi4py/2.0.0/usrman/_static/searchtools.js diff --git a/2.0.0/usrman/_static/sidebar.js b/mpi4py/2.0.0/usrman/_static/sidebar.js similarity index 100% rename from 2.0.0/usrman/_static/sidebar.js rename to mpi4py/2.0.0/usrman/_static/sidebar.js diff --git a/2.0.0/usrman/_static/underscore.js b/mpi4py/2.0.0/usrman/_static/underscore.js similarity index 100% rename from 2.0.0/usrman/_static/underscore.js rename to mpi4py/2.0.0/usrman/_static/underscore.js diff --git a/2.0.0/usrman/_static/up-pressed.png b/mpi4py/2.0.0/usrman/_static/up-pressed.png similarity index 100% rename from 2.0.0/usrman/_static/up-pressed.png rename to mpi4py/2.0.0/usrman/_static/up-pressed.png diff --git a/2.0.0/usrman/_static/up.png b/mpi4py/2.0.0/usrman/_static/up.png similarity index 100% rename from 2.0.0/usrman/_static/up.png rename to mpi4py/2.0.0/usrman/_static/up.png diff --git a/2.0.0/usrman/_static/websupport.js b/mpi4py/2.0.0/usrman/_static/websupport.js similarity index 100% rename from 2.0.0/usrman/_static/websupport.js rename to mpi4py/2.0.0/usrman/_static/websupport.js diff --git a/2.0.0/usrman/appendix.html b/mpi4py/2.0.0/usrman/appendix.html similarity index 100% rename from 2.0.0/usrman/appendix.html rename to mpi4py/2.0.0/usrman/appendix.html diff --git a/2.0.0/usrman/citing.html b/mpi4py/2.0.0/usrman/citing.html similarity index 100% rename from 2.0.0/usrman/citing.html rename to mpi4py/2.0.0/usrman/citing.html diff --git a/2.0.0/usrman/genindex.html b/mpi4py/2.0.0/usrman/genindex.html similarity index 100% rename from 2.0.0/usrman/genindex.html rename to mpi4py/2.0.0/usrman/genindex.html diff --git a/2.0.0/usrman/index.html b/mpi4py/2.0.0/usrman/index.html similarity index 100% rename from 2.0.0/usrman/index.html rename to mpi4py/2.0.0/usrman/index.html diff --git a/2.0.0/usrman/install.html b/mpi4py/2.0.0/usrman/install.html similarity index 100% rename from 2.0.0/usrman/install.html rename to mpi4py/2.0.0/usrman/install.html diff --git a/2.0.0/usrman/intro.html b/mpi4py/2.0.0/usrman/intro.html similarity index 100% rename from 2.0.0/usrman/intro.html rename to mpi4py/2.0.0/usrman/intro.html diff --git a/2.0.0/usrman/manual.html b/mpi4py/2.0.0/usrman/manual.html similarity index 100% rename from 2.0.0/usrman/manual.html rename to mpi4py/2.0.0/usrman/manual.html diff --git a/2.0.0/usrman/objects.inv b/mpi4py/2.0.0/usrman/objects.inv similarity index 100% rename from 2.0.0/usrman/objects.inv rename to mpi4py/2.0.0/usrman/objects.inv diff --git a/2.0.0/usrman/overview.html b/mpi4py/2.0.0/usrman/overview.html similarity index 100% rename from 2.0.0/usrman/overview.html rename to mpi4py/2.0.0/usrman/overview.html diff --git a/2.0.0/usrman/search.html b/mpi4py/2.0.0/usrman/search.html similarity index 100% rename from 2.0.0/usrman/search.html rename to mpi4py/2.0.0/usrman/search.html diff --git a/2.0.0/usrman/searchindex.js b/mpi4py/2.0.0/usrman/searchindex.js similarity index 100% rename from 2.0.0/usrman/searchindex.js rename to mpi4py/2.0.0/usrman/searchindex.js diff --git a/2.0.0/usrman/tutorial.html b/mpi4py/2.0.0/usrman/tutorial.html similarity index 100% rename from 2.0.0/usrman/tutorial.html rename to mpi4py/2.0.0/usrman/tutorial.html diff --git a/3.0.0/CHANGES.html b/mpi4py/3.0.0/CHANGES.html similarity index 100% rename from 3.0.0/CHANGES.html rename to mpi4py/3.0.0/CHANGES.html diff --git a/3.0.0/LICENSE.html b/mpi4py/3.0.0/LICENSE.html similarity index 100% rename from 3.0.0/LICENSE.html rename to mpi4py/3.0.0/LICENSE.html diff --git a/3.0.0/apiref/api-objects.txt b/mpi4py/3.0.0/apiref/api-objects.txt similarity index 100% rename from 3.0.0/apiref/api-objects.txt rename to mpi4py/3.0.0/apiref/api-objects.txt diff --git a/3.0.0/apiref/class-tree.html b/mpi4py/3.0.0/apiref/class-tree.html similarity index 100% rename from 3.0.0/apiref/class-tree.html rename to mpi4py/3.0.0/apiref/class-tree.html diff --git a/3.0.0/apiref/crarr.png b/mpi4py/3.0.0/apiref/crarr.png similarity index 100% rename from 3.0.0/apiref/crarr.png rename to mpi4py/3.0.0/apiref/crarr.png diff --git a/3.0.0/apiref/epydoc.css b/mpi4py/3.0.0/apiref/epydoc.css similarity index 100% rename from 3.0.0/apiref/epydoc.css rename to mpi4py/3.0.0/apiref/epydoc.css diff --git a/3.0.0/apiref/epydoc.js b/mpi4py/3.0.0/apiref/epydoc.js similarity index 100% rename from 3.0.0/apiref/epydoc.js rename to mpi4py/3.0.0/apiref/epydoc.js diff --git a/3.0.0/apiref/frames.html b/mpi4py/3.0.0/apiref/frames.html similarity index 100% rename from 3.0.0/apiref/frames.html rename to mpi4py/3.0.0/apiref/frames.html diff --git a/3.0.0/apiref/help.html b/mpi4py/3.0.0/apiref/help.html similarity index 100% rename from 3.0.0/apiref/help.html rename to mpi4py/3.0.0/apiref/help.html diff --git a/3.0.0/apiref/identifier-index.html b/mpi4py/3.0.0/apiref/identifier-index.html similarity index 100% rename from 3.0.0/apiref/identifier-index.html rename to mpi4py/3.0.0/apiref/identifier-index.html diff --git a/3.0.0/apiref/index.html b/mpi4py/3.0.0/apiref/index.html similarity index 100% rename from 3.0.0/apiref/index.html rename to mpi4py/3.0.0/apiref/index.html diff --git a/3.0.0/apiref/module-tree.html b/mpi4py/3.0.0/apiref/module-tree.html similarity index 100% rename from 3.0.0/apiref/module-tree.html rename to mpi4py/3.0.0/apiref/module-tree.html diff --git a/3.0.0/apiref/mpi4py-module.html b/mpi4py/3.0.0/apiref/mpi4py-module.html similarity index 100% rename from 3.0.0/apiref/mpi4py-module.html rename to mpi4py/3.0.0/apiref/mpi4py-module.html diff --git a/3.0.0/apiref/mpi4py-pysrc.html b/mpi4py/3.0.0/apiref/mpi4py-pysrc.html similarity index 100% rename from 3.0.0/apiref/mpi4py-pysrc.html rename to mpi4py/3.0.0/apiref/mpi4py-pysrc.html diff --git a/3.0.0/apiref/mpi4py.MPI-module.html b/mpi4py/3.0.0/apiref/mpi4py.MPI-module.html similarity index 100% rename from 3.0.0/apiref/mpi4py.MPI-module.html rename to mpi4py/3.0.0/apiref/mpi4py.MPI-module.html diff --git a/3.0.0/apiref/mpi4py.MPI.Cartcomm-class.html b/mpi4py/3.0.0/apiref/mpi4py.MPI.Cartcomm-class.html similarity index 100% rename from 3.0.0/apiref/mpi4py.MPI.Cartcomm-class.html rename to mpi4py/3.0.0/apiref/mpi4py.MPI.Cartcomm-class.html diff --git a/3.0.0/apiref/mpi4py.MPI.Comm-class.html b/mpi4py/3.0.0/apiref/mpi4py.MPI.Comm-class.html similarity index 100% rename from 3.0.0/apiref/mpi4py.MPI.Comm-class.html rename to mpi4py/3.0.0/apiref/mpi4py.MPI.Comm-class.html diff --git a/3.0.0/apiref/mpi4py.MPI.Datatype-class.html b/mpi4py/3.0.0/apiref/mpi4py.MPI.Datatype-class.html similarity index 100% rename from 3.0.0/apiref/mpi4py.MPI.Datatype-class.html rename to mpi4py/3.0.0/apiref/mpi4py.MPI.Datatype-class.html diff --git a/3.0.0/apiref/mpi4py.MPI.Distgraphcomm-class.html b/mpi4py/3.0.0/apiref/mpi4py.MPI.Distgraphcomm-class.html similarity index 100% rename from 3.0.0/apiref/mpi4py.MPI.Distgraphcomm-class.html rename to mpi4py/3.0.0/apiref/mpi4py.MPI.Distgraphcomm-class.html diff --git a/3.0.0/apiref/mpi4py.MPI.Errhandler-class.html b/mpi4py/3.0.0/apiref/mpi4py.MPI.Errhandler-class.html similarity index 100% rename from 3.0.0/apiref/mpi4py.MPI.Errhandler-class.html rename to mpi4py/3.0.0/apiref/mpi4py.MPI.Errhandler-class.html diff --git a/3.0.0/apiref/mpi4py.MPI.Exception-class.html b/mpi4py/3.0.0/apiref/mpi4py.MPI.Exception-class.html similarity index 100% rename from 3.0.0/apiref/mpi4py.MPI.Exception-class.html rename to mpi4py/3.0.0/apiref/mpi4py.MPI.Exception-class.html diff --git a/3.0.0/apiref/mpi4py.MPI.File-class.html b/mpi4py/3.0.0/apiref/mpi4py.MPI.File-class.html similarity index 100% rename from 3.0.0/apiref/mpi4py.MPI.File-class.html rename to mpi4py/3.0.0/apiref/mpi4py.MPI.File-class.html diff --git a/3.0.0/apiref/mpi4py.MPI.Graphcomm-class.html b/mpi4py/3.0.0/apiref/mpi4py.MPI.Graphcomm-class.html similarity index 100% rename from 3.0.0/apiref/mpi4py.MPI.Graphcomm-class.html rename to mpi4py/3.0.0/apiref/mpi4py.MPI.Graphcomm-class.html diff --git a/3.0.0/apiref/mpi4py.MPI.Grequest-class.html b/mpi4py/3.0.0/apiref/mpi4py.MPI.Grequest-class.html similarity index 100% rename from 3.0.0/apiref/mpi4py.MPI.Grequest-class.html rename to mpi4py/3.0.0/apiref/mpi4py.MPI.Grequest-class.html diff --git a/3.0.0/apiref/mpi4py.MPI.Group-class.html b/mpi4py/3.0.0/apiref/mpi4py.MPI.Group-class.html similarity index 100% rename from 3.0.0/apiref/mpi4py.MPI.Group-class.html rename to mpi4py/3.0.0/apiref/mpi4py.MPI.Group-class.html diff --git a/3.0.0/apiref/mpi4py.MPI.Info-class.html b/mpi4py/3.0.0/apiref/mpi4py.MPI.Info-class.html similarity index 100% rename from 3.0.0/apiref/mpi4py.MPI.Info-class.html rename to mpi4py/3.0.0/apiref/mpi4py.MPI.Info-class.html diff --git a/3.0.0/apiref/mpi4py.MPI.Intercomm-class.html b/mpi4py/3.0.0/apiref/mpi4py.MPI.Intercomm-class.html similarity index 100% rename from 3.0.0/apiref/mpi4py.MPI.Intercomm-class.html rename to mpi4py/3.0.0/apiref/mpi4py.MPI.Intercomm-class.html diff --git a/3.0.0/apiref/mpi4py.MPI.Intracomm-class.html b/mpi4py/3.0.0/apiref/mpi4py.MPI.Intracomm-class.html similarity index 100% rename from 3.0.0/apiref/mpi4py.MPI.Intracomm-class.html rename to mpi4py/3.0.0/apiref/mpi4py.MPI.Intracomm-class.html diff --git a/3.0.0/apiref/mpi4py.MPI.Message-class.html b/mpi4py/3.0.0/apiref/mpi4py.MPI.Message-class.html similarity index 100% rename from 3.0.0/apiref/mpi4py.MPI.Message-class.html rename to mpi4py/3.0.0/apiref/mpi4py.MPI.Message-class.html diff --git a/3.0.0/apiref/mpi4py.MPI.Op-class.html b/mpi4py/3.0.0/apiref/mpi4py.MPI.Op-class.html similarity index 100% rename from 3.0.0/apiref/mpi4py.MPI.Op-class.html rename to mpi4py/3.0.0/apiref/mpi4py.MPI.Op-class.html diff --git a/3.0.0/apiref/mpi4py.MPI.Prequest-class.html b/mpi4py/3.0.0/apiref/mpi4py.MPI.Prequest-class.html similarity index 100% rename from 3.0.0/apiref/mpi4py.MPI.Prequest-class.html rename to mpi4py/3.0.0/apiref/mpi4py.MPI.Prequest-class.html diff --git a/3.0.0/apiref/mpi4py.MPI.Request-class.html b/mpi4py/3.0.0/apiref/mpi4py.MPI.Request-class.html similarity index 100% rename from 3.0.0/apiref/mpi4py.MPI.Request-class.html rename to mpi4py/3.0.0/apiref/mpi4py.MPI.Request-class.html diff --git a/3.0.0/apiref/mpi4py.MPI.Status-class.html b/mpi4py/3.0.0/apiref/mpi4py.MPI.Status-class.html similarity index 100% rename from 3.0.0/apiref/mpi4py.MPI.Status-class.html rename to mpi4py/3.0.0/apiref/mpi4py.MPI.Status-class.html diff --git a/3.0.0/apiref/mpi4py.MPI.Topocomm-class.html b/mpi4py/3.0.0/apiref/mpi4py.MPI.Topocomm-class.html similarity index 100% rename from 3.0.0/apiref/mpi4py.MPI.Topocomm-class.html rename to mpi4py/3.0.0/apiref/mpi4py.MPI.Topocomm-class.html diff --git a/3.0.0/apiref/mpi4py.MPI.Win-class.html b/mpi4py/3.0.0/apiref/mpi4py.MPI.Win-class.html similarity index 100% rename from 3.0.0/apiref/mpi4py.MPI.Win-class.html rename to mpi4py/3.0.0/apiref/mpi4py.MPI.Win-class.html diff --git a/3.0.0/apiref/mpi4py.MPI.memory-class.html b/mpi4py/3.0.0/apiref/mpi4py.MPI.memory-class.html similarity index 100% rename from 3.0.0/apiref/mpi4py.MPI.memory-class.html rename to mpi4py/3.0.0/apiref/mpi4py.MPI.memory-class.html diff --git a/3.0.0/apiref/redirect.html b/mpi4py/3.0.0/apiref/redirect.html similarity index 100% rename from 3.0.0/apiref/redirect.html rename to mpi4py/3.0.0/apiref/redirect.html diff --git a/3.0.0/apiref/toc-everything.html b/mpi4py/3.0.0/apiref/toc-everything.html similarity index 100% rename from 3.0.0/apiref/toc-everything.html rename to mpi4py/3.0.0/apiref/toc-everything.html diff --git a/3.0.0/apiref/toc-mpi4py-module.html b/mpi4py/3.0.0/apiref/toc-mpi4py-module.html similarity index 100% rename from 3.0.0/apiref/toc-mpi4py-module.html rename to mpi4py/3.0.0/apiref/toc-mpi4py-module.html diff --git a/3.0.0/apiref/toc-mpi4py.MPI-module.html b/mpi4py/3.0.0/apiref/toc-mpi4py.MPI-module.html similarity index 100% rename from 3.0.0/apiref/toc-mpi4py.MPI-module.html rename to mpi4py/3.0.0/apiref/toc-mpi4py.MPI-module.html diff --git a/3.0.0/apiref/toc.html b/mpi4py/3.0.0/apiref/toc.html similarity index 100% rename from 3.0.0/apiref/toc.html rename to mpi4py/3.0.0/apiref/toc.html diff --git a/3.0.0/index.html b/mpi4py/3.0.0/index.html similarity index 100% rename from 3.0.0/index.html rename to mpi4py/3.0.0/index.html diff --git a/3.0.0/index.rst b/mpi4py/3.0.0/index.rst similarity index 100% rename from 3.0.0/index.rst rename to mpi4py/3.0.0/index.rst diff --git a/3.0.0/mpi4py.1 b/mpi4py/3.0.0/mpi4py.1 similarity index 100% rename from 3.0.0/mpi4py.1 rename to mpi4py/3.0.0/mpi4py.1 diff --git a/3.0.0/mpi4py.bib b/mpi4py/3.0.0/mpi4py.bib similarity index 100% rename from 3.0.0/mpi4py.bib rename to mpi4py/3.0.0/mpi4py.bib diff --git a/3.0.0/mpi4py.info b/mpi4py/3.0.0/mpi4py.info similarity index 100% rename from 3.0.0/mpi4py.info rename to mpi4py/3.0.0/mpi4py.info diff --git a/3.0.0/mpi4py.pdf b/mpi4py/3.0.0/mpi4py.pdf similarity index 100% rename from 3.0.0/mpi4py.pdf rename to mpi4py/3.0.0/mpi4py.pdf diff --git a/3.0.0/source/usrman/Makefile b/mpi4py/3.0.0/source/usrman/Makefile similarity index 100% rename from 3.0.0/source/usrman/Makefile rename to mpi4py/3.0.0/source/usrman/Makefile diff --git a/3.0.0/source/usrman/abstract.txt b/mpi4py/3.0.0/source/usrman/abstract.txt similarity index 100% rename from 3.0.0/source/usrman/abstract.txt rename to mpi4py/3.0.0/source/usrman/abstract.txt diff --git a/3.0.0/source/usrman/appendix.rst b/mpi4py/3.0.0/source/usrman/appendix.rst similarity index 100% rename from 3.0.0/source/usrman/appendix.rst rename to mpi4py/3.0.0/source/usrman/appendix.rst diff --git a/3.0.0/source/usrman/citing.rst b/mpi4py/3.0.0/source/usrman/citing.rst similarity index 100% rename from 3.0.0/source/usrman/citing.rst rename to mpi4py/3.0.0/source/usrman/citing.rst diff --git a/3.0.0/source/usrman/conf.py b/mpi4py/3.0.0/source/usrman/conf.py similarity index 100% rename from 3.0.0/source/usrman/conf.py rename to mpi4py/3.0.0/source/usrman/conf.py diff --git a/3.0.0/source/usrman/index.rst b/mpi4py/3.0.0/source/usrman/index.rst similarity index 100% rename from 3.0.0/source/usrman/index.rst rename to mpi4py/3.0.0/source/usrman/index.rst diff --git a/3.0.0/source/usrman/install.rst b/mpi4py/3.0.0/source/usrman/install.rst similarity index 100% rename from 3.0.0/source/usrman/install.rst rename to mpi4py/3.0.0/source/usrman/install.rst diff --git a/3.0.0/source/usrman/intro.rst b/mpi4py/3.0.0/source/usrman/intro.rst similarity index 100% rename from 3.0.0/source/usrman/intro.rst rename to mpi4py/3.0.0/source/usrman/intro.rst diff --git a/3.0.0/source/usrman/make.bat b/mpi4py/3.0.0/source/usrman/make.bat similarity index 100% rename from 3.0.0/source/usrman/make.bat rename to mpi4py/3.0.0/source/usrman/make.bat diff --git a/3.0.0/source/usrman/manual.rst b/mpi4py/3.0.0/source/usrman/manual.rst similarity index 100% rename from 3.0.0/source/usrman/manual.rst rename to mpi4py/3.0.0/source/usrman/manual.rst diff --git a/3.0.0/source/usrman/mpi4py.futures.rst b/mpi4py/3.0.0/source/usrman/mpi4py.futures.rst similarity index 100% rename from 3.0.0/source/usrman/mpi4py.futures.rst rename to mpi4py/3.0.0/source/usrman/mpi4py.futures.rst diff --git a/3.0.0/source/usrman/mpi4py.run.rst b/mpi4py/3.0.0/source/usrman/mpi4py.run.rst similarity index 100% rename from 3.0.0/source/usrman/mpi4py.run.rst rename to mpi4py/3.0.0/source/usrman/mpi4py.run.rst diff --git a/3.0.0/source/usrman/overview.rst b/mpi4py/3.0.0/source/usrman/overview.rst similarity index 100% rename from 3.0.0/source/usrman/overview.rst rename to mpi4py/3.0.0/source/usrman/overview.rst diff --git a/3.0.0/source/usrman/toctree.txt b/mpi4py/3.0.0/source/usrman/toctree.txt similarity index 100% rename from 3.0.0/source/usrman/toctree.txt rename to mpi4py/3.0.0/source/usrman/toctree.txt diff --git a/3.0.0/source/usrman/tutorial.rst b/mpi4py/3.0.0/source/usrman/tutorial.rst similarity index 100% rename from 3.0.0/source/usrman/tutorial.rst rename to mpi4py/3.0.0/source/usrman/tutorial.rst diff --git a/3.0.0/usrman/_sources/appendix.rst.txt b/mpi4py/3.0.0/usrman/_sources/appendix.rst.txt similarity index 100% rename from 3.0.0/usrman/_sources/appendix.rst.txt rename to mpi4py/3.0.0/usrman/_sources/appendix.rst.txt diff --git a/3.0.0/usrman/_sources/citing.rst.txt b/mpi4py/3.0.0/usrman/_sources/citing.rst.txt similarity index 100% rename from 3.0.0/usrman/_sources/citing.rst.txt rename to mpi4py/3.0.0/usrman/_sources/citing.rst.txt diff --git a/3.0.0/usrman/_sources/index.rst.txt b/mpi4py/3.0.0/usrman/_sources/index.rst.txt similarity index 100% rename from 3.0.0/usrman/_sources/index.rst.txt rename to mpi4py/3.0.0/usrman/_sources/index.rst.txt diff --git a/3.0.0/usrman/_sources/install.rst.txt b/mpi4py/3.0.0/usrman/_sources/install.rst.txt similarity index 100% rename from 3.0.0/usrman/_sources/install.rst.txt rename to mpi4py/3.0.0/usrman/_sources/install.rst.txt diff --git a/3.0.0/usrman/_sources/intro.rst.txt b/mpi4py/3.0.0/usrman/_sources/intro.rst.txt similarity index 100% rename from 3.0.0/usrman/_sources/intro.rst.txt rename to mpi4py/3.0.0/usrman/_sources/intro.rst.txt diff --git a/3.0.0/usrman/_sources/manual.rst.txt b/mpi4py/3.0.0/usrman/_sources/manual.rst.txt similarity index 100% rename from 3.0.0/usrman/_sources/manual.rst.txt rename to mpi4py/3.0.0/usrman/_sources/manual.rst.txt diff --git a/3.0.0/usrman/_sources/mpi4py.futures.rst.txt b/mpi4py/3.0.0/usrman/_sources/mpi4py.futures.rst.txt similarity index 100% rename from 3.0.0/usrman/_sources/mpi4py.futures.rst.txt rename to mpi4py/3.0.0/usrman/_sources/mpi4py.futures.rst.txt diff --git a/3.0.0/usrman/_sources/mpi4py.run.rst.txt b/mpi4py/3.0.0/usrman/_sources/mpi4py.run.rst.txt similarity index 100% rename from 3.0.0/usrman/_sources/mpi4py.run.rst.txt rename to mpi4py/3.0.0/usrman/_sources/mpi4py.run.rst.txt diff --git a/3.0.0/usrman/_sources/overview.rst.txt b/mpi4py/3.0.0/usrman/_sources/overview.rst.txt similarity index 100% rename from 3.0.0/usrman/_sources/overview.rst.txt rename to mpi4py/3.0.0/usrman/_sources/overview.rst.txt diff --git a/3.0.0/usrman/_sources/tutorial.rst.txt b/mpi4py/3.0.0/usrman/_sources/tutorial.rst.txt similarity index 100% rename from 3.0.0/usrman/_sources/tutorial.rst.txt rename to mpi4py/3.0.0/usrman/_sources/tutorial.rst.txt diff --git a/3.0.0/usrman/_static/ajax-loader.gif b/mpi4py/3.0.0/usrman/_static/ajax-loader.gif similarity index 100% rename from 3.0.0/usrman/_static/ajax-loader.gif rename to mpi4py/3.0.0/usrman/_static/ajax-loader.gif diff --git a/3.0.0/usrman/_static/basic.css b/mpi4py/3.0.0/usrman/_static/basic.css similarity index 100% rename from 3.0.0/usrman/_static/basic.css rename to mpi4py/3.0.0/usrman/_static/basic.css diff --git a/3.0.0/usrman/_static/classic.css b/mpi4py/3.0.0/usrman/_static/classic.css similarity index 100% rename from 3.0.0/usrman/_static/classic.css rename to mpi4py/3.0.0/usrman/_static/classic.css diff --git a/3.0.0/usrman/_static/comment-bright.png b/mpi4py/3.0.0/usrman/_static/comment-bright.png similarity index 100% rename from 3.0.0/usrman/_static/comment-bright.png rename to mpi4py/3.0.0/usrman/_static/comment-bright.png diff --git a/3.0.0/usrman/_static/comment-close.png b/mpi4py/3.0.0/usrman/_static/comment-close.png similarity index 100% rename from 3.0.0/usrman/_static/comment-close.png rename to mpi4py/3.0.0/usrman/_static/comment-close.png diff --git a/3.0.0/usrman/_static/comment.png b/mpi4py/3.0.0/usrman/_static/comment.png similarity index 100% rename from 3.0.0/usrman/_static/comment.png rename to mpi4py/3.0.0/usrman/_static/comment.png diff --git a/3.0.0/usrman/_static/default.css b/mpi4py/3.0.0/usrman/_static/default.css similarity index 100% rename from 3.0.0/usrman/_static/default.css rename to mpi4py/3.0.0/usrman/_static/default.css diff --git a/3.0.0/usrman/_static/doctools.js b/mpi4py/3.0.0/usrman/_static/doctools.js similarity index 100% rename from 3.0.0/usrman/_static/doctools.js rename to mpi4py/3.0.0/usrman/_static/doctools.js diff --git a/3.0.0/usrman/_static/down-pressed.png b/mpi4py/3.0.0/usrman/_static/down-pressed.png similarity index 100% rename from 3.0.0/usrman/_static/down-pressed.png rename to mpi4py/3.0.0/usrman/_static/down-pressed.png diff --git a/3.0.0/usrman/_static/down.png b/mpi4py/3.0.0/usrman/_static/down.png similarity index 100% rename from 3.0.0/usrman/_static/down.png rename to mpi4py/3.0.0/usrman/_static/down.png diff --git a/3.0.0/usrman/_static/file.png b/mpi4py/3.0.0/usrman/_static/file.png similarity index 100% rename from 3.0.0/usrman/_static/file.png rename to mpi4py/3.0.0/usrman/_static/file.png diff --git a/3.0.0/usrman/_static/jquery-3.1.0.js b/mpi4py/3.0.0/usrman/_static/jquery-3.1.0.js similarity index 100% rename from 3.0.0/usrman/_static/jquery-3.1.0.js rename to mpi4py/3.0.0/usrman/_static/jquery-3.1.0.js diff --git a/3.0.0/usrman/_static/jquery.js b/mpi4py/3.0.0/usrman/_static/jquery.js similarity index 100% rename from 3.0.0/usrman/_static/jquery.js rename to mpi4py/3.0.0/usrman/_static/jquery.js diff --git a/3.0.0/usrman/_static/minus.png b/mpi4py/3.0.0/usrman/_static/minus.png similarity index 100% rename from 3.0.0/usrman/_static/minus.png rename to mpi4py/3.0.0/usrman/_static/minus.png diff --git a/3.0.0/usrman/_static/plus.png b/mpi4py/3.0.0/usrman/_static/plus.png similarity index 100% rename from 3.0.0/usrman/_static/plus.png rename to mpi4py/3.0.0/usrman/_static/plus.png diff --git a/3.0.0/usrman/_static/pygments.css b/mpi4py/3.0.0/usrman/_static/pygments.css similarity index 100% rename from 3.0.0/usrman/_static/pygments.css rename to mpi4py/3.0.0/usrman/_static/pygments.css diff --git a/3.0.0/usrman/_static/searchtools.js b/mpi4py/3.0.0/usrman/_static/searchtools.js similarity index 100% rename from 3.0.0/usrman/_static/searchtools.js rename to mpi4py/3.0.0/usrman/_static/searchtools.js diff --git a/3.0.0/usrman/_static/sidebar.js b/mpi4py/3.0.0/usrman/_static/sidebar.js similarity index 100% rename from 3.0.0/usrman/_static/sidebar.js rename to mpi4py/3.0.0/usrman/_static/sidebar.js diff --git a/3.0.0/usrman/_static/underscore-1.3.1.js b/mpi4py/3.0.0/usrman/_static/underscore-1.3.1.js similarity index 100% rename from 3.0.0/usrman/_static/underscore-1.3.1.js rename to mpi4py/3.0.0/usrman/_static/underscore-1.3.1.js diff --git a/3.0.0/usrman/_static/underscore.js b/mpi4py/3.0.0/usrman/_static/underscore.js similarity index 100% rename from 3.0.0/usrman/_static/underscore.js rename to mpi4py/3.0.0/usrman/_static/underscore.js diff --git a/3.0.0/usrman/_static/up-pressed.png b/mpi4py/3.0.0/usrman/_static/up-pressed.png similarity index 100% rename from 3.0.0/usrman/_static/up-pressed.png rename to mpi4py/3.0.0/usrman/_static/up-pressed.png diff --git a/3.0.0/usrman/_static/up.png b/mpi4py/3.0.0/usrman/_static/up.png similarity index 100% rename from 3.0.0/usrman/_static/up.png rename to mpi4py/3.0.0/usrman/_static/up.png diff --git a/3.0.0/usrman/_static/websupport.js b/mpi4py/3.0.0/usrman/_static/websupport.js similarity index 100% rename from 3.0.0/usrman/_static/websupport.js rename to mpi4py/3.0.0/usrman/_static/websupport.js diff --git a/3.0.0/usrman/appendix.html b/mpi4py/3.0.0/usrman/appendix.html similarity index 100% rename from 3.0.0/usrman/appendix.html rename to mpi4py/3.0.0/usrman/appendix.html diff --git a/3.0.0/usrman/citing.html b/mpi4py/3.0.0/usrman/citing.html similarity index 100% rename from 3.0.0/usrman/citing.html rename to mpi4py/3.0.0/usrman/citing.html diff --git a/3.0.0/usrman/genindex.html b/mpi4py/3.0.0/usrman/genindex.html similarity index 100% rename from 3.0.0/usrman/genindex.html rename to mpi4py/3.0.0/usrman/genindex.html diff --git a/3.0.0/usrman/index.html b/mpi4py/3.0.0/usrman/index.html similarity index 100% rename from 3.0.0/usrman/index.html rename to mpi4py/3.0.0/usrman/index.html diff --git a/3.0.0/usrman/install.html b/mpi4py/3.0.0/usrman/install.html similarity index 100% rename from 3.0.0/usrman/install.html rename to mpi4py/3.0.0/usrman/install.html diff --git a/3.0.0/usrman/intro.html b/mpi4py/3.0.0/usrman/intro.html similarity index 100% rename from 3.0.0/usrman/intro.html rename to mpi4py/3.0.0/usrman/intro.html diff --git a/3.0.0/usrman/manual.html b/mpi4py/3.0.0/usrman/manual.html similarity index 100% rename from 3.0.0/usrman/manual.html rename to mpi4py/3.0.0/usrman/manual.html diff --git a/3.0.0/usrman/mpi4py.futures.html b/mpi4py/3.0.0/usrman/mpi4py.futures.html similarity index 100% rename from 3.0.0/usrman/mpi4py.futures.html rename to mpi4py/3.0.0/usrman/mpi4py.futures.html diff --git a/3.0.0/usrman/mpi4py.run.html b/mpi4py/3.0.0/usrman/mpi4py.run.html similarity index 100% rename from 3.0.0/usrman/mpi4py.run.html rename to mpi4py/3.0.0/usrman/mpi4py.run.html diff --git a/3.0.0/usrman/objects.inv b/mpi4py/3.0.0/usrman/objects.inv similarity index 100% rename from 3.0.0/usrman/objects.inv rename to mpi4py/3.0.0/usrman/objects.inv diff --git a/3.0.0/usrman/overview.html b/mpi4py/3.0.0/usrman/overview.html similarity index 100% rename from 3.0.0/usrman/overview.html rename to mpi4py/3.0.0/usrman/overview.html diff --git a/3.0.0/usrman/py-modindex.html b/mpi4py/3.0.0/usrman/py-modindex.html similarity index 100% rename from 3.0.0/usrman/py-modindex.html rename to mpi4py/3.0.0/usrman/py-modindex.html diff --git a/3.0.0/usrman/search.html b/mpi4py/3.0.0/usrman/search.html similarity index 100% rename from 3.0.0/usrman/search.html rename to mpi4py/3.0.0/usrman/search.html diff --git a/3.0.0/usrman/searchindex.js b/mpi4py/3.0.0/usrman/searchindex.js similarity index 100% rename from 3.0.0/usrman/searchindex.js rename to mpi4py/3.0.0/usrman/searchindex.js diff --git a/3.0.0/usrman/tutorial.html b/mpi4py/3.0.0/usrman/tutorial.html similarity index 100% rename from 3.0.0/usrman/tutorial.html rename to mpi4py/3.0.0/usrman/tutorial.html diff --git a/3.0.1/CHANGES.html b/mpi4py/3.0.1/CHANGES.html similarity index 100% rename from 3.0.1/CHANGES.html rename to mpi4py/3.0.1/CHANGES.html diff --git a/3.0.1/LICENSE.html b/mpi4py/3.0.1/LICENSE.html similarity index 100% rename from 3.0.1/LICENSE.html rename to mpi4py/3.0.1/LICENSE.html diff --git a/3.0.1/apiref/api-objects.txt b/mpi4py/3.0.1/apiref/api-objects.txt similarity index 100% rename from 3.0.1/apiref/api-objects.txt rename to mpi4py/3.0.1/apiref/api-objects.txt diff --git a/3.0.1/apiref/class-tree.html b/mpi4py/3.0.1/apiref/class-tree.html similarity index 100% rename from 3.0.1/apiref/class-tree.html rename to mpi4py/3.0.1/apiref/class-tree.html diff --git a/3.0.1/apiref/crarr.png b/mpi4py/3.0.1/apiref/crarr.png similarity index 100% rename from 3.0.1/apiref/crarr.png rename to mpi4py/3.0.1/apiref/crarr.png diff --git a/3.0.1/apiref/epydoc.css b/mpi4py/3.0.1/apiref/epydoc.css similarity index 100% rename from 3.0.1/apiref/epydoc.css rename to mpi4py/3.0.1/apiref/epydoc.css diff --git a/3.0.1/apiref/epydoc.js b/mpi4py/3.0.1/apiref/epydoc.js similarity index 100% rename from 3.0.1/apiref/epydoc.js rename to mpi4py/3.0.1/apiref/epydoc.js diff --git a/3.0.1/apiref/frames.html b/mpi4py/3.0.1/apiref/frames.html similarity index 100% rename from 3.0.1/apiref/frames.html rename to mpi4py/3.0.1/apiref/frames.html diff --git a/3.0.1/apiref/help.html b/mpi4py/3.0.1/apiref/help.html similarity index 100% rename from 3.0.1/apiref/help.html rename to mpi4py/3.0.1/apiref/help.html diff --git a/3.0.1/apiref/identifier-index.html b/mpi4py/3.0.1/apiref/identifier-index.html similarity index 100% rename from 3.0.1/apiref/identifier-index.html rename to mpi4py/3.0.1/apiref/identifier-index.html diff --git a/3.0.1/apiref/index.html b/mpi4py/3.0.1/apiref/index.html similarity index 100% rename from 3.0.1/apiref/index.html rename to mpi4py/3.0.1/apiref/index.html diff --git a/3.0.1/apiref/module-tree.html b/mpi4py/3.0.1/apiref/module-tree.html similarity index 100% rename from 3.0.1/apiref/module-tree.html rename to mpi4py/3.0.1/apiref/module-tree.html diff --git a/3.0.1/apiref/mpi4py-module.html b/mpi4py/3.0.1/apiref/mpi4py-module.html similarity index 100% rename from 3.0.1/apiref/mpi4py-module.html rename to mpi4py/3.0.1/apiref/mpi4py-module.html diff --git a/3.0.1/apiref/mpi4py-pysrc.html b/mpi4py/3.0.1/apiref/mpi4py-pysrc.html similarity index 100% rename from 3.0.1/apiref/mpi4py-pysrc.html rename to mpi4py/3.0.1/apiref/mpi4py-pysrc.html diff --git a/3.0.1/apiref/mpi4py.MPI-module.html b/mpi4py/3.0.1/apiref/mpi4py.MPI-module.html similarity index 100% rename from 3.0.1/apiref/mpi4py.MPI-module.html rename to mpi4py/3.0.1/apiref/mpi4py.MPI-module.html diff --git a/3.0.1/apiref/mpi4py.MPI.Cartcomm-class.html b/mpi4py/3.0.1/apiref/mpi4py.MPI.Cartcomm-class.html similarity index 100% rename from 3.0.1/apiref/mpi4py.MPI.Cartcomm-class.html rename to mpi4py/3.0.1/apiref/mpi4py.MPI.Cartcomm-class.html diff --git a/3.0.1/apiref/mpi4py.MPI.Comm-class.html b/mpi4py/3.0.1/apiref/mpi4py.MPI.Comm-class.html similarity index 100% rename from 3.0.1/apiref/mpi4py.MPI.Comm-class.html rename to mpi4py/3.0.1/apiref/mpi4py.MPI.Comm-class.html diff --git a/3.0.1/apiref/mpi4py.MPI.Datatype-class.html b/mpi4py/3.0.1/apiref/mpi4py.MPI.Datatype-class.html similarity index 100% rename from 3.0.1/apiref/mpi4py.MPI.Datatype-class.html rename to mpi4py/3.0.1/apiref/mpi4py.MPI.Datatype-class.html diff --git a/3.0.1/apiref/mpi4py.MPI.Distgraphcomm-class.html b/mpi4py/3.0.1/apiref/mpi4py.MPI.Distgraphcomm-class.html similarity index 100% rename from 3.0.1/apiref/mpi4py.MPI.Distgraphcomm-class.html rename to mpi4py/3.0.1/apiref/mpi4py.MPI.Distgraphcomm-class.html diff --git a/3.0.1/apiref/mpi4py.MPI.Errhandler-class.html b/mpi4py/3.0.1/apiref/mpi4py.MPI.Errhandler-class.html similarity index 100% rename from 3.0.1/apiref/mpi4py.MPI.Errhandler-class.html rename to mpi4py/3.0.1/apiref/mpi4py.MPI.Errhandler-class.html diff --git a/3.0.1/apiref/mpi4py.MPI.Exception-class.html b/mpi4py/3.0.1/apiref/mpi4py.MPI.Exception-class.html similarity index 100% rename from 3.0.1/apiref/mpi4py.MPI.Exception-class.html rename to mpi4py/3.0.1/apiref/mpi4py.MPI.Exception-class.html diff --git a/3.0.1/apiref/mpi4py.MPI.File-class.html b/mpi4py/3.0.1/apiref/mpi4py.MPI.File-class.html similarity index 100% rename from 3.0.1/apiref/mpi4py.MPI.File-class.html rename to mpi4py/3.0.1/apiref/mpi4py.MPI.File-class.html diff --git a/3.0.1/apiref/mpi4py.MPI.Graphcomm-class.html b/mpi4py/3.0.1/apiref/mpi4py.MPI.Graphcomm-class.html similarity index 100% rename from 3.0.1/apiref/mpi4py.MPI.Graphcomm-class.html rename to mpi4py/3.0.1/apiref/mpi4py.MPI.Graphcomm-class.html diff --git a/3.0.1/apiref/mpi4py.MPI.Grequest-class.html b/mpi4py/3.0.1/apiref/mpi4py.MPI.Grequest-class.html similarity index 100% rename from 3.0.1/apiref/mpi4py.MPI.Grequest-class.html rename to mpi4py/3.0.1/apiref/mpi4py.MPI.Grequest-class.html diff --git a/3.0.1/apiref/mpi4py.MPI.Group-class.html b/mpi4py/3.0.1/apiref/mpi4py.MPI.Group-class.html similarity index 100% rename from 3.0.1/apiref/mpi4py.MPI.Group-class.html rename to mpi4py/3.0.1/apiref/mpi4py.MPI.Group-class.html diff --git a/3.0.1/apiref/mpi4py.MPI.Info-class.html b/mpi4py/3.0.1/apiref/mpi4py.MPI.Info-class.html similarity index 100% rename from 3.0.1/apiref/mpi4py.MPI.Info-class.html rename to mpi4py/3.0.1/apiref/mpi4py.MPI.Info-class.html diff --git a/3.0.1/apiref/mpi4py.MPI.Intercomm-class.html b/mpi4py/3.0.1/apiref/mpi4py.MPI.Intercomm-class.html similarity index 100% rename from 3.0.1/apiref/mpi4py.MPI.Intercomm-class.html rename to mpi4py/3.0.1/apiref/mpi4py.MPI.Intercomm-class.html diff --git a/3.0.1/apiref/mpi4py.MPI.Intracomm-class.html b/mpi4py/3.0.1/apiref/mpi4py.MPI.Intracomm-class.html similarity index 100% rename from 3.0.1/apiref/mpi4py.MPI.Intracomm-class.html rename to mpi4py/3.0.1/apiref/mpi4py.MPI.Intracomm-class.html diff --git a/3.0.1/apiref/mpi4py.MPI.Message-class.html b/mpi4py/3.0.1/apiref/mpi4py.MPI.Message-class.html similarity index 100% rename from 3.0.1/apiref/mpi4py.MPI.Message-class.html rename to mpi4py/3.0.1/apiref/mpi4py.MPI.Message-class.html diff --git a/3.0.1/apiref/mpi4py.MPI.Op-class.html b/mpi4py/3.0.1/apiref/mpi4py.MPI.Op-class.html similarity index 100% rename from 3.0.1/apiref/mpi4py.MPI.Op-class.html rename to mpi4py/3.0.1/apiref/mpi4py.MPI.Op-class.html diff --git a/3.0.1/apiref/mpi4py.MPI.Prequest-class.html b/mpi4py/3.0.1/apiref/mpi4py.MPI.Prequest-class.html similarity index 100% rename from 3.0.1/apiref/mpi4py.MPI.Prequest-class.html rename to mpi4py/3.0.1/apiref/mpi4py.MPI.Prequest-class.html diff --git a/3.0.1/apiref/mpi4py.MPI.Request-class.html b/mpi4py/3.0.1/apiref/mpi4py.MPI.Request-class.html similarity index 100% rename from 3.0.1/apiref/mpi4py.MPI.Request-class.html rename to mpi4py/3.0.1/apiref/mpi4py.MPI.Request-class.html diff --git a/3.0.1/apiref/mpi4py.MPI.Status-class.html b/mpi4py/3.0.1/apiref/mpi4py.MPI.Status-class.html similarity index 100% rename from 3.0.1/apiref/mpi4py.MPI.Status-class.html rename to mpi4py/3.0.1/apiref/mpi4py.MPI.Status-class.html diff --git a/3.0.1/apiref/mpi4py.MPI.Topocomm-class.html b/mpi4py/3.0.1/apiref/mpi4py.MPI.Topocomm-class.html similarity index 100% rename from 3.0.1/apiref/mpi4py.MPI.Topocomm-class.html rename to mpi4py/3.0.1/apiref/mpi4py.MPI.Topocomm-class.html diff --git a/3.0.1/apiref/mpi4py.MPI.Win-class.html b/mpi4py/3.0.1/apiref/mpi4py.MPI.Win-class.html similarity index 100% rename from 3.0.1/apiref/mpi4py.MPI.Win-class.html rename to mpi4py/3.0.1/apiref/mpi4py.MPI.Win-class.html diff --git a/3.0.1/apiref/mpi4py.MPI.memory-class.html b/mpi4py/3.0.1/apiref/mpi4py.MPI.memory-class.html similarity index 100% rename from 3.0.1/apiref/mpi4py.MPI.memory-class.html rename to mpi4py/3.0.1/apiref/mpi4py.MPI.memory-class.html diff --git a/3.0.1/apiref/redirect.html b/mpi4py/3.0.1/apiref/redirect.html similarity index 100% rename from 3.0.1/apiref/redirect.html rename to mpi4py/3.0.1/apiref/redirect.html diff --git a/3.0.1/apiref/toc-everything.html b/mpi4py/3.0.1/apiref/toc-everything.html similarity index 100% rename from 3.0.1/apiref/toc-everything.html rename to mpi4py/3.0.1/apiref/toc-everything.html diff --git a/3.0.1/apiref/toc-mpi4py-module.html b/mpi4py/3.0.1/apiref/toc-mpi4py-module.html similarity index 100% rename from 3.0.1/apiref/toc-mpi4py-module.html rename to mpi4py/3.0.1/apiref/toc-mpi4py-module.html diff --git a/3.0.1/apiref/toc-mpi4py.MPI-module.html b/mpi4py/3.0.1/apiref/toc-mpi4py.MPI-module.html similarity index 100% rename from 3.0.1/apiref/toc-mpi4py.MPI-module.html rename to mpi4py/3.0.1/apiref/toc-mpi4py.MPI-module.html diff --git a/3.0.1/apiref/toc.html b/mpi4py/3.0.1/apiref/toc.html similarity index 100% rename from 3.0.1/apiref/toc.html rename to mpi4py/3.0.1/apiref/toc.html diff --git a/3.0.1/index.html b/mpi4py/3.0.1/index.html similarity index 100% rename from 3.0.1/index.html rename to mpi4py/3.0.1/index.html diff --git a/3.0.1/index.rst b/mpi4py/3.0.1/index.rst similarity index 100% rename from 3.0.1/index.rst rename to mpi4py/3.0.1/index.rst diff --git a/3.0.1/mpi4py.1 b/mpi4py/3.0.1/mpi4py.1 similarity index 100% rename from 3.0.1/mpi4py.1 rename to mpi4py/3.0.1/mpi4py.1 diff --git a/3.0.1/mpi4py.bib b/mpi4py/3.0.1/mpi4py.bib similarity index 100% rename from 3.0.1/mpi4py.bib rename to mpi4py/3.0.1/mpi4py.bib diff --git a/3.0.1/mpi4py.info b/mpi4py/3.0.1/mpi4py.info similarity index 100% rename from 3.0.1/mpi4py.info rename to mpi4py/3.0.1/mpi4py.info diff --git a/3.0.1/mpi4py.pdf b/mpi4py/3.0.1/mpi4py.pdf similarity index 100% rename from 3.0.1/mpi4py.pdf rename to mpi4py/3.0.1/mpi4py.pdf diff --git a/3.0.1/source/usrman/Makefile b/mpi4py/3.0.1/source/usrman/Makefile similarity index 100% rename from 3.0.1/source/usrman/Makefile rename to mpi4py/3.0.1/source/usrman/Makefile diff --git a/3.0.1/source/usrman/abstract.txt b/mpi4py/3.0.1/source/usrman/abstract.txt similarity index 100% rename from 3.0.1/source/usrman/abstract.txt rename to mpi4py/3.0.1/source/usrman/abstract.txt diff --git a/3.0.1/source/usrman/appendix.rst b/mpi4py/3.0.1/source/usrman/appendix.rst similarity index 100% rename from 3.0.1/source/usrman/appendix.rst rename to mpi4py/3.0.1/source/usrman/appendix.rst diff --git a/3.0.1/source/usrman/citing.rst b/mpi4py/3.0.1/source/usrman/citing.rst similarity index 100% rename from 3.0.1/source/usrman/citing.rst rename to mpi4py/3.0.1/source/usrman/citing.rst diff --git a/3.0.1/source/usrman/conf.py b/mpi4py/3.0.1/source/usrman/conf.py similarity index 100% rename from 3.0.1/source/usrman/conf.py rename to mpi4py/3.0.1/source/usrman/conf.py diff --git a/3.0.1/source/usrman/index.rst b/mpi4py/3.0.1/source/usrman/index.rst similarity index 100% rename from 3.0.1/source/usrman/index.rst rename to mpi4py/3.0.1/source/usrman/index.rst diff --git a/3.0.1/source/usrman/install.rst b/mpi4py/3.0.1/source/usrman/install.rst similarity index 100% rename from 3.0.1/source/usrman/install.rst rename to mpi4py/3.0.1/source/usrman/install.rst diff --git a/3.0.1/source/usrman/intro.rst b/mpi4py/3.0.1/source/usrman/intro.rst similarity index 100% rename from 3.0.1/source/usrman/intro.rst rename to mpi4py/3.0.1/source/usrman/intro.rst diff --git a/3.0.1/source/usrman/make.bat b/mpi4py/3.0.1/source/usrman/make.bat similarity index 100% rename from 3.0.1/source/usrman/make.bat rename to mpi4py/3.0.1/source/usrman/make.bat diff --git a/3.0.1/source/usrman/manual.rst b/mpi4py/3.0.1/source/usrman/manual.rst similarity index 100% rename from 3.0.1/source/usrman/manual.rst rename to mpi4py/3.0.1/source/usrman/manual.rst diff --git a/3.0.1/source/usrman/mpi4py.futures.rst b/mpi4py/3.0.1/source/usrman/mpi4py.futures.rst similarity index 100% rename from 3.0.1/source/usrman/mpi4py.futures.rst rename to mpi4py/3.0.1/source/usrman/mpi4py.futures.rst diff --git a/3.0.1/source/usrman/mpi4py.run.rst b/mpi4py/3.0.1/source/usrman/mpi4py.run.rst similarity index 100% rename from 3.0.1/source/usrman/mpi4py.run.rst rename to mpi4py/3.0.1/source/usrman/mpi4py.run.rst diff --git a/3.0.1/source/usrman/overview.rst b/mpi4py/3.0.1/source/usrman/overview.rst similarity index 100% rename from 3.0.1/source/usrman/overview.rst rename to mpi4py/3.0.1/source/usrman/overview.rst diff --git a/3.0.1/source/usrman/toctree.txt b/mpi4py/3.0.1/source/usrman/toctree.txt similarity index 100% rename from 3.0.1/source/usrman/toctree.txt rename to mpi4py/3.0.1/source/usrman/toctree.txt diff --git a/3.0.1/source/usrman/tutorial.rst b/mpi4py/3.0.1/source/usrman/tutorial.rst similarity index 100% rename from 3.0.1/source/usrman/tutorial.rst rename to mpi4py/3.0.1/source/usrman/tutorial.rst diff --git a/3.0.1/usrman/_sources/appendix.rst.txt b/mpi4py/3.0.1/usrman/_sources/appendix.rst.txt similarity index 100% rename from 3.0.1/usrman/_sources/appendix.rst.txt rename to mpi4py/3.0.1/usrman/_sources/appendix.rst.txt diff --git a/3.0.1/usrman/_sources/citing.rst.txt b/mpi4py/3.0.1/usrman/_sources/citing.rst.txt similarity index 100% rename from 3.0.1/usrman/_sources/citing.rst.txt rename to mpi4py/3.0.1/usrman/_sources/citing.rst.txt diff --git a/3.0.1/usrman/_sources/index.rst.txt b/mpi4py/3.0.1/usrman/_sources/index.rst.txt similarity index 100% rename from 3.0.1/usrman/_sources/index.rst.txt rename to mpi4py/3.0.1/usrman/_sources/index.rst.txt diff --git a/3.0.1/usrman/_sources/install.rst.txt b/mpi4py/3.0.1/usrman/_sources/install.rst.txt similarity index 100% rename from 3.0.1/usrman/_sources/install.rst.txt rename to mpi4py/3.0.1/usrman/_sources/install.rst.txt diff --git a/3.0.1/usrman/_sources/intro.rst.txt b/mpi4py/3.0.1/usrman/_sources/intro.rst.txt similarity index 100% rename from 3.0.1/usrman/_sources/intro.rst.txt rename to mpi4py/3.0.1/usrman/_sources/intro.rst.txt diff --git a/3.0.1/usrman/_sources/manual.rst.txt b/mpi4py/3.0.1/usrman/_sources/manual.rst.txt similarity index 100% rename from 3.0.1/usrman/_sources/manual.rst.txt rename to mpi4py/3.0.1/usrman/_sources/manual.rst.txt diff --git a/3.0.1/usrman/_sources/mpi4py.futures.rst.txt b/mpi4py/3.0.1/usrman/_sources/mpi4py.futures.rst.txt similarity index 100% rename from 3.0.1/usrman/_sources/mpi4py.futures.rst.txt rename to mpi4py/3.0.1/usrman/_sources/mpi4py.futures.rst.txt diff --git a/3.0.1/usrman/_sources/mpi4py.run.rst.txt b/mpi4py/3.0.1/usrman/_sources/mpi4py.run.rst.txt similarity index 100% rename from 3.0.1/usrman/_sources/mpi4py.run.rst.txt rename to mpi4py/3.0.1/usrman/_sources/mpi4py.run.rst.txt diff --git a/3.0.1/usrman/_sources/overview.rst.txt b/mpi4py/3.0.1/usrman/_sources/overview.rst.txt similarity index 100% rename from 3.0.1/usrman/_sources/overview.rst.txt rename to mpi4py/3.0.1/usrman/_sources/overview.rst.txt diff --git a/3.0.1/usrman/_sources/tutorial.rst.txt b/mpi4py/3.0.1/usrman/_sources/tutorial.rst.txt similarity index 100% rename from 3.0.1/usrman/_sources/tutorial.rst.txt rename to mpi4py/3.0.1/usrman/_sources/tutorial.rst.txt diff --git a/3.0.1/usrman/_static/ajax-loader.gif b/mpi4py/3.0.1/usrman/_static/ajax-loader.gif similarity index 100% rename from 3.0.1/usrman/_static/ajax-loader.gif rename to mpi4py/3.0.1/usrman/_static/ajax-loader.gif diff --git a/3.0.1/usrman/_static/basic.css b/mpi4py/3.0.1/usrman/_static/basic.css similarity index 100% rename from 3.0.1/usrman/_static/basic.css rename to mpi4py/3.0.1/usrman/_static/basic.css diff --git a/3.0.1/usrman/_static/classic.css b/mpi4py/3.0.1/usrman/_static/classic.css similarity index 100% rename from 3.0.1/usrman/_static/classic.css rename to mpi4py/3.0.1/usrman/_static/classic.css diff --git a/3.0.1/usrman/_static/comment-bright.png b/mpi4py/3.0.1/usrman/_static/comment-bright.png similarity index 100% rename from 3.0.1/usrman/_static/comment-bright.png rename to mpi4py/3.0.1/usrman/_static/comment-bright.png diff --git a/3.0.1/usrman/_static/comment-close.png b/mpi4py/3.0.1/usrman/_static/comment-close.png similarity index 100% rename from 3.0.1/usrman/_static/comment-close.png rename to mpi4py/3.0.1/usrman/_static/comment-close.png diff --git a/3.0.1/usrman/_static/comment.png b/mpi4py/3.0.1/usrman/_static/comment.png similarity index 100% rename from 3.0.1/usrman/_static/comment.png rename to mpi4py/3.0.1/usrman/_static/comment.png diff --git a/3.0.1/usrman/_static/default.css b/mpi4py/3.0.1/usrman/_static/default.css similarity index 100% rename from 3.0.1/usrman/_static/default.css rename to mpi4py/3.0.1/usrman/_static/default.css diff --git a/3.0.1/usrman/_static/doctools.js b/mpi4py/3.0.1/usrman/_static/doctools.js similarity index 100% rename from 3.0.1/usrman/_static/doctools.js rename to mpi4py/3.0.1/usrman/_static/doctools.js diff --git a/3.0.1/usrman/_static/documentation_options.js b/mpi4py/3.0.1/usrman/_static/documentation_options.js similarity index 100% rename from 3.0.1/usrman/_static/documentation_options.js rename to mpi4py/3.0.1/usrman/_static/documentation_options.js diff --git a/3.0.1/usrman/_static/down-pressed.png b/mpi4py/3.0.1/usrman/_static/down-pressed.png similarity index 100% rename from 3.0.1/usrman/_static/down-pressed.png rename to mpi4py/3.0.1/usrman/_static/down-pressed.png diff --git a/3.0.1/usrman/_static/down.png b/mpi4py/3.0.1/usrman/_static/down.png similarity index 100% rename from 3.0.1/usrman/_static/down.png rename to mpi4py/3.0.1/usrman/_static/down.png diff --git a/3.0.1/usrman/_static/file.png b/mpi4py/3.0.1/usrman/_static/file.png similarity index 100% rename from 3.0.1/usrman/_static/file.png rename to mpi4py/3.0.1/usrman/_static/file.png diff --git a/3.0.1/usrman/_static/jquery-3.2.1.js b/mpi4py/3.0.1/usrman/_static/jquery-3.2.1.js similarity index 100% rename from 3.0.1/usrman/_static/jquery-3.2.1.js rename to mpi4py/3.0.1/usrman/_static/jquery-3.2.1.js diff --git a/3.0.1/usrman/_static/jquery.js b/mpi4py/3.0.1/usrman/_static/jquery.js similarity index 100% rename from 3.0.1/usrman/_static/jquery.js rename to mpi4py/3.0.1/usrman/_static/jquery.js diff --git a/3.0.1/usrman/_static/minus.png b/mpi4py/3.0.1/usrman/_static/minus.png similarity index 100% rename from 3.0.1/usrman/_static/minus.png rename to mpi4py/3.0.1/usrman/_static/minus.png diff --git a/3.0.1/usrman/_static/plus.png b/mpi4py/3.0.1/usrman/_static/plus.png similarity index 100% rename from 3.0.1/usrman/_static/plus.png rename to mpi4py/3.0.1/usrman/_static/plus.png diff --git a/3.0.1/usrman/_static/pygments.css b/mpi4py/3.0.1/usrman/_static/pygments.css similarity index 100% rename from 3.0.1/usrman/_static/pygments.css rename to mpi4py/3.0.1/usrman/_static/pygments.css diff --git a/3.0.1/usrman/_static/searchtools.js b/mpi4py/3.0.1/usrman/_static/searchtools.js similarity index 100% rename from 3.0.1/usrman/_static/searchtools.js rename to mpi4py/3.0.1/usrman/_static/searchtools.js diff --git a/3.0.1/usrman/_static/sidebar.js b/mpi4py/3.0.1/usrman/_static/sidebar.js similarity index 100% rename from 3.0.1/usrman/_static/sidebar.js rename to mpi4py/3.0.1/usrman/_static/sidebar.js diff --git a/3.0.1/usrman/_static/underscore-1.3.1.js b/mpi4py/3.0.1/usrman/_static/underscore-1.3.1.js similarity index 100% rename from 3.0.1/usrman/_static/underscore-1.3.1.js rename to mpi4py/3.0.1/usrman/_static/underscore-1.3.1.js diff --git a/3.0.1/usrman/_static/underscore.js b/mpi4py/3.0.1/usrman/_static/underscore.js similarity index 100% rename from 3.0.1/usrman/_static/underscore.js rename to mpi4py/3.0.1/usrman/_static/underscore.js diff --git a/3.0.1/usrman/_static/up-pressed.png b/mpi4py/3.0.1/usrman/_static/up-pressed.png similarity index 100% rename from 3.0.1/usrman/_static/up-pressed.png rename to mpi4py/3.0.1/usrman/_static/up-pressed.png diff --git a/3.0.1/usrman/_static/up.png b/mpi4py/3.0.1/usrman/_static/up.png similarity index 100% rename from 3.0.1/usrman/_static/up.png rename to mpi4py/3.0.1/usrman/_static/up.png diff --git a/3.0.1/usrman/_static/websupport.js b/mpi4py/3.0.1/usrman/_static/websupport.js similarity index 100% rename from 3.0.1/usrman/_static/websupport.js rename to mpi4py/3.0.1/usrman/_static/websupport.js diff --git a/3.0.1/usrman/appendix.html b/mpi4py/3.0.1/usrman/appendix.html similarity index 100% rename from 3.0.1/usrman/appendix.html rename to mpi4py/3.0.1/usrman/appendix.html diff --git a/3.0.1/usrman/citing.html b/mpi4py/3.0.1/usrman/citing.html similarity index 100% rename from 3.0.1/usrman/citing.html rename to mpi4py/3.0.1/usrman/citing.html diff --git a/3.0.1/usrman/genindex.html b/mpi4py/3.0.1/usrman/genindex.html similarity index 100% rename from 3.0.1/usrman/genindex.html rename to mpi4py/3.0.1/usrman/genindex.html diff --git a/3.0.1/usrman/index.html b/mpi4py/3.0.1/usrman/index.html similarity index 100% rename from 3.0.1/usrman/index.html rename to mpi4py/3.0.1/usrman/index.html diff --git a/3.0.1/usrman/install.html b/mpi4py/3.0.1/usrman/install.html similarity index 100% rename from 3.0.1/usrman/install.html rename to mpi4py/3.0.1/usrman/install.html diff --git a/3.0.1/usrman/intro.html b/mpi4py/3.0.1/usrman/intro.html similarity index 100% rename from 3.0.1/usrman/intro.html rename to mpi4py/3.0.1/usrman/intro.html diff --git a/3.0.1/usrman/manual.html b/mpi4py/3.0.1/usrman/manual.html similarity index 100% rename from 3.0.1/usrman/manual.html rename to mpi4py/3.0.1/usrman/manual.html diff --git a/3.0.1/usrman/mpi4py.futures.html b/mpi4py/3.0.1/usrman/mpi4py.futures.html similarity index 100% rename from 3.0.1/usrman/mpi4py.futures.html rename to mpi4py/3.0.1/usrman/mpi4py.futures.html diff --git a/3.0.1/usrman/mpi4py.run.html b/mpi4py/3.0.1/usrman/mpi4py.run.html similarity index 100% rename from 3.0.1/usrman/mpi4py.run.html rename to mpi4py/3.0.1/usrman/mpi4py.run.html diff --git a/3.0.1/usrman/objects.inv b/mpi4py/3.0.1/usrman/objects.inv similarity index 100% rename from 3.0.1/usrman/objects.inv rename to mpi4py/3.0.1/usrman/objects.inv diff --git a/3.0.1/usrman/overview.html b/mpi4py/3.0.1/usrman/overview.html similarity index 100% rename from 3.0.1/usrman/overview.html rename to mpi4py/3.0.1/usrman/overview.html diff --git a/3.0.1/usrman/py-modindex.html b/mpi4py/3.0.1/usrman/py-modindex.html similarity index 100% rename from 3.0.1/usrman/py-modindex.html rename to mpi4py/3.0.1/usrman/py-modindex.html diff --git a/3.0.1/usrman/search.html b/mpi4py/3.0.1/usrman/search.html similarity index 100% rename from 3.0.1/usrman/search.html rename to mpi4py/3.0.1/usrman/search.html diff --git a/3.0.1/usrman/searchindex.js b/mpi4py/3.0.1/usrman/searchindex.js similarity index 100% rename from 3.0.1/usrman/searchindex.js rename to mpi4py/3.0.1/usrman/searchindex.js diff --git a/3.0.1/usrman/tutorial.html b/mpi4py/3.0.1/usrman/tutorial.html similarity index 100% rename from 3.0.1/usrman/tutorial.html rename to mpi4py/3.0.1/usrman/tutorial.html diff --git a/3.0.2/CHANGES.html b/mpi4py/3.0.2/CHANGES.html similarity index 100% rename from 3.0.2/CHANGES.html rename to mpi4py/3.0.2/CHANGES.html diff --git a/3.0.2/LICENSE.html b/mpi4py/3.0.2/LICENSE.html similarity index 100% rename from 3.0.2/LICENSE.html rename to mpi4py/3.0.2/LICENSE.html diff --git a/3.0.2/apiref/api-objects.txt b/mpi4py/3.0.2/apiref/api-objects.txt similarity index 100% rename from 3.0.2/apiref/api-objects.txt rename to mpi4py/3.0.2/apiref/api-objects.txt diff --git a/3.0.2/apiref/class-tree.html b/mpi4py/3.0.2/apiref/class-tree.html similarity index 100% rename from 3.0.2/apiref/class-tree.html rename to mpi4py/3.0.2/apiref/class-tree.html diff --git a/3.0.2/apiref/crarr.png b/mpi4py/3.0.2/apiref/crarr.png similarity index 100% rename from 3.0.2/apiref/crarr.png rename to mpi4py/3.0.2/apiref/crarr.png diff --git a/3.0.2/apiref/epydoc.css b/mpi4py/3.0.2/apiref/epydoc.css similarity index 100% rename from 3.0.2/apiref/epydoc.css rename to mpi4py/3.0.2/apiref/epydoc.css diff --git a/3.0.2/apiref/epydoc.js b/mpi4py/3.0.2/apiref/epydoc.js similarity index 100% rename from 3.0.2/apiref/epydoc.js rename to mpi4py/3.0.2/apiref/epydoc.js diff --git a/3.0.2/apiref/frames.html b/mpi4py/3.0.2/apiref/frames.html similarity index 100% rename from 3.0.2/apiref/frames.html rename to mpi4py/3.0.2/apiref/frames.html diff --git a/3.0.2/apiref/help.html b/mpi4py/3.0.2/apiref/help.html similarity index 100% rename from 3.0.2/apiref/help.html rename to mpi4py/3.0.2/apiref/help.html diff --git a/3.0.2/apiref/identifier-index.html b/mpi4py/3.0.2/apiref/identifier-index.html similarity index 100% rename from 3.0.2/apiref/identifier-index.html rename to mpi4py/3.0.2/apiref/identifier-index.html diff --git a/3.0.2/apiref/index.html b/mpi4py/3.0.2/apiref/index.html similarity index 100% rename from 3.0.2/apiref/index.html rename to mpi4py/3.0.2/apiref/index.html diff --git a/3.0.2/apiref/module-tree.html b/mpi4py/3.0.2/apiref/module-tree.html similarity index 100% rename from 3.0.2/apiref/module-tree.html rename to mpi4py/3.0.2/apiref/module-tree.html diff --git a/3.0.2/apiref/mpi4py-module.html b/mpi4py/3.0.2/apiref/mpi4py-module.html similarity index 100% rename from 3.0.2/apiref/mpi4py-module.html rename to mpi4py/3.0.2/apiref/mpi4py-module.html diff --git a/3.0.2/apiref/mpi4py-pysrc.html b/mpi4py/3.0.2/apiref/mpi4py-pysrc.html similarity index 100% rename from 3.0.2/apiref/mpi4py-pysrc.html rename to mpi4py/3.0.2/apiref/mpi4py-pysrc.html diff --git a/3.0.2/apiref/mpi4py.MPI-module.html b/mpi4py/3.0.2/apiref/mpi4py.MPI-module.html similarity index 100% rename from 3.0.2/apiref/mpi4py.MPI-module.html rename to mpi4py/3.0.2/apiref/mpi4py.MPI-module.html diff --git a/3.0.2/apiref/mpi4py.MPI.Cartcomm-class.html b/mpi4py/3.0.2/apiref/mpi4py.MPI.Cartcomm-class.html similarity index 100% rename from 3.0.2/apiref/mpi4py.MPI.Cartcomm-class.html rename to mpi4py/3.0.2/apiref/mpi4py.MPI.Cartcomm-class.html diff --git a/3.0.2/apiref/mpi4py.MPI.Comm-class.html b/mpi4py/3.0.2/apiref/mpi4py.MPI.Comm-class.html similarity index 100% rename from 3.0.2/apiref/mpi4py.MPI.Comm-class.html rename to mpi4py/3.0.2/apiref/mpi4py.MPI.Comm-class.html diff --git a/3.0.2/apiref/mpi4py.MPI.Datatype-class.html b/mpi4py/3.0.2/apiref/mpi4py.MPI.Datatype-class.html similarity index 100% rename from 3.0.2/apiref/mpi4py.MPI.Datatype-class.html rename to mpi4py/3.0.2/apiref/mpi4py.MPI.Datatype-class.html diff --git a/3.0.2/apiref/mpi4py.MPI.Distgraphcomm-class.html b/mpi4py/3.0.2/apiref/mpi4py.MPI.Distgraphcomm-class.html similarity index 100% rename from 3.0.2/apiref/mpi4py.MPI.Distgraphcomm-class.html rename to mpi4py/3.0.2/apiref/mpi4py.MPI.Distgraphcomm-class.html diff --git a/3.0.2/apiref/mpi4py.MPI.Errhandler-class.html b/mpi4py/3.0.2/apiref/mpi4py.MPI.Errhandler-class.html similarity index 100% rename from 3.0.2/apiref/mpi4py.MPI.Errhandler-class.html rename to mpi4py/3.0.2/apiref/mpi4py.MPI.Errhandler-class.html diff --git a/3.0.2/apiref/mpi4py.MPI.Exception-class.html b/mpi4py/3.0.2/apiref/mpi4py.MPI.Exception-class.html similarity index 100% rename from 3.0.2/apiref/mpi4py.MPI.Exception-class.html rename to mpi4py/3.0.2/apiref/mpi4py.MPI.Exception-class.html diff --git a/3.0.2/apiref/mpi4py.MPI.File-class.html b/mpi4py/3.0.2/apiref/mpi4py.MPI.File-class.html similarity index 100% rename from 3.0.2/apiref/mpi4py.MPI.File-class.html rename to mpi4py/3.0.2/apiref/mpi4py.MPI.File-class.html diff --git a/3.0.2/apiref/mpi4py.MPI.Graphcomm-class.html b/mpi4py/3.0.2/apiref/mpi4py.MPI.Graphcomm-class.html similarity index 100% rename from 3.0.2/apiref/mpi4py.MPI.Graphcomm-class.html rename to mpi4py/3.0.2/apiref/mpi4py.MPI.Graphcomm-class.html diff --git a/3.0.2/apiref/mpi4py.MPI.Grequest-class.html b/mpi4py/3.0.2/apiref/mpi4py.MPI.Grequest-class.html similarity index 100% rename from 3.0.2/apiref/mpi4py.MPI.Grequest-class.html rename to mpi4py/3.0.2/apiref/mpi4py.MPI.Grequest-class.html diff --git a/3.0.2/apiref/mpi4py.MPI.Group-class.html b/mpi4py/3.0.2/apiref/mpi4py.MPI.Group-class.html similarity index 100% rename from 3.0.2/apiref/mpi4py.MPI.Group-class.html rename to mpi4py/3.0.2/apiref/mpi4py.MPI.Group-class.html diff --git a/3.0.2/apiref/mpi4py.MPI.Info-class.html b/mpi4py/3.0.2/apiref/mpi4py.MPI.Info-class.html similarity index 100% rename from 3.0.2/apiref/mpi4py.MPI.Info-class.html rename to mpi4py/3.0.2/apiref/mpi4py.MPI.Info-class.html diff --git a/3.0.2/apiref/mpi4py.MPI.Intercomm-class.html b/mpi4py/3.0.2/apiref/mpi4py.MPI.Intercomm-class.html similarity index 100% rename from 3.0.2/apiref/mpi4py.MPI.Intercomm-class.html rename to mpi4py/3.0.2/apiref/mpi4py.MPI.Intercomm-class.html diff --git a/3.0.2/apiref/mpi4py.MPI.Intracomm-class.html b/mpi4py/3.0.2/apiref/mpi4py.MPI.Intracomm-class.html similarity index 100% rename from 3.0.2/apiref/mpi4py.MPI.Intracomm-class.html rename to mpi4py/3.0.2/apiref/mpi4py.MPI.Intracomm-class.html diff --git a/3.0.2/apiref/mpi4py.MPI.Message-class.html b/mpi4py/3.0.2/apiref/mpi4py.MPI.Message-class.html similarity index 100% rename from 3.0.2/apiref/mpi4py.MPI.Message-class.html rename to mpi4py/3.0.2/apiref/mpi4py.MPI.Message-class.html diff --git a/3.0.2/apiref/mpi4py.MPI.Op-class.html b/mpi4py/3.0.2/apiref/mpi4py.MPI.Op-class.html similarity index 100% rename from 3.0.2/apiref/mpi4py.MPI.Op-class.html rename to mpi4py/3.0.2/apiref/mpi4py.MPI.Op-class.html diff --git a/3.0.2/apiref/mpi4py.MPI.Prequest-class.html b/mpi4py/3.0.2/apiref/mpi4py.MPI.Prequest-class.html similarity index 100% rename from 3.0.2/apiref/mpi4py.MPI.Prequest-class.html rename to mpi4py/3.0.2/apiref/mpi4py.MPI.Prequest-class.html diff --git a/3.0.2/apiref/mpi4py.MPI.Request-class.html b/mpi4py/3.0.2/apiref/mpi4py.MPI.Request-class.html similarity index 100% rename from 3.0.2/apiref/mpi4py.MPI.Request-class.html rename to mpi4py/3.0.2/apiref/mpi4py.MPI.Request-class.html diff --git a/3.0.2/apiref/mpi4py.MPI.Status-class.html b/mpi4py/3.0.2/apiref/mpi4py.MPI.Status-class.html similarity index 100% rename from 3.0.2/apiref/mpi4py.MPI.Status-class.html rename to mpi4py/3.0.2/apiref/mpi4py.MPI.Status-class.html diff --git a/3.0.2/apiref/mpi4py.MPI.Topocomm-class.html b/mpi4py/3.0.2/apiref/mpi4py.MPI.Topocomm-class.html similarity index 100% rename from 3.0.2/apiref/mpi4py.MPI.Topocomm-class.html rename to mpi4py/3.0.2/apiref/mpi4py.MPI.Topocomm-class.html diff --git a/3.0.2/apiref/mpi4py.MPI.Win-class.html b/mpi4py/3.0.2/apiref/mpi4py.MPI.Win-class.html similarity index 100% rename from 3.0.2/apiref/mpi4py.MPI.Win-class.html rename to mpi4py/3.0.2/apiref/mpi4py.MPI.Win-class.html diff --git a/3.0.2/apiref/mpi4py.MPI.memory-class.html b/mpi4py/3.0.2/apiref/mpi4py.MPI.memory-class.html similarity index 100% rename from 3.0.2/apiref/mpi4py.MPI.memory-class.html rename to mpi4py/3.0.2/apiref/mpi4py.MPI.memory-class.html diff --git a/3.0.2/apiref/redirect.html b/mpi4py/3.0.2/apiref/redirect.html similarity index 100% rename from 3.0.2/apiref/redirect.html rename to mpi4py/3.0.2/apiref/redirect.html diff --git a/3.0.2/apiref/toc-everything.html b/mpi4py/3.0.2/apiref/toc-everything.html similarity index 100% rename from 3.0.2/apiref/toc-everything.html rename to mpi4py/3.0.2/apiref/toc-everything.html diff --git a/3.0.2/apiref/toc-mpi4py-module.html b/mpi4py/3.0.2/apiref/toc-mpi4py-module.html similarity index 100% rename from 3.0.2/apiref/toc-mpi4py-module.html rename to mpi4py/3.0.2/apiref/toc-mpi4py-module.html diff --git a/3.0.2/apiref/toc-mpi4py.MPI-module.html b/mpi4py/3.0.2/apiref/toc-mpi4py.MPI-module.html similarity index 100% rename from 3.0.2/apiref/toc-mpi4py.MPI-module.html rename to mpi4py/3.0.2/apiref/toc-mpi4py.MPI-module.html diff --git a/3.0.2/apiref/toc.html b/mpi4py/3.0.2/apiref/toc.html similarity index 100% rename from 3.0.2/apiref/toc.html rename to mpi4py/3.0.2/apiref/toc.html diff --git a/3.0.2/index.html b/mpi4py/3.0.2/index.html similarity index 100% rename from 3.0.2/index.html rename to mpi4py/3.0.2/index.html diff --git a/3.0.2/index.rst b/mpi4py/3.0.2/index.rst similarity index 100% rename from 3.0.2/index.rst rename to mpi4py/3.0.2/index.rst diff --git a/3.0.2/mpi4py.1 b/mpi4py/3.0.2/mpi4py.1 similarity index 100% rename from 3.0.2/mpi4py.1 rename to mpi4py/3.0.2/mpi4py.1 diff --git a/3.0.2/mpi4py.bib b/mpi4py/3.0.2/mpi4py.bib similarity index 100% rename from 3.0.2/mpi4py.bib rename to mpi4py/3.0.2/mpi4py.bib diff --git a/3.0.2/mpi4py.info b/mpi4py/3.0.2/mpi4py.info similarity index 100% rename from 3.0.2/mpi4py.info rename to mpi4py/3.0.2/mpi4py.info diff --git a/3.0.2/mpi4py.pdf b/mpi4py/3.0.2/mpi4py.pdf similarity index 100% rename from 3.0.2/mpi4py.pdf rename to mpi4py/3.0.2/mpi4py.pdf diff --git a/3.0.2/source/usrman/Makefile b/mpi4py/3.0.2/source/usrman/Makefile similarity index 100% rename from 3.0.2/source/usrman/Makefile rename to mpi4py/3.0.2/source/usrman/Makefile diff --git a/3.0.2/source/usrman/abstract.txt b/mpi4py/3.0.2/source/usrman/abstract.txt similarity index 100% rename from 3.0.2/source/usrman/abstract.txt rename to mpi4py/3.0.2/source/usrman/abstract.txt diff --git a/3.0.2/source/usrman/appendix.rst b/mpi4py/3.0.2/source/usrman/appendix.rst similarity index 100% rename from 3.0.2/source/usrman/appendix.rst rename to mpi4py/3.0.2/source/usrman/appendix.rst diff --git a/3.0.2/source/usrman/citing.rst b/mpi4py/3.0.2/source/usrman/citing.rst similarity index 100% rename from 3.0.2/source/usrman/citing.rst rename to mpi4py/3.0.2/source/usrman/citing.rst diff --git a/3.0.2/source/usrman/conf.py b/mpi4py/3.0.2/source/usrman/conf.py similarity index 100% rename from 3.0.2/source/usrman/conf.py rename to mpi4py/3.0.2/source/usrman/conf.py diff --git a/3.0.2/source/usrman/index.rst b/mpi4py/3.0.2/source/usrman/index.rst similarity index 100% rename from 3.0.2/source/usrman/index.rst rename to mpi4py/3.0.2/source/usrman/index.rst diff --git a/3.0.2/source/usrman/install.rst b/mpi4py/3.0.2/source/usrman/install.rst similarity index 100% rename from 3.0.2/source/usrman/install.rst rename to mpi4py/3.0.2/source/usrman/install.rst diff --git a/3.0.2/source/usrman/intro.rst b/mpi4py/3.0.2/source/usrman/intro.rst similarity index 100% rename from 3.0.2/source/usrman/intro.rst rename to mpi4py/3.0.2/source/usrman/intro.rst diff --git a/3.0.2/source/usrman/make.bat b/mpi4py/3.0.2/source/usrman/make.bat similarity index 100% rename from 3.0.2/source/usrman/make.bat rename to mpi4py/3.0.2/source/usrman/make.bat diff --git a/3.0.2/source/usrman/manual.rst b/mpi4py/3.0.2/source/usrman/manual.rst similarity index 100% rename from 3.0.2/source/usrman/manual.rst rename to mpi4py/3.0.2/source/usrman/manual.rst diff --git a/3.0.2/source/usrman/mpi4py.futures.rst b/mpi4py/3.0.2/source/usrman/mpi4py.futures.rst similarity index 100% rename from 3.0.2/source/usrman/mpi4py.futures.rst rename to mpi4py/3.0.2/source/usrman/mpi4py.futures.rst diff --git a/3.0.2/source/usrman/mpi4py.run.rst b/mpi4py/3.0.2/source/usrman/mpi4py.run.rst similarity index 100% rename from 3.0.2/source/usrman/mpi4py.run.rst rename to mpi4py/3.0.2/source/usrman/mpi4py.run.rst diff --git a/3.0.2/source/usrman/overview.rst b/mpi4py/3.0.2/source/usrman/overview.rst similarity index 100% rename from 3.0.2/source/usrman/overview.rst rename to mpi4py/3.0.2/source/usrman/overview.rst diff --git a/3.0.2/source/usrman/toctree.txt b/mpi4py/3.0.2/source/usrman/toctree.txt similarity index 100% rename from 3.0.2/source/usrman/toctree.txt rename to mpi4py/3.0.2/source/usrman/toctree.txt diff --git a/3.0.2/source/usrman/tutorial.rst b/mpi4py/3.0.2/source/usrman/tutorial.rst similarity index 100% rename from 3.0.2/source/usrman/tutorial.rst rename to mpi4py/3.0.2/source/usrman/tutorial.rst diff --git a/3.0.2/usrman/_sources/appendix.rst.txt b/mpi4py/3.0.2/usrman/_sources/appendix.rst.txt similarity index 100% rename from 3.0.2/usrman/_sources/appendix.rst.txt rename to mpi4py/3.0.2/usrman/_sources/appendix.rst.txt diff --git a/3.0.2/usrman/_sources/citing.rst.txt b/mpi4py/3.0.2/usrman/_sources/citing.rst.txt similarity index 100% rename from 3.0.2/usrman/_sources/citing.rst.txt rename to mpi4py/3.0.2/usrman/_sources/citing.rst.txt diff --git a/3.0.2/usrman/_sources/index.rst.txt b/mpi4py/3.0.2/usrman/_sources/index.rst.txt similarity index 100% rename from 3.0.2/usrman/_sources/index.rst.txt rename to mpi4py/3.0.2/usrman/_sources/index.rst.txt diff --git a/3.0.2/usrman/_sources/install.rst.txt b/mpi4py/3.0.2/usrman/_sources/install.rst.txt similarity index 100% rename from 3.0.2/usrman/_sources/install.rst.txt rename to mpi4py/3.0.2/usrman/_sources/install.rst.txt diff --git a/3.0.2/usrman/_sources/intro.rst.txt b/mpi4py/3.0.2/usrman/_sources/intro.rst.txt similarity index 100% rename from 3.0.2/usrman/_sources/intro.rst.txt rename to mpi4py/3.0.2/usrman/_sources/intro.rst.txt diff --git a/3.0.2/usrman/_sources/manual.rst.txt b/mpi4py/3.0.2/usrman/_sources/manual.rst.txt similarity index 100% rename from 3.0.2/usrman/_sources/manual.rst.txt rename to mpi4py/3.0.2/usrman/_sources/manual.rst.txt diff --git a/3.0.2/usrman/_sources/mpi4py.futures.rst.txt b/mpi4py/3.0.2/usrman/_sources/mpi4py.futures.rst.txt similarity index 100% rename from 3.0.2/usrman/_sources/mpi4py.futures.rst.txt rename to mpi4py/3.0.2/usrman/_sources/mpi4py.futures.rst.txt diff --git a/3.0.2/usrman/_sources/mpi4py.run.rst.txt b/mpi4py/3.0.2/usrman/_sources/mpi4py.run.rst.txt similarity index 100% rename from 3.0.2/usrman/_sources/mpi4py.run.rst.txt rename to mpi4py/3.0.2/usrman/_sources/mpi4py.run.rst.txt diff --git a/3.0.2/usrman/_sources/overview.rst.txt b/mpi4py/3.0.2/usrman/_sources/overview.rst.txt similarity index 100% rename from 3.0.2/usrman/_sources/overview.rst.txt rename to mpi4py/3.0.2/usrman/_sources/overview.rst.txt diff --git a/3.0.2/usrman/_sources/tutorial.rst.txt b/mpi4py/3.0.2/usrman/_sources/tutorial.rst.txt similarity index 100% rename from 3.0.2/usrman/_sources/tutorial.rst.txt rename to mpi4py/3.0.2/usrman/_sources/tutorial.rst.txt diff --git a/3.0.2/usrman/_static/ajax-loader.gif b/mpi4py/3.0.2/usrman/_static/ajax-loader.gif similarity index 100% rename from 3.0.2/usrman/_static/ajax-loader.gif rename to mpi4py/3.0.2/usrman/_static/ajax-loader.gif diff --git a/3.0.2/usrman/_static/basic.css b/mpi4py/3.0.2/usrman/_static/basic.css similarity index 100% rename from 3.0.2/usrman/_static/basic.css rename to mpi4py/3.0.2/usrman/_static/basic.css diff --git a/3.0.2/usrman/_static/classic.css b/mpi4py/3.0.2/usrman/_static/classic.css similarity index 100% rename from 3.0.2/usrman/_static/classic.css rename to mpi4py/3.0.2/usrman/_static/classic.css diff --git a/3.0.2/usrman/_static/comment-bright.png b/mpi4py/3.0.2/usrman/_static/comment-bright.png similarity index 100% rename from 3.0.2/usrman/_static/comment-bright.png rename to mpi4py/3.0.2/usrman/_static/comment-bright.png diff --git a/3.0.2/usrman/_static/comment-close.png b/mpi4py/3.0.2/usrman/_static/comment-close.png similarity index 100% rename from 3.0.2/usrman/_static/comment-close.png rename to mpi4py/3.0.2/usrman/_static/comment-close.png diff --git a/3.0.2/usrman/_static/comment.png b/mpi4py/3.0.2/usrman/_static/comment.png similarity index 100% rename from 3.0.2/usrman/_static/comment.png rename to mpi4py/3.0.2/usrman/_static/comment.png diff --git a/3.0.2/usrman/_static/default.css b/mpi4py/3.0.2/usrman/_static/default.css similarity index 100% rename from 3.0.2/usrman/_static/default.css rename to mpi4py/3.0.2/usrman/_static/default.css diff --git a/3.0.2/usrman/_static/doctools.js b/mpi4py/3.0.2/usrman/_static/doctools.js similarity index 100% rename from 3.0.2/usrman/_static/doctools.js rename to mpi4py/3.0.2/usrman/_static/doctools.js diff --git a/3.0.2/usrman/_static/documentation_options.js b/mpi4py/3.0.2/usrman/_static/documentation_options.js similarity index 100% rename from 3.0.2/usrman/_static/documentation_options.js rename to mpi4py/3.0.2/usrman/_static/documentation_options.js diff --git a/3.0.2/usrman/_static/down-pressed.png b/mpi4py/3.0.2/usrman/_static/down-pressed.png similarity index 100% rename from 3.0.2/usrman/_static/down-pressed.png rename to mpi4py/3.0.2/usrman/_static/down-pressed.png diff --git a/3.0.2/usrman/_static/down.png b/mpi4py/3.0.2/usrman/_static/down.png similarity index 100% rename from 3.0.2/usrman/_static/down.png rename to mpi4py/3.0.2/usrman/_static/down.png diff --git a/3.0.2/usrman/_static/file.png b/mpi4py/3.0.2/usrman/_static/file.png similarity index 100% rename from 3.0.2/usrman/_static/file.png rename to mpi4py/3.0.2/usrman/_static/file.png diff --git a/3.0.2/usrman/_static/jquery-3.2.1.js b/mpi4py/3.0.2/usrman/_static/jquery-3.2.1.js similarity index 100% rename from 3.0.2/usrman/_static/jquery-3.2.1.js rename to mpi4py/3.0.2/usrman/_static/jquery-3.2.1.js diff --git a/3.0.2/usrman/_static/jquery.js b/mpi4py/3.0.2/usrman/_static/jquery.js similarity index 100% rename from 3.0.2/usrman/_static/jquery.js rename to mpi4py/3.0.2/usrman/_static/jquery.js diff --git a/3.0.2/usrman/_static/language_data.js b/mpi4py/3.0.2/usrman/_static/language_data.js similarity index 100% rename from 3.0.2/usrman/_static/language_data.js rename to mpi4py/3.0.2/usrman/_static/language_data.js diff --git a/3.0.2/usrman/_static/minus.png b/mpi4py/3.0.2/usrman/_static/minus.png similarity index 100% rename from 3.0.2/usrman/_static/minus.png rename to mpi4py/3.0.2/usrman/_static/minus.png diff --git a/3.0.2/usrman/_static/plus.png b/mpi4py/3.0.2/usrman/_static/plus.png similarity index 100% rename from 3.0.2/usrman/_static/plus.png rename to mpi4py/3.0.2/usrman/_static/plus.png diff --git a/3.0.2/usrman/_static/pygments.css b/mpi4py/3.0.2/usrman/_static/pygments.css similarity index 100% rename from 3.0.2/usrman/_static/pygments.css rename to mpi4py/3.0.2/usrman/_static/pygments.css diff --git a/3.0.2/usrman/_static/searchtools.js b/mpi4py/3.0.2/usrman/_static/searchtools.js similarity index 100% rename from 3.0.2/usrman/_static/searchtools.js rename to mpi4py/3.0.2/usrman/_static/searchtools.js diff --git a/3.0.2/usrman/_static/sidebar.js b/mpi4py/3.0.2/usrman/_static/sidebar.js similarity index 100% rename from 3.0.2/usrman/_static/sidebar.js rename to mpi4py/3.0.2/usrman/_static/sidebar.js diff --git a/3.0.2/usrman/_static/underscore-1.3.1.js b/mpi4py/3.0.2/usrman/_static/underscore-1.3.1.js similarity index 100% rename from 3.0.2/usrman/_static/underscore-1.3.1.js rename to mpi4py/3.0.2/usrman/_static/underscore-1.3.1.js diff --git a/3.0.2/usrman/_static/underscore.js b/mpi4py/3.0.2/usrman/_static/underscore.js similarity index 100% rename from 3.0.2/usrman/_static/underscore.js rename to mpi4py/3.0.2/usrman/_static/underscore.js diff --git a/3.0.2/usrman/_static/up-pressed.png b/mpi4py/3.0.2/usrman/_static/up-pressed.png similarity index 100% rename from 3.0.2/usrman/_static/up-pressed.png rename to mpi4py/3.0.2/usrman/_static/up-pressed.png diff --git a/3.0.2/usrman/_static/up.png b/mpi4py/3.0.2/usrman/_static/up.png similarity index 100% rename from 3.0.2/usrman/_static/up.png rename to mpi4py/3.0.2/usrman/_static/up.png diff --git a/3.0.2/usrman/_static/websupport.js b/mpi4py/3.0.2/usrman/_static/websupport.js similarity index 100% rename from 3.0.2/usrman/_static/websupport.js rename to mpi4py/3.0.2/usrman/_static/websupport.js diff --git a/3.0.2/usrman/appendix.html b/mpi4py/3.0.2/usrman/appendix.html similarity index 100% rename from 3.0.2/usrman/appendix.html rename to mpi4py/3.0.2/usrman/appendix.html diff --git a/3.0.2/usrman/citing.html b/mpi4py/3.0.2/usrman/citing.html similarity index 100% rename from 3.0.2/usrman/citing.html rename to mpi4py/3.0.2/usrman/citing.html diff --git a/3.0.2/usrman/genindex.html b/mpi4py/3.0.2/usrman/genindex.html similarity index 100% rename from 3.0.2/usrman/genindex.html rename to mpi4py/3.0.2/usrman/genindex.html diff --git a/3.0.2/usrman/index.html b/mpi4py/3.0.2/usrman/index.html similarity index 100% rename from 3.0.2/usrman/index.html rename to mpi4py/3.0.2/usrman/index.html diff --git a/3.0.2/usrman/install.html b/mpi4py/3.0.2/usrman/install.html similarity index 100% rename from 3.0.2/usrman/install.html rename to mpi4py/3.0.2/usrman/install.html diff --git a/3.0.2/usrman/intro.html b/mpi4py/3.0.2/usrman/intro.html similarity index 100% rename from 3.0.2/usrman/intro.html rename to mpi4py/3.0.2/usrman/intro.html diff --git a/3.0.2/usrman/manual.html b/mpi4py/3.0.2/usrman/manual.html similarity index 100% rename from 3.0.2/usrman/manual.html rename to mpi4py/3.0.2/usrman/manual.html diff --git a/3.0.2/usrman/mpi4py.futures.html b/mpi4py/3.0.2/usrman/mpi4py.futures.html similarity index 100% rename from 3.0.2/usrman/mpi4py.futures.html rename to mpi4py/3.0.2/usrman/mpi4py.futures.html diff --git a/3.0.2/usrman/mpi4py.run.html b/mpi4py/3.0.2/usrman/mpi4py.run.html similarity index 100% rename from 3.0.2/usrman/mpi4py.run.html rename to mpi4py/3.0.2/usrman/mpi4py.run.html diff --git a/3.0.2/usrman/objects.inv b/mpi4py/3.0.2/usrman/objects.inv similarity index 100% rename from 3.0.2/usrman/objects.inv rename to mpi4py/3.0.2/usrman/objects.inv diff --git a/3.0.2/usrman/overview.html b/mpi4py/3.0.2/usrman/overview.html similarity index 100% rename from 3.0.2/usrman/overview.html rename to mpi4py/3.0.2/usrman/overview.html diff --git a/3.0.2/usrman/py-modindex.html b/mpi4py/3.0.2/usrman/py-modindex.html similarity index 100% rename from 3.0.2/usrman/py-modindex.html rename to mpi4py/3.0.2/usrman/py-modindex.html diff --git a/3.0.2/usrman/search.html b/mpi4py/3.0.2/usrman/search.html similarity index 100% rename from 3.0.2/usrman/search.html rename to mpi4py/3.0.2/usrman/search.html diff --git a/3.0.2/usrman/searchindex.js b/mpi4py/3.0.2/usrman/searchindex.js similarity index 100% rename from 3.0.2/usrman/searchindex.js rename to mpi4py/3.0.2/usrman/searchindex.js diff --git a/3.0.2/usrman/tutorial.html b/mpi4py/3.0.2/usrman/tutorial.html similarity index 100% rename from 3.0.2/usrman/tutorial.html rename to mpi4py/3.0.2/usrman/tutorial.html diff --git a/3.0.3/CHANGES.html b/mpi4py/3.0.3/CHANGES.html similarity index 100% rename from 3.0.3/CHANGES.html rename to mpi4py/3.0.3/CHANGES.html diff --git a/3.0.3/LICENSE.html b/mpi4py/3.0.3/LICENSE.html similarity index 100% rename from 3.0.3/LICENSE.html rename to mpi4py/3.0.3/LICENSE.html diff --git a/3.0.3/apiref/api-objects.txt b/mpi4py/3.0.3/apiref/api-objects.txt similarity index 100% rename from 3.0.3/apiref/api-objects.txt rename to mpi4py/3.0.3/apiref/api-objects.txt diff --git a/3.0.3/apiref/class-tree.html b/mpi4py/3.0.3/apiref/class-tree.html similarity index 100% rename from 3.0.3/apiref/class-tree.html rename to mpi4py/3.0.3/apiref/class-tree.html diff --git a/3.0.3/apiref/crarr.png b/mpi4py/3.0.3/apiref/crarr.png similarity index 100% rename from 3.0.3/apiref/crarr.png rename to mpi4py/3.0.3/apiref/crarr.png diff --git a/3.0.3/apiref/epydoc.css b/mpi4py/3.0.3/apiref/epydoc.css similarity index 100% rename from 3.0.3/apiref/epydoc.css rename to mpi4py/3.0.3/apiref/epydoc.css diff --git a/3.0.3/apiref/epydoc.js b/mpi4py/3.0.3/apiref/epydoc.js similarity index 100% rename from 3.0.3/apiref/epydoc.js rename to mpi4py/3.0.3/apiref/epydoc.js diff --git a/3.0.3/apiref/frames.html b/mpi4py/3.0.3/apiref/frames.html similarity index 100% rename from 3.0.3/apiref/frames.html rename to mpi4py/3.0.3/apiref/frames.html diff --git a/3.0.3/apiref/help.html b/mpi4py/3.0.3/apiref/help.html similarity index 100% rename from 3.0.3/apiref/help.html rename to mpi4py/3.0.3/apiref/help.html diff --git a/3.0.3/apiref/identifier-index.html b/mpi4py/3.0.3/apiref/identifier-index.html similarity index 100% rename from 3.0.3/apiref/identifier-index.html rename to mpi4py/3.0.3/apiref/identifier-index.html diff --git a/3.0.3/apiref/index.html b/mpi4py/3.0.3/apiref/index.html similarity index 100% rename from 3.0.3/apiref/index.html rename to mpi4py/3.0.3/apiref/index.html diff --git a/3.0.3/apiref/module-tree.html b/mpi4py/3.0.3/apiref/module-tree.html similarity index 100% rename from 3.0.3/apiref/module-tree.html rename to mpi4py/3.0.3/apiref/module-tree.html diff --git a/3.0.3/apiref/mpi4py-module.html b/mpi4py/3.0.3/apiref/mpi4py-module.html similarity index 100% rename from 3.0.3/apiref/mpi4py-module.html rename to mpi4py/3.0.3/apiref/mpi4py-module.html diff --git a/3.0.3/apiref/mpi4py-pysrc.html b/mpi4py/3.0.3/apiref/mpi4py-pysrc.html similarity index 100% rename from 3.0.3/apiref/mpi4py-pysrc.html rename to mpi4py/3.0.3/apiref/mpi4py-pysrc.html diff --git a/3.0.3/apiref/mpi4py.MPI-module.html b/mpi4py/3.0.3/apiref/mpi4py.MPI-module.html similarity index 100% rename from 3.0.3/apiref/mpi4py.MPI-module.html rename to mpi4py/3.0.3/apiref/mpi4py.MPI-module.html diff --git a/3.0.3/apiref/mpi4py.MPI.Cartcomm-class.html b/mpi4py/3.0.3/apiref/mpi4py.MPI.Cartcomm-class.html similarity index 100% rename from 3.0.3/apiref/mpi4py.MPI.Cartcomm-class.html rename to mpi4py/3.0.3/apiref/mpi4py.MPI.Cartcomm-class.html diff --git a/3.0.3/apiref/mpi4py.MPI.Comm-class.html b/mpi4py/3.0.3/apiref/mpi4py.MPI.Comm-class.html similarity index 100% rename from 3.0.3/apiref/mpi4py.MPI.Comm-class.html rename to mpi4py/3.0.3/apiref/mpi4py.MPI.Comm-class.html diff --git a/3.0.3/apiref/mpi4py.MPI.Datatype-class.html b/mpi4py/3.0.3/apiref/mpi4py.MPI.Datatype-class.html similarity index 100% rename from 3.0.3/apiref/mpi4py.MPI.Datatype-class.html rename to mpi4py/3.0.3/apiref/mpi4py.MPI.Datatype-class.html diff --git a/3.0.3/apiref/mpi4py.MPI.Distgraphcomm-class.html b/mpi4py/3.0.3/apiref/mpi4py.MPI.Distgraphcomm-class.html similarity index 100% rename from 3.0.3/apiref/mpi4py.MPI.Distgraphcomm-class.html rename to mpi4py/3.0.3/apiref/mpi4py.MPI.Distgraphcomm-class.html diff --git a/3.0.3/apiref/mpi4py.MPI.Errhandler-class.html b/mpi4py/3.0.3/apiref/mpi4py.MPI.Errhandler-class.html similarity index 100% rename from 3.0.3/apiref/mpi4py.MPI.Errhandler-class.html rename to mpi4py/3.0.3/apiref/mpi4py.MPI.Errhandler-class.html diff --git a/3.0.3/apiref/mpi4py.MPI.Exception-class.html b/mpi4py/3.0.3/apiref/mpi4py.MPI.Exception-class.html similarity index 100% rename from 3.0.3/apiref/mpi4py.MPI.Exception-class.html rename to mpi4py/3.0.3/apiref/mpi4py.MPI.Exception-class.html diff --git a/3.0.3/apiref/mpi4py.MPI.File-class.html b/mpi4py/3.0.3/apiref/mpi4py.MPI.File-class.html similarity index 100% rename from 3.0.3/apiref/mpi4py.MPI.File-class.html rename to mpi4py/3.0.3/apiref/mpi4py.MPI.File-class.html diff --git a/3.0.3/apiref/mpi4py.MPI.Graphcomm-class.html b/mpi4py/3.0.3/apiref/mpi4py.MPI.Graphcomm-class.html similarity index 100% rename from 3.0.3/apiref/mpi4py.MPI.Graphcomm-class.html rename to mpi4py/3.0.3/apiref/mpi4py.MPI.Graphcomm-class.html diff --git a/3.0.3/apiref/mpi4py.MPI.Grequest-class.html b/mpi4py/3.0.3/apiref/mpi4py.MPI.Grequest-class.html similarity index 100% rename from 3.0.3/apiref/mpi4py.MPI.Grequest-class.html rename to mpi4py/3.0.3/apiref/mpi4py.MPI.Grequest-class.html diff --git a/3.0.3/apiref/mpi4py.MPI.Group-class.html b/mpi4py/3.0.3/apiref/mpi4py.MPI.Group-class.html similarity index 100% rename from 3.0.3/apiref/mpi4py.MPI.Group-class.html rename to mpi4py/3.0.3/apiref/mpi4py.MPI.Group-class.html diff --git a/3.0.3/apiref/mpi4py.MPI.Info-class.html b/mpi4py/3.0.3/apiref/mpi4py.MPI.Info-class.html similarity index 100% rename from 3.0.3/apiref/mpi4py.MPI.Info-class.html rename to mpi4py/3.0.3/apiref/mpi4py.MPI.Info-class.html diff --git a/3.0.3/apiref/mpi4py.MPI.Intercomm-class.html b/mpi4py/3.0.3/apiref/mpi4py.MPI.Intercomm-class.html similarity index 100% rename from 3.0.3/apiref/mpi4py.MPI.Intercomm-class.html rename to mpi4py/3.0.3/apiref/mpi4py.MPI.Intercomm-class.html diff --git a/3.0.3/apiref/mpi4py.MPI.Intracomm-class.html b/mpi4py/3.0.3/apiref/mpi4py.MPI.Intracomm-class.html similarity index 100% rename from 3.0.3/apiref/mpi4py.MPI.Intracomm-class.html rename to mpi4py/3.0.3/apiref/mpi4py.MPI.Intracomm-class.html diff --git a/3.0.3/apiref/mpi4py.MPI.Message-class.html b/mpi4py/3.0.3/apiref/mpi4py.MPI.Message-class.html similarity index 100% rename from 3.0.3/apiref/mpi4py.MPI.Message-class.html rename to mpi4py/3.0.3/apiref/mpi4py.MPI.Message-class.html diff --git a/3.0.3/apiref/mpi4py.MPI.Op-class.html b/mpi4py/3.0.3/apiref/mpi4py.MPI.Op-class.html similarity index 100% rename from 3.0.3/apiref/mpi4py.MPI.Op-class.html rename to mpi4py/3.0.3/apiref/mpi4py.MPI.Op-class.html diff --git a/3.0.3/apiref/mpi4py.MPI.Prequest-class.html b/mpi4py/3.0.3/apiref/mpi4py.MPI.Prequest-class.html similarity index 100% rename from 3.0.3/apiref/mpi4py.MPI.Prequest-class.html rename to mpi4py/3.0.3/apiref/mpi4py.MPI.Prequest-class.html diff --git a/3.0.3/apiref/mpi4py.MPI.Request-class.html b/mpi4py/3.0.3/apiref/mpi4py.MPI.Request-class.html similarity index 100% rename from 3.0.3/apiref/mpi4py.MPI.Request-class.html rename to mpi4py/3.0.3/apiref/mpi4py.MPI.Request-class.html diff --git a/3.0.3/apiref/mpi4py.MPI.Status-class.html b/mpi4py/3.0.3/apiref/mpi4py.MPI.Status-class.html similarity index 100% rename from 3.0.3/apiref/mpi4py.MPI.Status-class.html rename to mpi4py/3.0.3/apiref/mpi4py.MPI.Status-class.html diff --git a/3.0.3/apiref/mpi4py.MPI.Topocomm-class.html b/mpi4py/3.0.3/apiref/mpi4py.MPI.Topocomm-class.html similarity index 100% rename from 3.0.3/apiref/mpi4py.MPI.Topocomm-class.html rename to mpi4py/3.0.3/apiref/mpi4py.MPI.Topocomm-class.html diff --git a/3.0.3/apiref/mpi4py.MPI.Win-class.html b/mpi4py/3.0.3/apiref/mpi4py.MPI.Win-class.html similarity index 100% rename from 3.0.3/apiref/mpi4py.MPI.Win-class.html rename to mpi4py/3.0.3/apiref/mpi4py.MPI.Win-class.html diff --git a/3.0.3/apiref/mpi4py.MPI.memory-class.html b/mpi4py/3.0.3/apiref/mpi4py.MPI.memory-class.html similarity index 100% rename from 3.0.3/apiref/mpi4py.MPI.memory-class.html rename to mpi4py/3.0.3/apiref/mpi4py.MPI.memory-class.html diff --git a/3.0.3/apiref/redirect.html b/mpi4py/3.0.3/apiref/redirect.html similarity index 100% rename from 3.0.3/apiref/redirect.html rename to mpi4py/3.0.3/apiref/redirect.html diff --git a/3.0.3/apiref/toc-everything.html b/mpi4py/3.0.3/apiref/toc-everything.html similarity index 100% rename from 3.0.3/apiref/toc-everything.html rename to mpi4py/3.0.3/apiref/toc-everything.html diff --git a/3.0.3/apiref/toc-mpi4py-module.html b/mpi4py/3.0.3/apiref/toc-mpi4py-module.html similarity index 100% rename from 3.0.3/apiref/toc-mpi4py-module.html rename to mpi4py/3.0.3/apiref/toc-mpi4py-module.html diff --git a/3.0.3/apiref/toc-mpi4py.MPI-module.html b/mpi4py/3.0.3/apiref/toc-mpi4py.MPI-module.html similarity index 100% rename from 3.0.3/apiref/toc-mpi4py.MPI-module.html rename to mpi4py/3.0.3/apiref/toc-mpi4py.MPI-module.html diff --git a/3.0.3/apiref/toc.html b/mpi4py/3.0.3/apiref/toc.html similarity index 100% rename from 3.0.3/apiref/toc.html rename to mpi4py/3.0.3/apiref/toc.html diff --git a/3.0.3/index.html b/mpi4py/3.0.3/index.html similarity index 100% rename from 3.0.3/index.html rename to mpi4py/3.0.3/index.html diff --git a/3.0.3/index.rst b/mpi4py/3.0.3/index.rst similarity index 100% rename from 3.0.3/index.rst rename to mpi4py/3.0.3/index.rst diff --git a/3.0.3/mpi4py.1 b/mpi4py/3.0.3/mpi4py.1 similarity index 100% rename from 3.0.3/mpi4py.1 rename to mpi4py/3.0.3/mpi4py.1 diff --git a/3.0.3/mpi4py.bib b/mpi4py/3.0.3/mpi4py.bib similarity index 100% rename from 3.0.3/mpi4py.bib rename to mpi4py/3.0.3/mpi4py.bib diff --git a/3.0.3/mpi4py.info b/mpi4py/3.0.3/mpi4py.info similarity index 100% rename from 3.0.3/mpi4py.info rename to mpi4py/3.0.3/mpi4py.info diff --git a/3.0.3/mpi4py.pdf b/mpi4py/3.0.3/mpi4py.pdf similarity index 100% rename from 3.0.3/mpi4py.pdf rename to mpi4py/3.0.3/mpi4py.pdf diff --git a/3.0.3/source/usrman/Makefile b/mpi4py/3.0.3/source/usrman/Makefile similarity index 100% rename from 3.0.3/source/usrman/Makefile rename to mpi4py/3.0.3/source/usrman/Makefile diff --git a/3.0.3/source/usrman/abstract.txt b/mpi4py/3.0.3/source/usrman/abstract.txt similarity index 100% rename from 3.0.3/source/usrman/abstract.txt rename to mpi4py/3.0.3/source/usrman/abstract.txt diff --git a/3.0.3/source/usrman/appendix.rst b/mpi4py/3.0.3/source/usrman/appendix.rst similarity index 100% rename from 3.0.3/source/usrman/appendix.rst rename to mpi4py/3.0.3/source/usrman/appendix.rst diff --git a/3.0.3/source/usrman/citing.rst b/mpi4py/3.0.3/source/usrman/citing.rst similarity index 100% rename from 3.0.3/source/usrman/citing.rst rename to mpi4py/3.0.3/source/usrman/citing.rst diff --git a/3.0.3/source/usrman/conf.py b/mpi4py/3.0.3/source/usrman/conf.py similarity index 100% rename from 3.0.3/source/usrman/conf.py rename to mpi4py/3.0.3/source/usrman/conf.py diff --git a/3.0.3/source/usrman/index.rst b/mpi4py/3.0.3/source/usrman/index.rst similarity index 100% rename from 3.0.3/source/usrman/index.rst rename to mpi4py/3.0.3/source/usrman/index.rst diff --git a/3.0.3/source/usrman/install.rst b/mpi4py/3.0.3/source/usrman/install.rst similarity index 100% rename from 3.0.3/source/usrman/install.rst rename to mpi4py/3.0.3/source/usrman/install.rst diff --git a/3.0.3/source/usrman/intro.rst b/mpi4py/3.0.3/source/usrman/intro.rst similarity index 100% rename from 3.0.3/source/usrman/intro.rst rename to mpi4py/3.0.3/source/usrman/intro.rst diff --git a/3.0.3/source/usrman/make.bat b/mpi4py/3.0.3/source/usrman/make.bat similarity index 100% rename from 3.0.3/source/usrman/make.bat rename to mpi4py/3.0.3/source/usrman/make.bat diff --git a/3.0.3/source/usrman/manual.rst b/mpi4py/3.0.3/source/usrman/manual.rst similarity index 100% rename from 3.0.3/source/usrman/manual.rst rename to mpi4py/3.0.3/source/usrman/manual.rst diff --git a/3.0.3/source/usrman/mpi4py.futures.rst b/mpi4py/3.0.3/source/usrman/mpi4py.futures.rst similarity index 100% rename from 3.0.3/source/usrman/mpi4py.futures.rst rename to mpi4py/3.0.3/source/usrman/mpi4py.futures.rst diff --git a/3.0.3/source/usrman/mpi4py.run.rst b/mpi4py/3.0.3/source/usrman/mpi4py.run.rst similarity index 100% rename from 3.0.3/source/usrman/mpi4py.run.rst rename to mpi4py/3.0.3/source/usrman/mpi4py.run.rst diff --git a/3.0.3/source/usrman/overview.rst b/mpi4py/3.0.3/source/usrman/overview.rst similarity index 100% rename from 3.0.3/source/usrman/overview.rst rename to mpi4py/3.0.3/source/usrman/overview.rst diff --git a/3.0.3/source/usrman/toctree.txt b/mpi4py/3.0.3/source/usrman/toctree.txt similarity index 100% rename from 3.0.3/source/usrman/toctree.txt rename to mpi4py/3.0.3/source/usrman/toctree.txt diff --git a/3.0.3/source/usrman/tutorial.rst b/mpi4py/3.0.3/source/usrman/tutorial.rst similarity index 100% rename from 3.0.3/source/usrman/tutorial.rst rename to mpi4py/3.0.3/source/usrman/tutorial.rst diff --git a/3.0.3/usrman/_sources/appendix.rst.txt b/mpi4py/3.0.3/usrman/_sources/appendix.rst.txt similarity index 100% rename from 3.0.3/usrman/_sources/appendix.rst.txt rename to mpi4py/3.0.3/usrman/_sources/appendix.rst.txt diff --git a/3.0.3/usrman/_sources/citing.rst.txt b/mpi4py/3.0.3/usrman/_sources/citing.rst.txt similarity index 100% rename from 3.0.3/usrman/_sources/citing.rst.txt rename to mpi4py/3.0.3/usrman/_sources/citing.rst.txt diff --git a/3.0.3/usrman/_sources/index.rst.txt b/mpi4py/3.0.3/usrman/_sources/index.rst.txt similarity index 100% rename from 3.0.3/usrman/_sources/index.rst.txt rename to mpi4py/3.0.3/usrman/_sources/index.rst.txt diff --git a/3.0.3/usrman/_sources/install.rst.txt b/mpi4py/3.0.3/usrman/_sources/install.rst.txt similarity index 100% rename from 3.0.3/usrman/_sources/install.rst.txt rename to mpi4py/3.0.3/usrman/_sources/install.rst.txt diff --git a/3.0.3/usrman/_sources/intro.rst.txt b/mpi4py/3.0.3/usrman/_sources/intro.rst.txt similarity index 100% rename from 3.0.3/usrman/_sources/intro.rst.txt rename to mpi4py/3.0.3/usrman/_sources/intro.rst.txt diff --git a/3.0.3/usrman/_sources/manual.rst.txt b/mpi4py/3.0.3/usrman/_sources/manual.rst.txt similarity index 100% rename from 3.0.3/usrman/_sources/manual.rst.txt rename to mpi4py/3.0.3/usrman/_sources/manual.rst.txt diff --git a/3.0.3/usrman/_sources/mpi4py.futures.rst.txt b/mpi4py/3.0.3/usrman/_sources/mpi4py.futures.rst.txt similarity index 100% rename from 3.0.3/usrman/_sources/mpi4py.futures.rst.txt rename to mpi4py/3.0.3/usrman/_sources/mpi4py.futures.rst.txt diff --git a/3.0.3/usrman/_sources/mpi4py.run.rst.txt b/mpi4py/3.0.3/usrman/_sources/mpi4py.run.rst.txt similarity index 100% rename from 3.0.3/usrman/_sources/mpi4py.run.rst.txt rename to mpi4py/3.0.3/usrman/_sources/mpi4py.run.rst.txt diff --git a/3.0.3/usrman/_sources/overview.rst.txt b/mpi4py/3.0.3/usrman/_sources/overview.rst.txt similarity index 100% rename from 3.0.3/usrman/_sources/overview.rst.txt rename to mpi4py/3.0.3/usrman/_sources/overview.rst.txt diff --git a/3.0.3/usrman/_sources/tutorial.rst.txt b/mpi4py/3.0.3/usrman/_sources/tutorial.rst.txt similarity index 100% rename from 3.0.3/usrman/_sources/tutorial.rst.txt rename to mpi4py/3.0.3/usrman/_sources/tutorial.rst.txt diff --git a/3.0.3/usrman/_static/ajax-loader.gif b/mpi4py/3.0.3/usrman/_static/ajax-loader.gif similarity index 100% rename from 3.0.3/usrman/_static/ajax-loader.gif rename to mpi4py/3.0.3/usrman/_static/ajax-loader.gif diff --git a/3.0.3/usrman/_static/basic.css b/mpi4py/3.0.3/usrman/_static/basic.css similarity index 100% rename from 3.0.3/usrman/_static/basic.css rename to mpi4py/3.0.3/usrman/_static/basic.css diff --git a/3.0.3/usrman/_static/classic.css b/mpi4py/3.0.3/usrman/_static/classic.css similarity index 100% rename from 3.0.3/usrman/_static/classic.css rename to mpi4py/3.0.3/usrman/_static/classic.css diff --git a/3.0.3/usrman/_static/comment-bright.png b/mpi4py/3.0.3/usrman/_static/comment-bright.png similarity index 100% rename from 3.0.3/usrman/_static/comment-bright.png rename to mpi4py/3.0.3/usrman/_static/comment-bright.png diff --git a/3.0.3/usrman/_static/comment-close.png b/mpi4py/3.0.3/usrman/_static/comment-close.png similarity index 100% rename from 3.0.3/usrman/_static/comment-close.png rename to mpi4py/3.0.3/usrman/_static/comment-close.png diff --git a/3.0.3/usrman/_static/comment.png b/mpi4py/3.0.3/usrman/_static/comment.png similarity index 100% rename from 3.0.3/usrman/_static/comment.png rename to mpi4py/3.0.3/usrman/_static/comment.png diff --git a/3.0.3/usrman/_static/default.css b/mpi4py/3.0.3/usrman/_static/default.css similarity index 100% rename from 3.0.3/usrman/_static/default.css rename to mpi4py/3.0.3/usrman/_static/default.css diff --git a/3.0.3/usrman/_static/doctools.js b/mpi4py/3.0.3/usrman/_static/doctools.js similarity index 100% rename from 3.0.3/usrman/_static/doctools.js rename to mpi4py/3.0.3/usrman/_static/doctools.js diff --git a/3.0.3/usrman/_static/documentation_options.js b/mpi4py/3.0.3/usrman/_static/documentation_options.js similarity index 100% rename from 3.0.3/usrman/_static/documentation_options.js rename to mpi4py/3.0.3/usrman/_static/documentation_options.js diff --git a/3.0.3/usrman/_static/down-pressed.png b/mpi4py/3.0.3/usrman/_static/down-pressed.png similarity index 100% rename from 3.0.3/usrman/_static/down-pressed.png rename to mpi4py/3.0.3/usrman/_static/down-pressed.png diff --git a/3.0.3/usrman/_static/down.png b/mpi4py/3.0.3/usrman/_static/down.png similarity index 100% rename from 3.0.3/usrman/_static/down.png rename to mpi4py/3.0.3/usrman/_static/down.png diff --git a/3.0.3/usrman/_static/file.png b/mpi4py/3.0.3/usrman/_static/file.png similarity index 100% rename from 3.0.3/usrman/_static/file.png rename to mpi4py/3.0.3/usrman/_static/file.png diff --git a/3.0.3/usrman/_static/jquery-3.2.1.js b/mpi4py/3.0.3/usrman/_static/jquery-3.2.1.js similarity index 100% rename from 3.0.3/usrman/_static/jquery-3.2.1.js rename to mpi4py/3.0.3/usrman/_static/jquery-3.2.1.js diff --git a/3.0.3/usrman/_static/jquery.js b/mpi4py/3.0.3/usrman/_static/jquery.js similarity index 100% rename from 3.0.3/usrman/_static/jquery.js rename to mpi4py/3.0.3/usrman/_static/jquery.js diff --git a/3.0.3/usrman/_static/language_data.js b/mpi4py/3.0.3/usrman/_static/language_data.js similarity index 100% rename from 3.0.3/usrman/_static/language_data.js rename to mpi4py/3.0.3/usrman/_static/language_data.js diff --git a/3.0.3/usrman/_static/minus.png b/mpi4py/3.0.3/usrman/_static/minus.png similarity index 100% rename from 3.0.3/usrman/_static/minus.png rename to mpi4py/3.0.3/usrman/_static/minus.png diff --git a/3.0.3/usrman/_static/plus.png b/mpi4py/3.0.3/usrman/_static/plus.png similarity index 100% rename from 3.0.3/usrman/_static/plus.png rename to mpi4py/3.0.3/usrman/_static/plus.png diff --git a/3.0.3/usrman/_static/pygments.css b/mpi4py/3.0.3/usrman/_static/pygments.css similarity index 100% rename from 3.0.3/usrman/_static/pygments.css rename to mpi4py/3.0.3/usrman/_static/pygments.css diff --git a/3.0.3/usrman/_static/searchtools.js b/mpi4py/3.0.3/usrman/_static/searchtools.js similarity index 100% rename from 3.0.3/usrman/_static/searchtools.js rename to mpi4py/3.0.3/usrman/_static/searchtools.js diff --git a/3.0.3/usrman/_static/sidebar.js b/mpi4py/3.0.3/usrman/_static/sidebar.js similarity index 100% rename from 3.0.3/usrman/_static/sidebar.js rename to mpi4py/3.0.3/usrman/_static/sidebar.js diff --git a/3.0.3/usrman/_static/underscore-1.3.1.js b/mpi4py/3.0.3/usrman/_static/underscore-1.3.1.js similarity index 100% rename from 3.0.3/usrman/_static/underscore-1.3.1.js rename to mpi4py/3.0.3/usrman/_static/underscore-1.3.1.js diff --git a/3.0.3/usrman/_static/underscore.js b/mpi4py/3.0.3/usrman/_static/underscore.js similarity index 100% rename from 3.0.3/usrman/_static/underscore.js rename to mpi4py/3.0.3/usrman/_static/underscore.js diff --git a/3.0.3/usrman/_static/up-pressed.png b/mpi4py/3.0.3/usrman/_static/up-pressed.png similarity index 100% rename from 3.0.3/usrman/_static/up-pressed.png rename to mpi4py/3.0.3/usrman/_static/up-pressed.png diff --git a/3.0.3/usrman/_static/up.png b/mpi4py/3.0.3/usrman/_static/up.png similarity index 100% rename from 3.0.3/usrman/_static/up.png rename to mpi4py/3.0.3/usrman/_static/up.png diff --git a/3.0.3/usrman/_static/websupport.js b/mpi4py/3.0.3/usrman/_static/websupport.js similarity index 100% rename from 3.0.3/usrman/_static/websupport.js rename to mpi4py/3.0.3/usrman/_static/websupport.js diff --git a/3.0.3/usrman/appendix.html b/mpi4py/3.0.3/usrman/appendix.html similarity index 100% rename from 3.0.3/usrman/appendix.html rename to mpi4py/3.0.3/usrman/appendix.html diff --git a/3.0.3/usrman/citing.html b/mpi4py/3.0.3/usrman/citing.html similarity index 100% rename from 3.0.3/usrman/citing.html rename to mpi4py/3.0.3/usrman/citing.html diff --git a/3.0.3/usrman/genindex.html b/mpi4py/3.0.3/usrman/genindex.html similarity index 100% rename from 3.0.3/usrman/genindex.html rename to mpi4py/3.0.3/usrman/genindex.html diff --git a/3.0.3/usrman/index.html b/mpi4py/3.0.3/usrman/index.html similarity index 100% rename from 3.0.3/usrman/index.html rename to mpi4py/3.0.3/usrman/index.html diff --git a/3.0.3/usrman/install.html b/mpi4py/3.0.3/usrman/install.html similarity index 100% rename from 3.0.3/usrman/install.html rename to mpi4py/3.0.3/usrman/install.html diff --git a/3.0.3/usrman/intro.html b/mpi4py/3.0.3/usrman/intro.html similarity index 100% rename from 3.0.3/usrman/intro.html rename to mpi4py/3.0.3/usrman/intro.html diff --git a/3.0.3/usrman/manual.html b/mpi4py/3.0.3/usrman/manual.html similarity index 100% rename from 3.0.3/usrman/manual.html rename to mpi4py/3.0.3/usrman/manual.html diff --git a/3.0.3/usrman/mpi4py.futures.html b/mpi4py/3.0.3/usrman/mpi4py.futures.html similarity index 100% rename from 3.0.3/usrman/mpi4py.futures.html rename to mpi4py/3.0.3/usrman/mpi4py.futures.html diff --git a/3.0.3/usrman/mpi4py.run.html b/mpi4py/3.0.3/usrman/mpi4py.run.html similarity index 100% rename from 3.0.3/usrman/mpi4py.run.html rename to mpi4py/3.0.3/usrman/mpi4py.run.html diff --git a/3.0.3/usrman/objects.inv b/mpi4py/3.0.3/usrman/objects.inv similarity index 100% rename from 3.0.3/usrman/objects.inv rename to mpi4py/3.0.3/usrman/objects.inv diff --git a/3.0.3/usrman/overview.html b/mpi4py/3.0.3/usrman/overview.html similarity index 100% rename from 3.0.3/usrman/overview.html rename to mpi4py/3.0.3/usrman/overview.html diff --git a/3.0.3/usrman/py-modindex.html b/mpi4py/3.0.3/usrman/py-modindex.html similarity index 100% rename from 3.0.3/usrman/py-modindex.html rename to mpi4py/3.0.3/usrman/py-modindex.html diff --git a/3.0.3/usrman/search.html b/mpi4py/3.0.3/usrman/search.html similarity index 100% rename from 3.0.3/usrman/search.html rename to mpi4py/3.0.3/usrman/search.html diff --git a/3.0.3/usrman/searchindex.js b/mpi4py/3.0.3/usrman/searchindex.js similarity index 100% rename from 3.0.3/usrman/searchindex.js rename to mpi4py/3.0.3/usrman/searchindex.js diff --git a/3.0.3/usrman/tutorial.html b/mpi4py/3.0.3/usrman/tutorial.html similarity index 100% rename from 3.0.3/usrman/tutorial.html rename to mpi4py/3.0.3/usrman/tutorial.html diff --git a/3.1.0/CHANGES.html b/mpi4py/3.1.0/CHANGES.html similarity index 100% rename from 3.1.0/CHANGES.html rename to mpi4py/3.1.0/CHANGES.html diff --git a/3.1.0/LICENSE.html b/mpi4py/3.1.0/LICENSE.html similarity index 100% rename from 3.1.0/LICENSE.html rename to mpi4py/3.1.0/LICENSE.html diff --git a/3.1.0/apiref/api-objects.txt b/mpi4py/3.1.0/apiref/api-objects.txt similarity index 100% rename from 3.1.0/apiref/api-objects.txt rename to mpi4py/3.1.0/apiref/api-objects.txt diff --git a/3.1.0/apiref/class-tree.html b/mpi4py/3.1.0/apiref/class-tree.html similarity index 100% rename from 3.1.0/apiref/class-tree.html rename to mpi4py/3.1.0/apiref/class-tree.html diff --git a/3.1.0/apiref/class_hierarchy_for_cartcomm.png b/mpi4py/3.1.0/apiref/class_hierarchy_for_cartcomm.png similarity index 100% rename from 3.1.0/apiref/class_hierarchy_for_cartcomm.png rename to mpi4py/3.1.0/apiref/class_hierarchy_for_cartcomm.png diff --git a/3.1.0/apiref/class_hierarchy_for_comm.png b/mpi4py/3.1.0/apiref/class_hierarchy_for_comm.png similarity index 100% rename from 3.1.0/apiref/class_hierarchy_for_comm.png rename to mpi4py/3.1.0/apiref/class_hierarchy_for_comm.png diff --git a/3.1.0/apiref/class_hierarchy_for_datatype.png b/mpi4py/3.1.0/apiref/class_hierarchy_for_datatype.png similarity index 100% rename from 3.1.0/apiref/class_hierarchy_for_datatype.png rename to mpi4py/3.1.0/apiref/class_hierarchy_for_datatype.png diff --git a/3.1.0/apiref/class_hierarchy_for_distgraphc.png b/mpi4py/3.1.0/apiref/class_hierarchy_for_distgraphc.png similarity index 100% rename from 3.1.0/apiref/class_hierarchy_for_distgraphc.png rename to mpi4py/3.1.0/apiref/class_hierarchy_for_distgraphc.png diff --git a/3.1.0/apiref/class_hierarchy_for_errhandler.png b/mpi4py/3.1.0/apiref/class_hierarchy_for_errhandler.png similarity index 100% rename from 3.1.0/apiref/class_hierarchy_for_errhandler.png rename to mpi4py/3.1.0/apiref/class_hierarchy_for_errhandler.png diff --git a/3.1.0/apiref/class_hierarchy_for_exception.png b/mpi4py/3.1.0/apiref/class_hierarchy_for_exception.png similarity index 100% rename from 3.1.0/apiref/class_hierarchy_for_exception.png rename to mpi4py/3.1.0/apiref/class_hierarchy_for_exception.png diff --git a/3.1.0/apiref/class_hierarchy_for_file.png b/mpi4py/3.1.0/apiref/class_hierarchy_for_file.png similarity index 100% rename from 3.1.0/apiref/class_hierarchy_for_file.png rename to mpi4py/3.1.0/apiref/class_hierarchy_for_file.png diff --git a/3.1.0/apiref/class_hierarchy_for_graphcomm.png b/mpi4py/3.1.0/apiref/class_hierarchy_for_graphcomm.png similarity index 100% rename from 3.1.0/apiref/class_hierarchy_for_graphcomm.png rename to mpi4py/3.1.0/apiref/class_hierarchy_for_graphcomm.png diff --git a/3.1.0/apiref/class_hierarchy_for_grequest.png b/mpi4py/3.1.0/apiref/class_hierarchy_for_grequest.png similarity index 100% rename from 3.1.0/apiref/class_hierarchy_for_grequest.png rename to mpi4py/3.1.0/apiref/class_hierarchy_for_grequest.png diff --git a/3.1.0/apiref/class_hierarchy_for_group.png b/mpi4py/3.1.0/apiref/class_hierarchy_for_group.png similarity index 100% rename from 3.1.0/apiref/class_hierarchy_for_group.png rename to mpi4py/3.1.0/apiref/class_hierarchy_for_group.png diff --git a/3.1.0/apiref/class_hierarchy_for_info.png b/mpi4py/3.1.0/apiref/class_hierarchy_for_info.png similarity index 100% rename from 3.1.0/apiref/class_hierarchy_for_info.png rename to mpi4py/3.1.0/apiref/class_hierarchy_for_info.png diff --git a/3.1.0/apiref/class_hierarchy_for_intercomm.png b/mpi4py/3.1.0/apiref/class_hierarchy_for_intercomm.png similarity index 100% rename from 3.1.0/apiref/class_hierarchy_for_intercomm.png rename to mpi4py/3.1.0/apiref/class_hierarchy_for_intercomm.png diff --git a/3.1.0/apiref/class_hierarchy_for_intracomm.png b/mpi4py/3.1.0/apiref/class_hierarchy_for_intracomm.png similarity index 100% rename from 3.1.0/apiref/class_hierarchy_for_intracomm.png rename to mpi4py/3.1.0/apiref/class_hierarchy_for_intracomm.png diff --git a/3.1.0/apiref/class_hierarchy_for_memory.png b/mpi4py/3.1.0/apiref/class_hierarchy_for_memory.png similarity index 100% rename from 3.1.0/apiref/class_hierarchy_for_memory.png rename to mpi4py/3.1.0/apiref/class_hierarchy_for_memory.png diff --git a/3.1.0/apiref/class_hierarchy_for_message.png b/mpi4py/3.1.0/apiref/class_hierarchy_for_message.png similarity index 100% rename from 3.1.0/apiref/class_hierarchy_for_message.png rename to mpi4py/3.1.0/apiref/class_hierarchy_for_message.png diff --git a/3.1.0/apiref/class_hierarchy_for_op.png b/mpi4py/3.1.0/apiref/class_hierarchy_for_op.png similarity index 100% rename from 3.1.0/apiref/class_hierarchy_for_op.png rename to mpi4py/3.1.0/apiref/class_hierarchy_for_op.png diff --git a/3.1.0/apiref/class_hierarchy_for_pickle.png b/mpi4py/3.1.0/apiref/class_hierarchy_for_pickle.png similarity index 100% rename from 3.1.0/apiref/class_hierarchy_for_pickle.png rename to mpi4py/3.1.0/apiref/class_hierarchy_for_pickle.png diff --git a/3.1.0/apiref/class_hierarchy_for_prequest.png b/mpi4py/3.1.0/apiref/class_hierarchy_for_prequest.png similarity index 100% rename from 3.1.0/apiref/class_hierarchy_for_prequest.png rename to mpi4py/3.1.0/apiref/class_hierarchy_for_prequest.png diff --git a/3.1.0/apiref/class_hierarchy_for_rc.png b/mpi4py/3.1.0/apiref/class_hierarchy_for_rc.png similarity index 100% rename from 3.1.0/apiref/class_hierarchy_for_rc.png rename to mpi4py/3.1.0/apiref/class_hierarchy_for_rc.png diff --git a/3.1.0/apiref/class_hierarchy_for_request.png b/mpi4py/3.1.0/apiref/class_hierarchy_for_request.png similarity index 100% rename from 3.1.0/apiref/class_hierarchy_for_request.png rename to mpi4py/3.1.0/apiref/class_hierarchy_for_request.png diff --git a/3.1.0/apiref/class_hierarchy_for_status.png b/mpi4py/3.1.0/apiref/class_hierarchy_for_status.png similarity index 100% rename from 3.1.0/apiref/class_hierarchy_for_status.png rename to mpi4py/3.1.0/apiref/class_hierarchy_for_status.png diff --git a/3.1.0/apiref/class_hierarchy_for_topocomm.png b/mpi4py/3.1.0/apiref/class_hierarchy_for_topocomm.png similarity index 100% rename from 3.1.0/apiref/class_hierarchy_for_topocomm.png rename to mpi4py/3.1.0/apiref/class_hierarchy_for_topocomm.png diff --git a/3.1.0/apiref/class_hierarchy_for_win.png b/mpi4py/3.1.0/apiref/class_hierarchy_for_win.png similarity index 100% rename from 3.1.0/apiref/class_hierarchy_for_win.png rename to mpi4py/3.1.0/apiref/class_hierarchy_for_win.png diff --git a/3.1.0/apiref/crarr.png b/mpi4py/3.1.0/apiref/crarr.png similarity index 100% rename from 3.1.0/apiref/crarr.png rename to mpi4py/3.1.0/apiref/crarr.png diff --git a/3.1.0/apiref/epydoc.css b/mpi4py/3.1.0/apiref/epydoc.css similarity index 100% rename from 3.1.0/apiref/epydoc.css rename to mpi4py/3.1.0/apiref/epydoc.css diff --git a/3.1.0/apiref/epydoc.js b/mpi4py/3.1.0/apiref/epydoc.js similarity index 100% rename from 3.1.0/apiref/epydoc.js rename to mpi4py/3.1.0/apiref/epydoc.js diff --git a/3.1.0/apiref/frames.html b/mpi4py/3.1.0/apiref/frames.html similarity index 100% rename from 3.1.0/apiref/frames.html rename to mpi4py/3.1.0/apiref/frames.html diff --git a/3.1.0/apiref/help.html b/mpi4py/3.1.0/apiref/help.html similarity index 100% rename from 3.1.0/apiref/help.html rename to mpi4py/3.1.0/apiref/help.html diff --git a/3.1.0/apiref/identifier-index.html b/mpi4py/3.1.0/apiref/identifier-index.html similarity index 100% rename from 3.1.0/apiref/identifier-index.html rename to mpi4py/3.1.0/apiref/identifier-index.html diff --git a/3.1.0/apiref/index.html b/mpi4py/3.1.0/apiref/index.html similarity index 100% rename from 3.1.0/apiref/index.html rename to mpi4py/3.1.0/apiref/index.html diff --git a/3.1.0/apiref/module-tree.html b/mpi4py/3.1.0/apiref/module-tree.html similarity index 100% rename from 3.1.0/apiref/module-tree.html rename to mpi4py/3.1.0/apiref/module-tree.html diff --git a/3.1.0/apiref/mpi4py-module.html b/mpi4py/3.1.0/apiref/mpi4py-module.html similarity index 100% rename from 3.1.0/apiref/mpi4py-module.html rename to mpi4py/3.1.0/apiref/mpi4py-module.html diff --git a/3.1.0/apiref/mpi4py-pysrc.html b/mpi4py/3.1.0/apiref/mpi4py-pysrc.html similarity index 100% rename from 3.1.0/apiref/mpi4py-pysrc.html rename to mpi4py/3.1.0/apiref/mpi4py-pysrc.html diff --git a/3.1.0/apiref/mpi4py.MPI-module.html b/mpi4py/3.1.0/apiref/mpi4py.MPI-module.html similarity index 100% rename from 3.1.0/apiref/mpi4py.MPI-module.html rename to mpi4py/3.1.0/apiref/mpi4py.MPI-module.html diff --git a/3.1.0/apiref/mpi4py.MPI.Cartcomm-class.html b/mpi4py/3.1.0/apiref/mpi4py.MPI.Cartcomm-class.html similarity index 100% rename from 3.1.0/apiref/mpi4py.MPI.Cartcomm-class.html rename to mpi4py/3.1.0/apiref/mpi4py.MPI.Cartcomm-class.html diff --git a/3.1.0/apiref/mpi4py.MPI.Comm-class.html b/mpi4py/3.1.0/apiref/mpi4py.MPI.Comm-class.html similarity index 100% rename from 3.1.0/apiref/mpi4py.MPI.Comm-class.html rename to mpi4py/3.1.0/apiref/mpi4py.MPI.Comm-class.html diff --git a/3.1.0/apiref/mpi4py.MPI.Datatype-class.html b/mpi4py/3.1.0/apiref/mpi4py.MPI.Datatype-class.html similarity index 100% rename from 3.1.0/apiref/mpi4py.MPI.Datatype-class.html rename to mpi4py/3.1.0/apiref/mpi4py.MPI.Datatype-class.html diff --git a/3.1.0/apiref/mpi4py.MPI.Distgraphcomm-class.html b/mpi4py/3.1.0/apiref/mpi4py.MPI.Distgraphcomm-class.html similarity index 100% rename from 3.1.0/apiref/mpi4py.MPI.Distgraphcomm-class.html rename to mpi4py/3.1.0/apiref/mpi4py.MPI.Distgraphcomm-class.html diff --git a/3.1.0/apiref/mpi4py.MPI.Errhandler-class.html b/mpi4py/3.1.0/apiref/mpi4py.MPI.Errhandler-class.html similarity index 100% rename from 3.1.0/apiref/mpi4py.MPI.Errhandler-class.html rename to mpi4py/3.1.0/apiref/mpi4py.MPI.Errhandler-class.html diff --git a/3.1.0/apiref/mpi4py.MPI.Exception-class.html b/mpi4py/3.1.0/apiref/mpi4py.MPI.Exception-class.html similarity index 100% rename from 3.1.0/apiref/mpi4py.MPI.Exception-class.html rename to mpi4py/3.1.0/apiref/mpi4py.MPI.Exception-class.html diff --git a/3.1.0/apiref/mpi4py.MPI.File-class.html b/mpi4py/3.1.0/apiref/mpi4py.MPI.File-class.html similarity index 100% rename from 3.1.0/apiref/mpi4py.MPI.File-class.html rename to mpi4py/3.1.0/apiref/mpi4py.MPI.File-class.html diff --git a/3.1.0/apiref/mpi4py.MPI.Graphcomm-class.html b/mpi4py/3.1.0/apiref/mpi4py.MPI.Graphcomm-class.html similarity index 100% rename from 3.1.0/apiref/mpi4py.MPI.Graphcomm-class.html rename to mpi4py/3.1.0/apiref/mpi4py.MPI.Graphcomm-class.html diff --git a/3.1.0/apiref/mpi4py.MPI.Grequest-class.html b/mpi4py/3.1.0/apiref/mpi4py.MPI.Grequest-class.html similarity index 100% rename from 3.1.0/apiref/mpi4py.MPI.Grequest-class.html rename to mpi4py/3.1.0/apiref/mpi4py.MPI.Grequest-class.html diff --git a/3.1.0/apiref/mpi4py.MPI.Group-class.html b/mpi4py/3.1.0/apiref/mpi4py.MPI.Group-class.html similarity index 100% rename from 3.1.0/apiref/mpi4py.MPI.Group-class.html rename to mpi4py/3.1.0/apiref/mpi4py.MPI.Group-class.html diff --git a/3.1.0/apiref/mpi4py.MPI.Info-class.html b/mpi4py/3.1.0/apiref/mpi4py.MPI.Info-class.html similarity index 100% rename from 3.1.0/apiref/mpi4py.MPI.Info-class.html rename to mpi4py/3.1.0/apiref/mpi4py.MPI.Info-class.html diff --git a/3.1.0/apiref/mpi4py.MPI.Intercomm-class.html b/mpi4py/3.1.0/apiref/mpi4py.MPI.Intercomm-class.html similarity index 100% rename from 3.1.0/apiref/mpi4py.MPI.Intercomm-class.html rename to mpi4py/3.1.0/apiref/mpi4py.MPI.Intercomm-class.html diff --git a/3.1.0/apiref/mpi4py.MPI.Intracomm-class.html b/mpi4py/3.1.0/apiref/mpi4py.MPI.Intracomm-class.html similarity index 100% rename from 3.1.0/apiref/mpi4py.MPI.Intracomm-class.html rename to mpi4py/3.1.0/apiref/mpi4py.MPI.Intracomm-class.html diff --git a/3.1.0/apiref/mpi4py.MPI.Message-class.html b/mpi4py/3.1.0/apiref/mpi4py.MPI.Message-class.html similarity index 100% rename from 3.1.0/apiref/mpi4py.MPI.Message-class.html rename to mpi4py/3.1.0/apiref/mpi4py.MPI.Message-class.html diff --git a/3.1.0/apiref/mpi4py.MPI.Op-class.html b/mpi4py/3.1.0/apiref/mpi4py.MPI.Op-class.html similarity index 100% rename from 3.1.0/apiref/mpi4py.MPI.Op-class.html rename to mpi4py/3.1.0/apiref/mpi4py.MPI.Op-class.html diff --git a/3.1.0/apiref/mpi4py.MPI.Pickle-class.html b/mpi4py/3.1.0/apiref/mpi4py.MPI.Pickle-class.html similarity index 100% rename from 3.1.0/apiref/mpi4py.MPI.Pickle-class.html rename to mpi4py/3.1.0/apiref/mpi4py.MPI.Pickle-class.html diff --git a/3.1.0/apiref/mpi4py.MPI.Prequest-class.html b/mpi4py/3.1.0/apiref/mpi4py.MPI.Prequest-class.html similarity index 100% rename from 3.1.0/apiref/mpi4py.MPI.Prequest-class.html rename to mpi4py/3.1.0/apiref/mpi4py.MPI.Prequest-class.html diff --git a/3.1.0/apiref/mpi4py.MPI.Request-class.html b/mpi4py/3.1.0/apiref/mpi4py.MPI.Request-class.html similarity index 100% rename from 3.1.0/apiref/mpi4py.MPI.Request-class.html rename to mpi4py/3.1.0/apiref/mpi4py.MPI.Request-class.html diff --git a/3.1.0/apiref/mpi4py.MPI.Status-class.html b/mpi4py/3.1.0/apiref/mpi4py.MPI.Status-class.html similarity index 100% rename from 3.1.0/apiref/mpi4py.MPI.Status-class.html rename to mpi4py/3.1.0/apiref/mpi4py.MPI.Status-class.html diff --git a/3.1.0/apiref/mpi4py.MPI.Topocomm-class.html b/mpi4py/3.1.0/apiref/mpi4py.MPI.Topocomm-class.html similarity index 100% rename from 3.1.0/apiref/mpi4py.MPI.Topocomm-class.html rename to mpi4py/3.1.0/apiref/mpi4py.MPI.Topocomm-class.html diff --git a/3.1.0/apiref/mpi4py.MPI.Win-class.html b/mpi4py/3.1.0/apiref/mpi4py.MPI.Win-class.html similarity index 100% rename from 3.1.0/apiref/mpi4py.MPI.Win-class.html rename to mpi4py/3.1.0/apiref/mpi4py.MPI.Win-class.html diff --git a/3.1.0/apiref/mpi4py.MPI.memory-class.html b/mpi4py/3.1.0/apiref/mpi4py.MPI.memory-class.html similarity index 100% rename from 3.1.0/apiref/mpi4py.MPI.memory-class.html rename to mpi4py/3.1.0/apiref/mpi4py.MPI.memory-class.html diff --git a/3.1.0/apiref/mpi4py.Rc-class.html b/mpi4py/3.1.0/apiref/mpi4py.Rc-class.html similarity index 100% rename from 3.1.0/apiref/mpi4py.Rc-class.html rename to mpi4py/3.1.0/apiref/mpi4py.Rc-class.html diff --git a/3.1.0/apiref/redirect.html b/mpi4py/3.1.0/apiref/redirect.html similarity index 100% rename from 3.1.0/apiref/redirect.html rename to mpi4py/3.1.0/apiref/redirect.html diff --git a/3.1.0/apiref/toc-everything.html b/mpi4py/3.1.0/apiref/toc-everything.html similarity index 100% rename from 3.1.0/apiref/toc-everything.html rename to mpi4py/3.1.0/apiref/toc-everything.html diff --git a/3.1.0/apiref/toc-mpi4py-module.html b/mpi4py/3.1.0/apiref/toc-mpi4py-module.html similarity index 100% rename from 3.1.0/apiref/toc-mpi4py-module.html rename to mpi4py/3.1.0/apiref/toc-mpi4py-module.html diff --git a/3.1.0/apiref/toc-mpi4py.MPI-module.html b/mpi4py/3.1.0/apiref/toc-mpi4py.MPI-module.html similarity index 100% rename from 3.1.0/apiref/toc-mpi4py.MPI-module.html rename to mpi4py/3.1.0/apiref/toc-mpi4py.MPI-module.html diff --git a/3.1.0/apiref/toc.html b/mpi4py/3.1.0/apiref/toc.html similarity index 100% rename from 3.1.0/apiref/toc.html rename to mpi4py/3.1.0/apiref/toc.html diff --git a/3.1.0/index.html b/mpi4py/3.1.0/index.html similarity index 100% rename from 3.1.0/index.html rename to mpi4py/3.1.0/index.html diff --git a/3.1.0/index.rst b/mpi4py/3.1.0/index.rst similarity index 100% rename from 3.1.0/index.rst rename to mpi4py/3.1.0/index.rst diff --git a/3.1.0/mpi4py.1 b/mpi4py/3.1.0/mpi4py.1 similarity index 100% rename from 3.1.0/mpi4py.1 rename to mpi4py/3.1.0/mpi4py.1 diff --git a/3.1.0/mpi4py.bib b/mpi4py/3.1.0/mpi4py.bib similarity index 100% rename from 3.1.0/mpi4py.bib rename to mpi4py/3.1.0/mpi4py.bib diff --git a/3.1.0/mpi4py.info b/mpi4py/3.1.0/mpi4py.info similarity index 100% rename from 3.1.0/mpi4py.info rename to mpi4py/3.1.0/mpi4py.info diff --git a/3.1.0/mpi4py.pdf b/mpi4py/3.1.0/mpi4py.pdf similarity index 100% rename from 3.1.0/mpi4py.pdf rename to mpi4py/3.1.0/mpi4py.pdf diff --git a/3.1.0/source/usrman/.gitignore b/mpi4py/3.1.0/source/usrman/.gitignore similarity index 100% rename from 3.1.0/source/usrman/.gitignore rename to mpi4py/3.1.0/source/usrman/.gitignore diff --git a/3.1.0/source/usrman/Makefile b/mpi4py/3.1.0/source/usrman/Makefile similarity index 100% rename from 3.1.0/source/usrman/Makefile rename to mpi4py/3.1.0/source/usrman/Makefile diff --git a/3.1.0/source/usrman/_static/css/custom.css b/mpi4py/3.1.0/source/usrman/_static/css/custom.css similarity index 100% rename from 3.1.0/source/usrman/_static/css/custom.css rename to mpi4py/3.1.0/source/usrman/_static/css/custom.css diff --git a/3.1.0/source/usrman/_templates/autosummary/class.rst b/mpi4py/3.1.0/source/usrman/_templates/autosummary/class.rst similarity index 100% rename from 3.1.0/source/usrman/_templates/autosummary/class.rst rename to mpi4py/3.1.0/source/usrman/_templates/autosummary/class.rst diff --git a/3.1.0/source/usrman/_templates/autosummary/module.rst b/mpi4py/3.1.0/source/usrman/_templates/autosummary/module.rst similarity index 100% rename from 3.1.0/source/usrman/_templates/autosummary/module.rst rename to mpi4py/3.1.0/source/usrman/_templates/autosummary/module.rst diff --git a/3.1.0/source/usrman/_templates/layout.html b/mpi4py/3.1.0/source/usrman/_templates/layout.html similarity index 100% rename from 3.1.0/source/usrman/_templates/layout.html rename to mpi4py/3.1.0/source/usrman/_templates/layout.html diff --git a/3.1.0/source/usrman/apidoc.py b/mpi4py/3.1.0/source/usrman/apidoc.py similarity index 100% rename from 3.1.0/source/usrman/apidoc.py rename to mpi4py/3.1.0/source/usrman/apidoc.py diff --git a/3.1.0/source/usrman/appendix.rst b/mpi4py/3.1.0/source/usrman/appendix.rst similarity index 100% rename from 3.1.0/source/usrman/appendix.rst rename to mpi4py/3.1.0/source/usrman/appendix.rst diff --git a/3.1.0/source/usrman/citing.rst b/mpi4py/3.1.0/source/usrman/citing.rst similarity index 100% rename from 3.1.0/source/usrman/citing.rst rename to mpi4py/3.1.0/source/usrman/citing.rst diff --git a/3.1.0/source/usrman/conf.py b/mpi4py/3.1.0/source/usrman/conf.py similarity index 100% rename from 3.1.0/source/usrman/conf.py rename to mpi4py/3.1.0/source/usrman/conf.py diff --git a/3.1.0/source/usrman/index.rst b/mpi4py/3.1.0/source/usrman/index.rst similarity index 100% rename from 3.1.0/source/usrman/index.rst rename to mpi4py/3.1.0/source/usrman/index.rst diff --git a/3.1.0/source/usrman/install.rst b/mpi4py/3.1.0/source/usrman/install.rst similarity index 100% rename from 3.1.0/source/usrman/install.rst rename to mpi4py/3.1.0/source/usrman/install.rst diff --git a/3.1.0/source/usrman/intro.rst b/mpi4py/3.1.0/source/usrman/intro.rst similarity index 100% rename from 3.1.0/source/usrman/intro.rst rename to mpi4py/3.1.0/source/usrman/intro.rst diff --git a/3.1.0/source/usrman/make.bat b/mpi4py/3.1.0/source/usrman/make.bat similarity index 100% rename from 3.1.0/source/usrman/make.bat rename to mpi4py/3.1.0/source/usrman/make.bat diff --git a/3.1.0/source/usrman/mpi4py.MPI.rst b/mpi4py/3.1.0/source/usrman/mpi4py.MPI.rst similarity index 100% rename from 3.1.0/source/usrman/mpi4py.MPI.rst rename to mpi4py/3.1.0/source/usrman/mpi4py.MPI.rst diff --git a/3.1.0/source/usrman/mpi4py.futures.rst b/mpi4py/3.1.0/source/usrman/mpi4py.futures.rst similarity index 100% rename from 3.1.0/source/usrman/mpi4py.futures.rst rename to mpi4py/3.1.0/source/usrman/mpi4py.futures.rst diff --git a/3.1.0/source/usrman/mpi4py.rst b/mpi4py/3.1.0/source/usrman/mpi4py.rst similarity index 100% rename from 3.1.0/source/usrman/mpi4py.rst rename to mpi4py/3.1.0/source/usrman/mpi4py.rst diff --git a/3.1.0/source/usrman/mpi4py.run.rst b/mpi4py/3.1.0/source/usrman/mpi4py.run.rst similarity index 100% rename from 3.1.0/source/usrman/mpi4py.run.rst rename to mpi4py/3.1.0/source/usrman/mpi4py.run.rst diff --git a/3.1.0/source/usrman/mpi4py.util.dtlib.rst b/mpi4py/3.1.0/source/usrman/mpi4py.util.dtlib.rst similarity index 100% rename from 3.1.0/source/usrman/mpi4py.util.dtlib.rst rename to mpi4py/3.1.0/source/usrman/mpi4py.util.dtlib.rst diff --git a/3.1.0/source/usrman/mpi4py.util.pkl5.rst b/mpi4py/3.1.0/source/usrman/mpi4py.util.pkl5.rst similarity index 100% rename from 3.1.0/source/usrman/mpi4py.util.pkl5.rst rename to mpi4py/3.1.0/source/usrman/mpi4py.util.pkl5.rst diff --git a/3.1.0/source/usrman/mpi4py.util.rst b/mpi4py/3.1.0/source/usrman/mpi4py.util.rst similarity index 100% rename from 3.1.0/source/usrman/mpi4py.util.rst rename to mpi4py/3.1.0/source/usrman/mpi4py.util.rst diff --git a/3.1.0/source/usrman/overview.rst b/mpi4py/3.1.0/source/usrman/overview.rst similarity index 100% rename from 3.1.0/source/usrman/overview.rst rename to mpi4py/3.1.0/source/usrman/overview.rst diff --git a/3.1.0/source/usrman/reference.rst b/mpi4py/3.1.0/source/usrman/reference.rst similarity index 100% rename from 3.1.0/source/usrman/reference.rst rename to mpi4py/3.1.0/source/usrman/reference.rst diff --git a/3.1.0/source/usrman/tutorial.rst b/mpi4py/3.1.0/source/usrman/tutorial.rst similarity index 100% rename from 3.1.0/source/usrman/tutorial.rst rename to mpi4py/3.1.0/source/usrman/tutorial.rst diff --git a/3.1.0/usrman/_static/basic.css b/mpi4py/3.1.0/usrman/_static/basic.css similarity index 100% rename from 3.1.0/usrman/_static/basic.css rename to mpi4py/3.1.0/usrman/_static/basic.css diff --git a/3.1.0/usrman/_static/classic.css b/mpi4py/3.1.0/usrman/_static/classic.css similarity index 100% rename from 3.1.0/usrman/_static/classic.css rename to mpi4py/3.1.0/usrman/_static/classic.css diff --git a/3.1.0/usrman/_static/css/custom.css b/mpi4py/3.1.0/usrman/_static/css/custom.css similarity index 100% rename from 3.1.0/usrman/_static/css/custom.css rename to mpi4py/3.1.0/usrman/_static/css/custom.css diff --git a/3.1.0/usrman/_static/default.css b/mpi4py/3.1.0/usrman/_static/default.css similarity index 100% rename from 3.1.0/usrman/_static/default.css rename to mpi4py/3.1.0/usrman/_static/default.css diff --git a/3.1.0/usrman/_static/doctools.js b/mpi4py/3.1.0/usrman/_static/doctools.js similarity index 100% rename from 3.1.0/usrman/_static/doctools.js rename to mpi4py/3.1.0/usrman/_static/doctools.js diff --git a/3.1.0/usrman/_static/documentation_options.js b/mpi4py/3.1.0/usrman/_static/documentation_options.js similarity index 100% rename from 3.1.0/usrman/_static/documentation_options.js rename to mpi4py/3.1.0/usrman/_static/documentation_options.js diff --git a/3.1.0/usrman/_static/file.png b/mpi4py/3.1.0/usrman/_static/file.png similarity index 100% rename from 3.1.0/usrman/_static/file.png rename to mpi4py/3.1.0/usrman/_static/file.png diff --git a/3.1.0/usrman/_static/jquery-3.5.1.js b/mpi4py/3.1.0/usrman/_static/jquery-3.5.1.js similarity index 100% rename from 3.1.0/usrman/_static/jquery-3.5.1.js rename to mpi4py/3.1.0/usrman/_static/jquery-3.5.1.js diff --git a/3.1.0/usrman/_static/jquery.js b/mpi4py/3.1.0/usrman/_static/jquery.js similarity index 100% rename from 3.1.0/usrman/_static/jquery.js rename to mpi4py/3.1.0/usrman/_static/jquery.js diff --git a/3.1.0/usrman/_static/language_data.js b/mpi4py/3.1.0/usrman/_static/language_data.js similarity index 100% rename from 3.1.0/usrman/_static/language_data.js rename to mpi4py/3.1.0/usrman/_static/language_data.js diff --git a/3.1.0/usrman/_static/minus.png b/mpi4py/3.1.0/usrman/_static/minus.png similarity index 100% rename from 3.1.0/usrman/_static/minus.png rename to mpi4py/3.1.0/usrman/_static/minus.png diff --git a/3.1.0/usrman/_static/plus.png b/mpi4py/3.1.0/usrman/_static/plus.png similarity index 100% rename from 3.1.0/usrman/_static/plus.png rename to mpi4py/3.1.0/usrman/_static/plus.png diff --git a/3.1.0/usrman/_static/pygments.css b/mpi4py/3.1.0/usrman/_static/pygments.css similarity index 100% rename from 3.1.0/usrman/_static/pygments.css rename to mpi4py/3.1.0/usrman/_static/pygments.css diff --git a/3.1.0/usrman/_static/searchtools.js b/mpi4py/3.1.0/usrman/_static/searchtools.js similarity index 100% rename from 3.1.0/usrman/_static/searchtools.js rename to mpi4py/3.1.0/usrman/_static/searchtools.js diff --git a/3.1.0/usrman/_static/sidebar.js b/mpi4py/3.1.0/usrman/_static/sidebar.js similarity index 100% rename from 3.1.0/usrman/_static/sidebar.js rename to mpi4py/3.1.0/usrman/_static/sidebar.js diff --git a/3.1.0/usrman/_static/underscore-1.13.1.js b/mpi4py/3.1.0/usrman/_static/underscore-1.13.1.js similarity index 100% rename from 3.1.0/usrman/_static/underscore-1.13.1.js rename to mpi4py/3.1.0/usrman/_static/underscore-1.13.1.js diff --git a/3.1.0/usrman/_static/underscore.js b/mpi4py/3.1.0/usrman/_static/underscore.js similarity index 100% rename from 3.1.0/usrman/_static/underscore.js rename to mpi4py/3.1.0/usrman/_static/underscore.js diff --git a/3.1.0/usrman/appendix.html b/mpi4py/3.1.0/usrman/appendix.html similarity index 100% rename from 3.1.0/usrman/appendix.html rename to mpi4py/3.1.0/usrman/appendix.html diff --git a/3.1.0/usrman/citing.html b/mpi4py/3.1.0/usrman/citing.html similarity index 100% rename from 3.1.0/usrman/citing.html rename to mpi4py/3.1.0/usrman/citing.html diff --git a/3.1.0/usrman/genindex.html b/mpi4py/3.1.0/usrman/genindex.html similarity index 100% rename from 3.1.0/usrman/genindex.html rename to mpi4py/3.1.0/usrman/genindex.html diff --git a/3.1.0/usrman/index.html b/mpi4py/3.1.0/usrman/index.html similarity index 100% rename from 3.1.0/usrman/index.html rename to mpi4py/3.1.0/usrman/index.html diff --git a/3.1.0/usrman/install.html b/mpi4py/3.1.0/usrman/install.html similarity index 100% rename from 3.1.0/usrman/install.html rename to mpi4py/3.1.0/usrman/install.html diff --git a/3.1.0/usrman/intro.html b/mpi4py/3.1.0/usrman/intro.html similarity index 100% rename from 3.1.0/usrman/intro.html rename to mpi4py/3.1.0/usrman/intro.html diff --git a/3.1.0/usrman/mpi4py.MPI.html b/mpi4py/3.1.0/usrman/mpi4py.MPI.html similarity index 100% rename from 3.1.0/usrman/mpi4py.MPI.html rename to mpi4py/3.1.0/usrman/mpi4py.MPI.html diff --git a/3.1.0/usrman/mpi4py.futures.html b/mpi4py/3.1.0/usrman/mpi4py.futures.html similarity index 100% rename from 3.1.0/usrman/mpi4py.futures.html rename to mpi4py/3.1.0/usrman/mpi4py.futures.html diff --git a/3.1.0/usrman/mpi4py.html b/mpi4py/3.1.0/usrman/mpi4py.html similarity index 100% rename from 3.1.0/usrman/mpi4py.html rename to mpi4py/3.1.0/usrman/mpi4py.html diff --git a/3.1.0/usrman/mpi4py.run.html b/mpi4py/3.1.0/usrman/mpi4py.run.html similarity index 100% rename from 3.1.0/usrman/mpi4py.run.html rename to mpi4py/3.1.0/usrman/mpi4py.run.html diff --git a/3.1.0/usrman/mpi4py.util.dtlib.html b/mpi4py/3.1.0/usrman/mpi4py.util.dtlib.html similarity index 100% rename from 3.1.0/usrman/mpi4py.util.dtlib.html rename to mpi4py/3.1.0/usrman/mpi4py.util.dtlib.html diff --git a/3.1.0/usrman/mpi4py.util.html b/mpi4py/3.1.0/usrman/mpi4py.util.html similarity index 100% rename from 3.1.0/usrman/mpi4py.util.html rename to mpi4py/3.1.0/usrman/mpi4py.util.html diff --git a/3.1.0/usrman/mpi4py.util.pkl5.html b/mpi4py/3.1.0/usrman/mpi4py.util.pkl5.html similarity index 100% rename from 3.1.0/usrman/mpi4py.util.pkl5.html rename to mpi4py/3.1.0/usrman/mpi4py.util.pkl5.html diff --git a/3.1.0/usrman/objects.inv b/mpi4py/3.1.0/usrman/objects.inv similarity index 100% rename from 3.1.0/usrman/objects.inv rename to mpi4py/3.1.0/usrman/objects.inv diff --git a/3.1.0/usrman/overview.html b/mpi4py/3.1.0/usrman/overview.html similarity index 100% rename from 3.1.0/usrman/overview.html rename to mpi4py/3.1.0/usrman/overview.html diff --git a/3.1.0/usrman/py-modindex.html b/mpi4py/3.1.0/usrman/py-modindex.html similarity index 100% rename from 3.1.0/usrman/py-modindex.html rename to mpi4py/3.1.0/usrman/py-modindex.html diff --git a/3.1.0/usrman/reference.html b/mpi4py/3.1.0/usrman/reference.html similarity index 100% rename from 3.1.0/usrman/reference.html rename to mpi4py/3.1.0/usrman/reference.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.AINT.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.AINT.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.AINT.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.AINT.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.ANY_SOURCE.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ANY_SOURCE.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.ANY_SOURCE.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ANY_SOURCE.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.ANY_TAG.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ANY_TAG.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.ANY_TAG.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ANY_TAG.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.APPNUM.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.APPNUM.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.APPNUM.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.APPNUM.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.Add_error_class.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Add_error_class.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.Add_error_class.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Add_error_class.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.Add_error_code.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Add_error_code.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.Add_error_code.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Add_error_code.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.Add_error_string.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Add_error_string.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.Add_error_string.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Add_error_string.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.Aint_add.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Aint_add.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.Aint_add.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Aint_add.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.Aint_diff.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Aint_diff.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.Aint_diff.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Aint_diff.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.Alloc_mem.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Alloc_mem.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.Alloc_mem.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Alloc_mem.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.Attach_buffer.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Attach_buffer.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.Attach_buffer.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Attach_buffer.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.BAND.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.BAND.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.BAND.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.BAND.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.BOOL.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.BOOL.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.BOOL.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.BOOL.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.BOR.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.BOR.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.BOR.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.BOR.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.BOTTOM.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.BOTTOM.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.BOTTOM.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.BOTTOM.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.BSEND_OVERHEAD.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.BSEND_OVERHEAD.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.BSEND_OVERHEAD.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.BSEND_OVERHEAD.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.BXOR.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.BXOR.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.BXOR.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.BXOR.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.BYTE.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.BYTE.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.BYTE.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.BYTE.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.CART.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.CART.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.CART.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.CART.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.CHAR.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.CHAR.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.CHAR.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.CHAR.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.CHARACTER.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.CHARACTER.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.CHARACTER.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.CHARACTER.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.COMBINER_CONTIGUOUS.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.COMBINER_CONTIGUOUS.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.COMBINER_CONTIGUOUS.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.COMBINER_CONTIGUOUS.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.COMBINER_DARRAY.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.COMBINER_DARRAY.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.COMBINER_DARRAY.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.COMBINER_DARRAY.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.COMBINER_DUP.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.COMBINER_DUP.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.COMBINER_DUP.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.COMBINER_DUP.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.COMBINER_F90_COMPLEX.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.COMBINER_F90_COMPLEX.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.COMBINER_F90_COMPLEX.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.COMBINER_F90_COMPLEX.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.COMBINER_F90_INTEGER.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.COMBINER_F90_INTEGER.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.COMBINER_F90_INTEGER.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.COMBINER_F90_INTEGER.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.COMBINER_F90_REAL.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.COMBINER_F90_REAL.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.COMBINER_F90_REAL.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.COMBINER_F90_REAL.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.COMBINER_HINDEXED.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.COMBINER_HINDEXED.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.COMBINER_HINDEXED.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.COMBINER_HINDEXED.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.COMBINER_HINDEXED_BLOCK.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.COMBINER_HINDEXED_BLOCK.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.COMBINER_HINDEXED_BLOCK.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.COMBINER_HINDEXED_BLOCK.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.COMBINER_HVECTOR.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.COMBINER_HVECTOR.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.COMBINER_HVECTOR.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.COMBINER_HVECTOR.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.COMBINER_INDEXED.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.COMBINER_INDEXED.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.COMBINER_INDEXED.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.COMBINER_INDEXED.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.COMBINER_INDEXED_BLOCK.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.COMBINER_INDEXED_BLOCK.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.COMBINER_INDEXED_BLOCK.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.COMBINER_INDEXED_BLOCK.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.COMBINER_NAMED.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.COMBINER_NAMED.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.COMBINER_NAMED.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.COMBINER_NAMED.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.COMBINER_RESIZED.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.COMBINER_RESIZED.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.COMBINER_RESIZED.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.COMBINER_RESIZED.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.COMBINER_STRUCT.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.COMBINER_STRUCT.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.COMBINER_STRUCT.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.COMBINER_STRUCT.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.COMBINER_SUBARRAY.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.COMBINER_SUBARRAY.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.COMBINER_SUBARRAY.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.COMBINER_SUBARRAY.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.COMBINER_VECTOR.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.COMBINER_VECTOR.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.COMBINER_VECTOR.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.COMBINER_VECTOR.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.COMM_NULL.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.COMM_NULL.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.COMM_NULL.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.COMM_NULL.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.COMM_SELF.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.COMM_SELF.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.COMM_SELF.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.COMM_SELF.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.COMM_TYPE_SHARED.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.COMM_TYPE_SHARED.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.COMM_TYPE_SHARED.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.COMM_TYPE_SHARED.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.COMM_WORLD.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.COMM_WORLD.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.COMM_WORLD.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.COMM_WORLD.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.COMPLEX.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.COMPLEX.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.COMPLEX.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.COMPLEX.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.COMPLEX16.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.COMPLEX16.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.COMPLEX16.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.COMPLEX16.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.COMPLEX32.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.COMPLEX32.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.COMPLEX32.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.COMPLEX32.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.COMPLEX4.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.COMPLEX4.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.COMPLEX4.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.COMPLEX4.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.COMPLEX8.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.COMPLEX8.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.COMPLEX8.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.COMPLEX8.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.CONGRUENT.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.CONGRUENT.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.CONGRUENT.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.CONGRUENT.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.COUNT.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.COUNT.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.COUNT.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.COUNT.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.CXX_BOOL.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.CXX_BOOL.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.CXX_BOOL.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.CXX_BOOL.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.CXX_DOUBLE_COMPLEX.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.CXX_DOUBLE_COMPLEX.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.CXX_DOUBLE_COMPLEX.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.CXX_DOUBLE_COMPLEX.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.CXX_FLOAT_COMPLEX.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.CXX_FLOAT_COMPLEX.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.CXX_FLOAT_COMPLEX.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.CXX_FLOAT_COMPLEX.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.CXX_LONG_DOUBLE_COMPLEX.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.CXX_LONG_DOUBLE_COMPLEX.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.CXX_LONG_DOUBLE_COMPLEX.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.CXX_LONG_DOUBLE_COMPLEX.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.C_BOOL.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.C_BOOL.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.C_BOOL.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.C_BOOL.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.C_COMPLEX.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.C_COMPLEX.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.C_COMPLEX.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.C_COMPLEX.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.C_DOUBLE_COMPLEX.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.C_DOUBLE_COMPLEX.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.C_DOUBLE_COMPLEX.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.C_DOUBLE_COMPLEX.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.C_FLOAT_COMPLEX.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.C_FLOAT_COMPLEX.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.C_FLOAT_COMPLEX.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.C_FLOAT_COMPLEX.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.C_LONG_DOUBLE_COMPLEX.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.C_LONG_DOUBLE_COMPLEX.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.C_LONG_DOUBLE_COMPLEX.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.C_LONG_DOUBLE_COMPLEX.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.Cartcomm.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Cartcomm.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.Cartcomm.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Cartcomm.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.Close_port.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Close_port.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.Close_port.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Close_port.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.Comm.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Comm.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.Comm.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Comm.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.Compute_dims.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Compute_dims.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.Compute_dims.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Compute_dims.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.DATATYPE_NULL.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.DATATYPE_NULL.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.DATATYPE_NULL.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.DATATYPE_NULL.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.DISPLACEMENT_CURRENT.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.DISPLACEMENT_CURRENT.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.DISPLACEMENT_CURRENT.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.DISPLACEMENT_CURRENT.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.DISP_CUR.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.DISP_CUR.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.DISP_CUR.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.DISP_CUR.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.DISTRIBUTE_BLOCK.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.DISTRIBUTE_BLOCK.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.DISTRIBUTE_BLOCK.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.DISTRIBUTE_BLOCK.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.DISTRIBUTE_CYCLIC.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.DISTRIBUTE_CYCLIC.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.DISTRIBUTE_CYCLIC.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.DISTRIBUTE_CYCLIC.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.DISTRIBUTE_DFLT_DARG.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.DISTRIBUTE_DFLT_DARG.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.DISTRIBUTE_DFLT_DARG.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.DISTRIBUTE_DFLT_DARG.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.DISTRIBUTE_NONE.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.DISTRIBUTE_NONE.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.DISTRIBUTE_NONE.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.DISTRIBUTE_NONE.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.DIST_GRAPH.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.DIST_GRAPH.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.DIST_GRAPH.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.DIST_GRAPH.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.DOUBLE.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.DOUBLE.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.DOUBLE.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.DOUBLE.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.DOUBLE_COMPLEX.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.DOUBLE_COMPLEX.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.DOUBLE_COMPLEX.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.DOUBLE_COMPLEX.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.DOUBLE_INT.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.DOUBLE_INT.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.DOUBLE_INT.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.DOUBLE_INT.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.DOUBLE_PRECISION.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.DOUBLE_PRECISION.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.DOUBLE_PRECISION.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.DOUBLE_PRECISION.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.Datatype.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Datatype.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.Datatype.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Datatype.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.Detach_buffer.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Detach_buffer.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.Detach_buffer.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Detach_buffer.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.Distgraphcomm.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Distgraphcomm.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.Distgraphcomm.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Distgraphcomm.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.ERRHANDLER_NULL.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERRHANDLER_NULL.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.ERRHANDLER_NULL.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERRHANDLER_NULL.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.ERRORS_ARE_FATAL.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERRORS_ARE_FATAL.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.ERRORS_ARE_FATAL.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERRORS_ARE_FATAL.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.ERRORS_RETURN.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERRORS_RETURN.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.ERRORS_RETURN.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERRORS_RETURN.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.ERR_ACCESS.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_ACCESS.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.ERR_ACCESS.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_ACCESS.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.ERR_AMODE.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_AMODE.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.ERR_AMODE.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_AMODE.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.ERR_ARG.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_ARG.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.ERR_ARG.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_ARG.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.ERR_ASSERT.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_ASSERT.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.ERR_ASSERT.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_ASSERT.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.ERR_BAD_FILE.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_BAD_FILE.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.ERR_BAD_FILE.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_BAD_FILE.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.ERR_BASE.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_BASE.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.ERR_BASE.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_BASE.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.ERR_BUFFER.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_BUFFER.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.ERR_BUFFER.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_BUFFER.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.ERR_COMM.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_COMM.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.ERR_COMM.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_COMM.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.ERR_CONVERSION.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_CONVERSION.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.ERR_CONVERSION.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_CONVERSION.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.ERR_COUNT.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_COUNT.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.ERR_COUNT.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_COUNT.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.ERR_DIMS.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_DIMS.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.ERR_DIMS.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_DIMS.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.ERR_DISP.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_DISP.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.ERR_DISP.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_DISP.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.ERR_DUP_DATAREP.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_DUP_DATAREP.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.ERR_DUP_DATAREP.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_DUP_DATAREP.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.ERR_FILE.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_FILE.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.ERR_FILE.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_FILE.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.ERR_FILE_EXISTS.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_FILE_EXISTS.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.ERR_FILE_EXISTS.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_FILE_EXISTS.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.ERR_FILE_IN_USE.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_FILE_IN_USE.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.ERR_FILE_IN_USE.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_FILE_IN_USE.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.ERR_GROUP.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_GROUP.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.ERR_GROUP.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_GROUP.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.ERR_INFO.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_INFO.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.ERR_INFO.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_INFO.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.ERR_INFO_KEY.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_INFO_KEY.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.ERR_INFO_KEY.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_INFO_KEY.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.ERR_INFO_NOKEY.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_INFO_NOKEY.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.ERR_INFO_NOKEY.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_INFO_NOKEY.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.ERR_INFO_VALUE.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_INFO_VALUE.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.ERR_INFO_VALUE.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_INFO_VALUE.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.ERR_INTERN.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_INTERN.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.ERR_INTERN.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_INTERN.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.ERR_IN_STATUS.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_IN_STATUS.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.ERR_IN_STATUS.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_IN_STATUS.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.ERR_IO.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_IO.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.ERR_IO.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_IO.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.ERR_KEYVAL.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_KEYVAL.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.ERR_KEYVAL.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_KEYVAL.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.ERR_LASTCODE.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_LASTCODE.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.ERR_LASTCODE.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_LASTCODE.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.ERR_LOCKTYPE.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_LOCKTYPE.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.ERR_LOCKTYPE.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_LOCKTYPE.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.ERR_NAME.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_NAME.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.ERR_NAME.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_NAME.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.ERR_NOT_SAME.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_NOT_SAME.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.ERR_NOT_SAME.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_NOT_SAME.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.ERR_NO_MEM.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_NO_MEM.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.ERR_NO_MEM.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_NO_MEM.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.ERR_NO_SPACE.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_NO_SPACE.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.ERR_NO_SPACE.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_NO_SPACE.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.ERR_NO_SUCH_FILE.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_NO_SUCH_FILE.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.ERR_NO_SUCH_FILE.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_NO_SUCH_FILE.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.ERR_OP.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_OP.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.ERR_OP.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_OP.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.ERR_OTHER.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_OTHER.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.ERR_OTHER.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_OTHER.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.ERR_PENDING.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_PENDING.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.ERR_PENDING.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_PENDING.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.ERR_PORT.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_PORT.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.ERR_PORT.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_PORT.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.ERR_QUOTA.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_QUOTA.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.ERR_QUOTA.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_QUOTA.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.ERR_RANK.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_RANK.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.ERR_RANK.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_RANK.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.ERR_READ_ONLY.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_READ_ONLY.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.ERR_READ_ONLY.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_READ_ONLY.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.ERR_REQUEST.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_REQUEST.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.ERR_REQUEST.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_REQUEST.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.ERR_RMA_ATTACH.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_RMA_ATTACH.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.ERR_RMA_ATTACH.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_RMA_ATTACH.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.ERR_RMA_CONFLICT.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_RMA_CONFLICT.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.ERR_RMA_CONFLICT.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_RMA_CONFLICT.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.ERR_RMA_FLAVOR.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_RMA_FLAVOR.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.ERR_RMA_FLAVOR.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_RMA_FLAVOR.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.ERR_RMA_RANGE.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_RMA_RANGE.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.ERR_RMA_RANGE.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_RMA_RANGE.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.ERR_RMA_SHARED.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_RMA_SHARED.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.ERR_RMA_SHARED.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_RMA_SHARED.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.ERR_RMA_SYNC.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_RMA_SYNC.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.ERR_RMA_SYNC.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_RMA_SYNC.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.ERR_ROOT.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_ROOT.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.ERR_ROOT.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_ROOT.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.ERR_SERVICE.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_SERVICE.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.ERR_SERVICE.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_SERVICE.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.ERR_SIZE.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_SIZE.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.ERR_SIZE.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_SIZE.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.ERR_SPAWN.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_SPAWN.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.ERR_SPAWN.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_SPAWN.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.ERR_TAG.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_TAG.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.ERR_TAG.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_TAG.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.ERR_TOPOLOGY.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_TOPOLOGY.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.ERR_TOPOLOGY.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_TOPOLOGY.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.ERR_TRUNCATE.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_TRUNCATE.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.ERR_TRUNCATE.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_TRUNCATE.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.ERR_TYPE.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_TYPE.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.ERR_TYPE.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_TYPE.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.ERR_UNKNOWN.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_UNKNOWN.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.ERR_UNKNOWN.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_UNKNOWN.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.ERR_UNSUPPORTED_DATAREP.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_UNSUPPORTED_DATAREP.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.ERR_UNSUPPORTED_DATAREP.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_UNSUPPORTED_DATAREP.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.ERR_UNSUPPORTED_OPERATION.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_UNSUPPORTED_OPERATION.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.ERR_UNSUPPORTED_OPERATION.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_UNSUPPORTED_OPERATION.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.ERR_WIN.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_WIN.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.ERR_WIN.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ERR_WIN.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.Errhandler.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Errhandler.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.Errhandler.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Errhandler.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.Exception.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Exception.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.Exception.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Exception.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.FILE_NULL.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.FILE_NULL.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.FILE_NULL.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.FILE_NULL.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.FLOAT.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.FLOAT.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.FLOAT.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.FLOAT.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.FLOAT_INT.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.FLOAT_INT.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.FLOAT_INT.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.FLOAT_INT.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.F_BOOL.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.F_BOOL.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.F_BOOL.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.F_BOOL.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.F_COMPLEX.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.F_COMPLEX.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.F_COMPLEX.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.F_COMPLEX.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.F_DOUBLE.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.F_DOUBLE.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.F_DOUBLE.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.F_DOUBLE.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.F_DOUBLE_COMPLEX.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.F_DOUBLE_COMPLEX.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.F_DOUBLE_COMPLEX.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.F_DOUBLE_COMPLEX.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.F_FLOAT.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.F_FLOAT.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.F_FLOAT.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.F_FLOAT.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.F_FLOAT_COMPLEX.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.F_FLOAT_COMPLEX.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.F_FLOAT_COMPLEX.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.F_FLOAT_COMPLEX.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.F_INT.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.F_INT.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.F_INT.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.F_INT.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.File.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.File.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.File.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.File.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.Finalize.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Finalize.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.Finalize.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Finalize.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.Free_mem.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Free_mem.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.Free_mem.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Free_mem.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.GRAPH.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.GRAPH.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.GRAPH.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.GRAPH.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.GROUP_EMPTY.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.GROUP_EMPTY.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.GROUP_EMPTY.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.GROUP_EMPTY.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.GROUP_NULL.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.GROUP_NULL.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.GROUP_NULL.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.GROUP_NULL.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.Get_address.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Get_address.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.Get_address.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Get_address.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.Get_error_class.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Get_error_class.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.Get_error_class.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Get_error_class.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.Get_error_string.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Get_error_string.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.Get_error_string.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Get_error_string.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.Get_library_version.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Get_library_version.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.Get_library_version.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Get_library_version.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.Get_processor_name.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Get_processor_name.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.Get_processor_name.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Get_processor_name.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.Get_version.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Get_version.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.Get_version.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Get_version.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.Graphcomm.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Graphcomm.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.Graphcomm.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Graphcomm.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.Grequest.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Grequest.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.Grequest.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Grequest.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.Group.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Group.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.Group.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Group.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.HOST.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.HOST.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.HOST.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.HOST.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.IDENT.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.IDENT.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.IDENT.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.IDENT.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.INFO_ENV.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.INFO_ENV.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.INFO_ENV.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.INFO_ENV.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.INFO_NULL.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.INFO_NULL.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.INFO_NULL.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.INFO_NULL.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.INT.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.INT.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.INT.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.INT.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.INT16_T.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.INT16_T.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.INT16_T.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.INT16_T.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.INT32_T.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.INT32_T.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.INT32_T.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.INT32_T.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.INT64_T.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.INT64_T.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.INT64_T.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.INT64_T.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.INT8_T.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.INT8_T.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.INT8_T.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.INT8_T.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.INTEGER.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.INTEGER.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.INTEGER.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.INTEGER.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.INTEGER1.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.INTEGER1.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.INTEGER1.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.INTEGER1.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.INTEGER16.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.INTEGER16.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.INTEGER16.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.INTEGER16.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.INTEGER2.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.INTEGER2.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.INTEGER2.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.INTEGER2.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.INTEGER4.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.INTEGER4.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.INTEGER4.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.INTEGER4.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.INTEGER8.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.INTEGER8.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.INTEGER8.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.INTEGER8.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.INT_INT.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.INT_INT.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.INT_INT.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.INT_INT.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.IN_PLACE.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.IN_PLACE.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.IN_PLACE.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.IN_PLACE.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.IO.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.IO.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.IO.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.IO.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.Info.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Info.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.Info.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Info.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.Init.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Init.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.Init.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Init.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.Init_thread.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Init_thread.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.Init_thread.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Init_thread.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.Intercomm.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Intercomm.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.Intercomm.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Intercomm.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.Intracomm.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Intracomm.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.Intracomm.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Intracomm.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.Is_finalized.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Is_finalized.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.Is_finalized.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Is_finalized.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.Is_initialized.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Is_initialized.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.Is_initialized.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Is_initialized.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.Is_thread_main.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Is_thread_main.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.Is_thread_main.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Is_thread_main.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.KEYVAL_INVALID.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.KEYVAL_INVALID.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.KEYVAL_INVALID.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.KEYVAL_INVALID.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.LAND.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.LAND.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.LAND.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.LAND.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.LASTUSEDCODE.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.LASTUSEDCODE.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.LASTUSEDCODE.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.LASTUSEDCODE.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.LB.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.LB.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.LB.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.LB.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.LOCK_EXCLUSIVE.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.LOCK_EXCLUSIVE.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.LOCK_EXCLUSIVE.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.LOCK_EXCLUSIVE.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.LOCK_SHARED.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.LOCK_SHARED.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.LOCK_SHARED.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.LOCK_SHARED.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.LOGICAL.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.LOGICAL.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.LOGICAL.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.LOGICAL.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.LOGICAL1.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.LOGICAL1.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.LOGICAL1.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.LOGICAL1.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.LOGICAL2.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.LOGICAL2.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.LOGICAL2.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.LOGICAL2.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.LOGICAL4.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.LOGICAL4.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.LOGICAL4.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.LOGICAL4.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.LOGICAL8.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.LOGICAL8.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.LOGICAL8.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.LOGICAL8.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.LONG.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.LONG.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.LONG.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.LONG.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.LONG_DOUBLE.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.LONG_DOUBLE.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.LONG_DOUBLE.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.LONG_DOUBLE.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.LONG_DOUBLE_INT.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.LONG_DOUBLE_INT.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.LONG_DOUBLE_INT.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.LONG_DOUBLE_INT.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.LONG_INT.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.LONG_INT.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.LONG_INT.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.LONG_INT.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.LONG_LONG.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.LONG_LONG.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.LONG_LONG.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.LONG_LONG.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.LOR.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.LOR.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.LOR.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.LOR.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.LXOR.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.LXOR.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.LXOR.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.LXOR.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.Lookup_name.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Lookup_name.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.Lookup_name.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Lookup_name.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.MAX.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.MAX.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.MAX.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.MAX.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.MAXLOC.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.MAXLOC.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.MAXLOC.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.MAXLOC.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.MAX_DATAREP_STRING.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.MAX_DATAREP_STRING.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.MAX_DATAREP_STRING.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.MAX_DATAREP_STRING.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.MAX_ERROR_STRING.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.MAX_ERROR_STRING.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.MAX_ERROR_STRING.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.MAX_ERROR_STRING.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.MAX_INFO_KEY.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.MAX_INFO_KEY.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.MAX_INFO_KEY.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.MAX_INFO_KEY.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.MAX_INFO_VAL.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.MAX_INFO_VAL.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.MAX_INFO_VAL.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.MAX_INFO_VAL.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.MAX_LIBRARY_VERSION_STRING.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.MAX_LIBRARY_VERSION_STRING.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.MAX_LIBRARY_VERSION_STRING.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.MAX_LIBRARY_VERSION_STRING.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.MAX_OBJECT_NAME.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.MAX_OBJECT_NAME.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.MAX_OBJECT_NAME.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.MAX_OBJECT_NAME.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.MAX_PORT_NAME.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.MAX_PORT_NAME.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.MAX_PORT_NAME.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.MAX_PORT_NAME.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.MAX_PROCESSOR_NAME.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.MAX_PROCESSOR_NAME.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.MAX_PROCESSOR_NAME.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.MAX_PROCESSOR_NAME.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.MESSAGE_NO_PROC.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.MESSAGE_NO_PROC.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.MESSAGE_NO_PROC.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.MESSAGE_NO_PROC.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.MESSAGE_NULL.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.MESSAGE_NULL.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.MESSAGE_NULL.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.MESSAGE_NULL.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.MIN.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.MIN.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.MIN.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.MIN.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.MINLOC.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.MINLOC.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.MINLOC.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.MINLOC.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.MODE_APPEND.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.MODE_APPEND.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.MODE_APPEND.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.MODE_APPEND.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.MODE_CREATE.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.MODE_CREATE.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.MODE_CREATE.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.MODE_CREATE.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.MODE_DELETE_ON_CLOSE.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.MODE_DELETE_ON_CLOSE.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.MODE_DELETE_ON_CLOSE.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.MODE_DELETE_ON_CLOSE.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.MODE_EXCL.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.MODE_EXCL.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.MODE_EXCL.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.MODE_EXCL.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.MODE_NOCHECK.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.MODE_NOCHECK.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.MODE_NOCHECK.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.MODE_NOCHECK.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.MODE_NOPRECEDE.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.MODE_NOPRECEDE.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.MODE_NOPRECEDE.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.MODE_NOPRECEDE.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.MODE_NOPUT.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.MODE_NOPUT.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.MODE_NOPUT.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.MODE_NOPUT.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.MODE_NOSTORE.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.MODE_NOSTORE.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.MODE_NOSTORE.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.MODE_NOSTORE.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.MODE_NOSUCCEED.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.MODE_NOSUCCEED.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.MODE_NOSUCCEED.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.MODE_NOSUCCEED.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.MODE_RDONLY.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.MODE_RDONLY.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.MODE_RDONLY.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.MODE_RDONLY.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.MODE_RDWR.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.MODE_RDWR.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.MODE_RDWR.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.MODE_RDWR.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.MODE_SEQUENTIAL.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.MODE_SEQUENTIAL.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.MODE_SEQUENTIAL.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.MODE_SEQUENTIAL.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.MODE_UNIQUE_OPEN.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.MODE_UNIQUE_OPEN.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.MODE_UNIQUE_OPEN.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.MODE_UNIQUE_OPEN.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.MODE_WRONLY.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.MODE_WRONLY.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.MODE_WRONLY.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.MODE_WRONLY.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.Message.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Message.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.Message.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Message.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.NO_OP.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.NO_OP.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.NO_OP.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.NO_OP.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.OFFSET.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.OFFSET.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.OFFSET.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.OFFSET.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.OP_NULL.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.OP_NULL.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.OP_NULL.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.OP_NULL.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.ORDER_C.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ORDER_C.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.ORDER_C.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ORDER_C.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.ORDER_F.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ORDER_F.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.ORDER_F.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ORDER_F.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.ORDER_FORTRAN.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ORDER_FORTRAN.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.ORDER_FORTRAN.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ORDER_FORTRAN.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.Op.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Op.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.Op.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Op.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.Open_port.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Open_port.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.Open_port.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Open_port.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.PACKED.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.PACKED.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.PACKED.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.PACKED.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.PROC_NULL.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.PROC_NULL.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.PROC_NULL.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.PROC_NULL.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.PROD.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.PROD.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.PROD.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.PROD.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.Pcontrol.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Pcontrol.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.Pcontrol.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Pcontrol.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.Pickle.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Pickle.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.Pickle.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Pickle.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.Prequest.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Prequest.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.Prequest.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Prequest.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.Publish_name.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Publish_name.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.Publish_name.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Publish_name.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.Query_thread.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Query_thread.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.Query_thread.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Query_thread.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.REAL.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.REAL.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.REAL.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.REAL.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.REAL16.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.REAL16.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.REAL16.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.REAL16.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.REAL2.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.REAL2.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.REAL2.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.REAL2.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.REAL4.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.REAL4.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.REAL4.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.REAL4.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.REAL8.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.REAL8.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.REAL8.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.REAL8.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.REPLACE.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.REPLACE.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.REPLACE.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.REPLACE.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.REQUEST_NULL.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.REQUEST_NULL.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.REQUEST_NULL.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.REQUEST_NULL.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.ROOT.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ROOT.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.ROOT.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.ROOT.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.Register_datarep.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Register_datarep.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.Register_datarep.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Register_datarep.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.Request.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Request.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.Request.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Request.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.SEEK_CUR.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.SEEK_CUR.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.SEEK_CUR.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.SEEK_CUR.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.SEEK_END.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.SEEK_END.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.SEEK_END.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.SEEK_END.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.SEEK_SET.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.SEEK_SET.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.SEEK_SET.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.SEEK_SET.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.SHORT.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.SHORT.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.SHORT.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.SHORT.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.SHORT_INT.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.SHORT_INT.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.SHORT_INT.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.SHORT_INT.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.SIGNED_CHAR.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.SIGNED_CHAR.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.SIGNED_CHAR.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.SIGNED_CHAR.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.SIGNED_INT.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.SIGNED_INT.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.SIGNED_INT.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.SIGNED_INT.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.SIGNED_LONG.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.SIGNED_LONG.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.SIGNED_LONG.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.SIGNED_LONG.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.SIGNED_LONG_LONG.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.SIGNED_LONG_LONG.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.SIGNED_LONG_LONG.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.SIGNED_LONG_LONG.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.SIGNED_SHORT.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.SIGNED_SHORT.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.SIGNED_SHORT.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.SIGNED_SHORT.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.SIMILAR.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.SIMILAR.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.SIMILAR.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.SIMILAR.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.SINT16_T.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.SINT16_T.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.SINT16_T.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.SINT16_T.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.SINT32_T.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.SINT32_T.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.SINT32_T.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.SINT32_T.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.SINT64_T.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.SINT64_T.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.SINT64_T.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.SINT64_T.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.SINT8_T.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.SINT8_T.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.SINT8_T.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.SINT8_T.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.SUBVERSION.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.SUBVERSION.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.SUBVERSION.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.SUBVERSION.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.SUCCESS.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.SUCCESS.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.SUCCESS.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.SUCCESS.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.SUM.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.SUM.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.SUM.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.SUM.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.Status.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Status.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.Status.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Status.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.TAG_UB.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.TAG_UB.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.TAG_UB.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.TAG_UB.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.THREAD_FUNNELED.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.THREAD_FUNNELED.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.THREAD_FUNNELED.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.THREAD_FUNNELED.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.THREAD_MULTIPLE.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.THREAD_MULTIPLE.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.THREAD_MULTIPLE.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.THREAD_MULTIPLE.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.THREAD_SERIALIZED.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.THREAD_SERIALIZED.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.THREAD_SERIALIZED.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.THREAD_SERIALIZED.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.THREAD_SINGLE.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.THREAD_SINGLE.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.THREAD_SINGLE.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.THREAD_SINGLE.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.TWOINT.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.TWOINT.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.TWOINT.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.TWOINT.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.TYPECLASS_COMPLEX.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.TYPECLASS_COMPLEX.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.TYPECLASS_COMPLEX.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.TYPECLASS_COMPLEX.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.TYPECLASS_INTEGER.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.TYPECLASS_INTEGER.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.TYPECLASS_INTEGER.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.TYPECLASS_INTEGER.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.TYPECLASS_REAL.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.TYPECLASS_REAL.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.TYPECLASS_REAL.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.TYPECLASS_REAL.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.Topocomm.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Topocomm.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.Topocomm.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Topocomm.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.UB.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.UB.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.UB.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.UB.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.UINT16_T.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.UINT16_T.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.UINT16_T.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.UINT16_T.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.UINT32_T.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.UINT32_T.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.UINT32_T.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.UINT32_T.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.UINT64_T.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.UINT64_T.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.UINT64_T.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.UINT64_T.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.UINT8_T.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.UINT8_T.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.UINT8_T.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.UINT8_T.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.UNDEFINED.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.UNDEFINED.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.UNDEFINED.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.UNDEFINED.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.UNEQUAL.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.UNEQUAL.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.UNEQUAL.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.UNEQUAL.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.UNIVERSE_SIZE.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.UNIVERSE_SIZE.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.UNIVERSE_SIZE.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.UNIVERSE_SIZE.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.UNSIGNED.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.UNSIGNED.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.UNSIGNED.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.UNSIGNED.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.UNSIGNED_CHAR.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.UNSIGNED_CHAR.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.UNSIGNED_CHAR.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.UNSIGNED_CHAR.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.UNSIGNED_INT.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.UNSIGNED_INT.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.UNSIGNED_INT.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.UNSIGNED_INT.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.UNSIGNED_LONG.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.UNSIGNED_LONG.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.UNSIGNED_LONG.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.UNSIGNED_LONG.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.UNSIGNED_LONG_LONG.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.UNSIGNED_LONG_LONG.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.UNSIGNED_LONG_LONG.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.UNSIGNED_LONG_LONG.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.UNSIGNED_SHORT.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.UNSIGNED_SHORT.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.UNSIGNED_SHORT.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.UNSIGNED_SHORT.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.UNWEIGHTED.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.UNWEIGHTED.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.UNWEIGHTED.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.UNWEIGHTED.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.Unpublish_name.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Unpublish_name.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.Unpublish_name.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Unpublish_name.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.VERSION.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.VERSION.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.VERSION.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.VERSION.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.WCHAR.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.WCHAR.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.WCHAR.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.WCHAR.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.WEIGHTS_EMPTY.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.WEIGHTS_EMPTY.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.WEIGHTS_EMPTY.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.WEIGHTS_EMPTY.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.WIN_BASE.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.WIN_BASE.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.WIN_BASE.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.WIN_BASE.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.WIN_CREATE_FLAVOR.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.WIN_CREATE_FLAVOR.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.WIN_CREATE_FLAVOR.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.WIN_CREATE_FLAVOR.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.WIN_DISP_UNIT.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.WIN_DISP_UNIT.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.WIN_DISP_UNIT.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.WIN_DISP_UNIT.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.WIN_FLAVOR.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.WIN_FLAVOR.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.WIN_FLAVOR.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.WIN_FLAVOR.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.WIN_FLAVOR_ALLOCATE.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.WIN_FLAVOR_ALLOCATE.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.WIN_FLAVOR_ALLOCATE.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.WIN_FLAVOR_ALLOCATE.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.WIN_FLAVOR_CREATE.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.WIN_FLAVOR_CREATE.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.WIN_FLAVOR_CREATE.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.WIN_FLAVOR_CREATE.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.WIN_FLAVOR_DYNAMIC.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.WIN_FLAVOR_DYNAMIC.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.WIN_FLAVOR_DYNAMIC.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.WIN_FLAVOR_DYNAMIC.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.WIN_FLAVOR_SHARED.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.WIN_FLAVOR_SHARED.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.WIN_FLAVOR_SHARED.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.WIN_FLAVOR_SHARED.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.WIN_MODEL.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.WIN_MODEL.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.WIN_MODEL.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.WIN_MODEL.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.WIN_NULL.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.WIN_NULL.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.WIN_NULL.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.WIN_NULL.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.WIN_SEPARATE.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.WIN_SEPARATE.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.WIN_SEPARATE.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.WIN_SEPARATE.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.WIN_SIZE.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.WIN_SIZE.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.WIN_SIZE.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.WIN_SIZE.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.WIN_UNIFIED.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.WIN_UNIFIED.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.WIN_UNIFIED.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.WIN_UNIFIED.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.WTIME_IS_GLOBAL.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.WTIME_IS_GLOBAL.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.WTIME_IS_GLOBAL.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.WTIME_IS_GLOBAL.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.Win.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Win.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.Win.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Win.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.Wtick.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Wtick.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.Wtick.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Wtick.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.Wtime.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Wtime.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.Wtime.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.Wtime.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.get_vendor.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.get_vendor.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.get_vendor.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.get_vendor.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.memory.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.memory.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.memory.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.memory.html diff --git a/3.1.0/usrman/reference/mpi4py.MPI.pickle.html b/mpi4py/3.1.0/usrman/reference/mpi4py.MPI.pickle.html similarity index 100% rename from 3.1.0/usrman/reference/mpi4py.MPI.pickle.html rename to mpi4py/3.1.0/usrman/reference/mpi4py.MPI.pickle.html diff --git a/3.1.0/usrman/search.html b/mpi4py/3.1.0/usrman/search.html similarity index 100% rename from 3.1.0/usrman/search.html rename to mpi4py/3.1.0/usrman/search.html diff --git a/3.1.0/usrman/searchindex.js b/mpi4py/3.1.0/usrman/searchindex.js similarity index 100% rename from 3.1.0/usrman/searchindex.js rename to mpi4py/3.1.0/usrman/searchindex.js diff --git a/3.1.0/usrman/tutorial.html b/mpi4py/3.1.0/usrman/tutorial.html similarity index 100% rename from 3.1.0/usrman/tutorial.html rename to mpi4py/3.1.0/usrman/tutorial.html diff --git a/3.1.1/CHANGES.html b/mpi4py/3.1.1/CHANGES.html similarity index 100% rename from 3.1.1/CHANGES.html rename to mpi4py/3.1.1/CHANGES.html diff --git a/3.1.1/LICENSE.html b/mpi4py/3.1.1/LICENSE.html similarity index 100% rename from 3.1.1/LICENSE.html rename to mpi4py/3.1.1/LICENSE.html diff --git a/3.1.1/apiref/api-objects.txt b/mpi4py/3.1.1/apiref/api-objects.txt similarity index 100% rename from 3.1.1/apiref/api-objects.txt rename to mpi4py/3.1.1/apiref/api-objects.txt diff --git a/3.1.1/apiref/class-tree.html b/mpi4py/3.1.1/apiref/class-tree.html similarity index 100% rename from 3.1.1/apiref/class-tree.html rename to mpi4py/3.1.1/apiref/class-tree.html diff --git a/3.1.1/apiref/class_hierarchy_for_cartcomm.png b/mpi4py/3.1.1/apiref/class_hierarchy_for_cartcomm.png similarity index 100% rename from 3.1.1/apiref/class_hierarchy_for_cartcomm.png rename to mpi4py/3.1.1/apiref/class_hierarchy_for_cartcomm.png diff --git a/3.1.1/apiref/class_hierarchy_for_comm.png b/mpi4py/3.1.1/apiref/class_hierarchy_for_comm.png similarity index 100% rename from 3.1.1/apiref/class_hierarchy_for_comm.png rename to mpi4py/3.1.1/apiref/class_hierarchy_for_comm.png diff --git a/3.1.1/apiref/class_hierarchy_for_datatype.png b/mpi4py/3.1.1/apiref/class_hierarchy_for_datatype.png similarity index 100% rename from 3.1.1/apiref/class_hierarchy_for_datatype.png rename to mpi4py/3.1.1/apiref/class_hierarchy_for_datatype.png diff --git a/3.1.1/apiref/class_hierarchy_for_distgraphc.png b/mpi4py/3.1.1/apiref/class_hierarchy_for_distgraphc.png similarity index 100% rename from 3.1.1/apiref/class_hierarchy_for_distgraphc.png rename to mpi4py/3.1.1/apiref/class_hierarchy_for_distgraphc.png diff --git a/3.1.1/apiref/class_hierarchy_for_errhandler.png b/mpi4py/3.1.1/apiref/class_hierarchy_for_errhandler.png similarity index 100% rename from 3.1.1/apiref/class_hierarchy_for_errhandler.png rename to mpi4py/3.1.1/apiref/class_hierarchy_for_errhandler.png diff --git a/3.1.1/apiref/class_hierarchy_for_exception.png b/mpi4py/3.1.1/apiref/class_hierarchy_for_exception.png similarity index 100% rename from 3.1.1/apiref/class_hierarchy_for_exception.png rename to mpi4py/3.1.1/apiref/class_hierarchy_for_exception.png diff --git a/3.1.1/apiref/class_hierarchy_for_file.png b/mpi4py/3.1.1/apiref/class_hierarchy_for_file.png similarity index 100% rename from 3.1.1/apiref/class_hierarchy_for_file.png rename to mpi4py/3.1.1/apiref/class_hierarchy_for_file.png diff --git a/3.1.1/apiref/class_hierarchy_for_graphcomm.png b/mpi4py/3.1.1/apiref/class_hierarchy_for_graphcomm.png similarity index 100% rename from 3.1.1/apiref/class_hierarchy_for_graphcomm.png rename to mpi4py/3.1.1/apiref/class_hierarchy_for_graphcomm.png diff --git a/3.1.1/apiref/class_hierarchy_for_grequest.png b/mpi4py/3.1.1/apiref/class_hierarchy_for_grequest.png similarity index 100% rename from 3.1.1/apiref/class_hierarchy_for_grequest.png rename to mpi4py/3.1.1/apiref/class_hierarchy_for_grequest.png diff --git a/3.1.1/apiref/class_hierarchy_for_group.png b/mpi4py/3.1.1/apiref/class_hierarchy_for_group.png similarity index 100% rename from 3.1.1/apiref/class_hierarchy_for_group.png rename to mpi4py/3.1.1/apiref/class_hierarchy_for_group.png diff --git a/3.1.1/apiref/class_hierarchy_for_info.png b/mpi4py/3.1.1/apiref/class_hierarchy_for_info.png similarity index 100% rename from 3.1.1/apiref/class_hierarchy_for_info.png rename to mpi4py/3.1.1/apiref/class_hierarchy_for_info.png diff --git a/3.1.1/apiref/class_hierarchy_for_intercomm.png b/mpi4py/3.1.1/apiref/class_hierarchy_for_intercomm.png similarity index 100% rename from 3.1.1/apiref/class_hierarchy_for_intercomm.png rename to mpi4py/3.1.1/apiref/class_hierarchy_for_intercomm.png diff --git a/3.1.1/apiref/class_hierarchy_for_intracomm.png b/mpi4py/3.1.1/apiref/class_hierarchy_for_intracomm.png similarity index 100% rename from 3.1.1/apiref/class_hierarchy_for_intracomm.png rename to mpi4py/3.1.1/apiref/class_hierarchy_for_intracomm.png diff --git a/3.1.1/apiref/class_hierarchy_for_memory.png b/mpi4py/3.1.1/apiref/class_hierarchy_for_memory.png similarity index 100% rename from 3.1.1/apiref/class_hierarchy_for_memory.png rename to mpi4py/3.1.1/apiref/class_hierarchy_for_memory.png diff --git a/3.1.1/apiref/class_hierarchy_for_message.png b/mpi4py/3.1.1/apiref/class_hierarchy_for_message.png similarity index 100% rename from 3.1.1/apiref/class_hierarchy_for_message.png rename to mpi4py/3.1.1/apiref/class_hierarchy_for_message.png diff --git a/3.1.1/apiref/class_hierarchy_for_op.png b/mpi4py/3.1.1/apiref/class_hierarchy_for_op.png similarity index 100% rename from 3.1.1/apiref/class_hierarchy_for_op.png rename to mpi4py/3.1.1/apiref/class_hierarchy_for_op.png diff --git a/3.1.1/apiref/class_hierarchy_for_pickle.png b/mpi4py/3.1.1/apiref/class_hierarchy_for_pickle.png similarity index 100% rename from 3.1.1/apiref/class_hierarchy_for_pickle.png rename to mpi4py/3.1.1/apiref/class_hierarchy_for_pickle.png diff --git a/3.1.1/apiref/class_hierarchy_for_prequest.png b/mpi4py/3.1.1/apiref/class_hierarchy_for_prequest.png similarity index 100% rename from 3.1.1/apiref/class_hierarchy_for_prequest.png rename to mpi4py/3.1.1/apiref/class_hierarchy_for_prequest.png diff --git a/3.1.1/apiref/class_hierarchy_for_rc.png b/mpi4py/3.1.1/apiref/class_hierarchy_for_rc.png similarity index 100% rename from 3.1.1/apiref/class_hierarchy_for_rc.png rename to mpi4py/3.1.1/apiref/class_hierarchy_for_rc.png diff --git a/3.1.1/apiref/class_hierarchy_for_request.png b/mpi4py/3.1.1/apiref/class_hierarchy_for_request.png similarity index 100% rename from 3.1.1/apiref/class_hierarchy_for_request.png rename to mpi4py/3.1.1/apiref/class_hierarchy_for_request.png diff --git a/3.1.1/apiref/class_hierarchy_for_status.png b/mpi4py/3.1.1/apiref/class_hierarchy_for_status.png similarity index 100% rename from 3.1.1/apiref/class_hierarchy_for_status.png rename to mpi4py/3.1.1/apiref/class_hierarchy_for_status.png diff --git a/3.1.1/apiref/class_hierarchy_for_topocomm.png b/mpi4py/3.1.1/apiref/class_hierarchy_for_topocomm.png similarity index 100% rename from 3.1.1/apiref/class_hierarchy_for_topocomm.png rename to mpi4py/3.1.1/apiref/class_hierarchy_for_topocomm.png diff --git a/3.1.1/apiref/class_hierarchy_for_win.png b/mpi4py/3.1.1/apiref/class_hierarchy_for_win.png similarity index 100% rename from 3.1.1/apiref/class_hierarchy_for_win.png rename to mpi4py/3.1.1/apiref/class_hierarchy_for_win.png diff --git a/3.1.1/apiref/crarr.png b/mpi4py/3.1.1/apiref/crarr.png similarity index 100% rename from 3.1.1/apiref/crarr.png rename to mpi4py/3.1.1/apiref/crarr.png diff --git a/3.1.1/apiref/epydoc.css b/mpi4py/3.1.1/apiref/epydoc.css similarity index 100% rename from 3.1.1/apiref/epydoc.css rename to mpi4py/3.1.1/apiref/epydoc.css diff --git a/3.1.1/apiref/epydoc.js b/mpi4py/3.1.1/apiref/epydoc.js similarity index 100% rename from 3.1.1/apiref/epydoc.js rename to mpi4py/3.1.1/apiref/epydoc.js diff --git a/3.1.1/apiref/frames.html b/mpi4py/3.1.1/apiref/frames.html similarity index 100% rename from 3.1.1/apiref/frames.html rename to mpi4py/3.1.1/apiref/frames.html diff --git a/3.1.1/apiref/help.html b/mpi4py/3.1.1/apiref/help.html similarity index 100% rename from 3.1.1/apiref/help.html rename to mpi4py/3.1.1/apiref/help.html diff --git a/3.1.1/apiref/identifier-index.html b/mpi4py/3.1.1/apiref/identifier-index.html similarity index 100% rename from 3.1.1/apiref/identifier-index.html rename to mpi4py/3.1.1/apiref/identifier-index.html diff --git a/3.1.1/apiref/index.html b/mpi4py/3.1.1/apiref/index.html similarity index 100% rename from 3.1.1/apiref/index.html rename to mpi4py/3.1.1/apiref/index.html diff --git a/3.1.1/apiref/module-tree.html b/mpi4py/3.1.1/apiref/module-tree.html similarity index 100% rename from 3.1.1/apiref/module-tree.html rename to mpi4py/3.1.1/apiref/module-tree.html diff --git a/3.1.1/apiref/mpi4py-module.html b/mpi4py/3.1.1/apiref/mpi4py-module.html similarity index 100% rename from 3.1.1/apiref/mpi4py-module.html rename to mpi4py/3.1.1/apiref/mpi4py-module.html diff --git a/3.1.1/apiref/mpi4py-pysrc.html b/mpi4py/3.1.1/apiref/mpi4py-pysrc.html similarity index 100% rename from 3.1.1/apiref/mpi4py-pysrc.html rename to mpi4py/3.1.1/apiref/mpi4py-pysrc.html diff --git a/3.1.1/apiref/mpi4py.MPI-module.html b/mpi4py/3.1.1/apiref/mpi4py.MPI-module.html similarity index 100% rename from 3.1.1/apiref/mpi4py.MPI-module.html rename to mpi4py/3.1.1/apiref/mpi4py.MPI-module.html diff --git a/3.1.1/apiref/mpi4py.MPI.Cartcomm-class.html b/mpi4py/3.1.1/apiref/mpi4py.MPI.Cartcomm-class.html similarity index 100% rename from 3.1.1/apiref/mpi4py.MPI.Cartcomm-class.html rename to mpi4py/3.1.1/apiref/mpi4py.MPI.Cartcomm-class.html diff --git a/3.1.1/apiref/mpi4py.MPI.Comm-class.html b/mpi4py/3.1.1/apiref/mpi4py.MPI.Comm-class.html similarity index 100% rename from 3.1.1/apiref/mpi4py.MPI.Comm-class.html rename to mpi4py/3.1.1/apiref/mpi4py.MPI.Comm-class.html diff --git a/3.1.1/apiref/mpi4py.MPI.Datatype-class.html b/mpi4py/3.1.1/apiref/mpi4py.MPI.Datatype-class.html similarity index 100% rename from 3.1.1/apiref/mpi4py.MPI.Datatype-class.html rename to mpi4py/3.1.1/apiref/mpi4py.MPI.Datatype-class.html diff --git a/3.1.1/apiref/mpi4py.MPI.Distgraphcomm-class.html b/mpi4py/3.1.1/apiref/mpi4py.MPI.Distgraphcomm-class.html similarity index 100% rename from 3.1.1/apiref/mpi4py.MPI.Distgraphcomm-class.html rename to mpi4py/3.1.1/apiref/mpi4py.MPI.Distgraphcomm-class.html diff --git a/3.1.1/apiref/mpi4py.MPI.Errhandler-class.html b/mpi4py/3.1.1/apiref/mpi4py.MPI.Errhandler-class.html similarity index 100% rename from 3.1.1/apiref/mpi4py.MPI.Errhandler-class.html rename to mpi4py/3.1.1/apiref/mpi4py.MPI.Errhandler-class.html diff --git a/3.1.1/apiref/mpi4py.MPI.Exception-class.html b/mpi4py/3.1.1/apiref/mpi4py.MPI.Exception-class.html similarity index 100% rename from 3.1.1/apiref/mpi4py.MPI.Exception-class.html rename to mpi4py/3.1.1/apiref/mpi4py.MPI.Exception-class.html diff --git a/3.1.1/apiref/mpi4py.MPI.File-class.html b/mpi4py/3.1.1/apiref/mpi4py.MPI.File-class.html similarity index 100% rename from 3.1.1/apiref/mpi4py.MPI.File-class.html rename to mpi4py/3.1.1/apiref/mpi4py.MPI.File-class.html diff --git a/3.1.1/apiref/mpi4py.MPI.Graphcomm-class.html b/mpi4py/3.1.1/apiref/mpi4py.MPI.Graphcomm-class.html similarity index 100% rename from 3.1.1/apiref/mpi4py.MPI.Graphcomm-class.html rename to mpi4py/3.1.1/apiref/mpi4py.MPI.Graphcomm-class.html diff --git a/3.1.1/apiref/mpi4py.MPI.Grequest-class.html b/mpi4py/3.1.1/apiref/mpi4py.MPI.Grequest-class.html similarity index 100% rename from 3.1.1/apiref/mpi4py.MPI.Grequest-class.html rename to mpi4py/3.1.1/apiref/mpi4py.MPI.Grequest-class.html diff --git a/3.1.1/apiref/mpi4py.MPI.Group-class.html b/mpi4py/3.1.1/apiref/mpi4py.MPI.Group-class.html similarity index 100% rename from 3.1.1/apiref/mpi4py.MPI.Group-class.html rename to mpi4py/3.1.1/apiref/mpi4py.MPI.Group-class.html diff --git a/3.1.1/apiref/mpi4py.MPI.Info-class.html b/mpi4py/3.1.1/apiref/mpi4py.MPI.Info-class.html similarity index 100% rename from 3.1.1/apiref/mpi4py.MPI.Info-class.html rename to mpi4py/3.1.1/apiref/mpi4py.MPI.Info-class.html diff --git a/3.1.1/apiref/mpi4py.MPI.Intercomm-class.html b/mpi4py/3.1.1/apiref/mpi4py.MPI.Intercomm-class.html similarity index 100% rename from 3.1.1/apiref/mpi4py.MPI.Intercomm-class.html rename to mpi4py/3.1.1/apiref/mpi4py.MPI.Intercomm-class.html diff --git a/3.1.1/apiref/mpi4py.MPI.Intracomm-class.html b/mpi4py/3.1.1/apiref/mpi4py.MPI.Intracomm-class.html similarity index 100% rename from 3.1.1/apiref/mpi4py.MPI.Intracomm-class.html rename to mpi4py/3.1.1/apiref/mpi4py.MPI.Intracomm-class.html diff --git a/3.1.1/apiref/mpi4py.MPI.Message-class.html b/mpi4py/3.1.1/apiref/mpi4py.MPI.Message-class.html similarity index 100% rename from 3.1.1/apiref/mpi4py.MPI.Message-class.html rename to mpi4py/3.1.1/apiref/mpi4py.MPI.Message-class.html diff --git a/3.1.1/apiref/mpi4py.MPI.Op-class.html b/mpi4py/3.1.1/apiref/mpi4py.MPI.Op-class.html similarity index 100% rename from 3.1.1/apiref/mpi4py.MPI.Op-class.html rename to mpi4py/3.1.1/apiref/mpi4py.MPI.Op-class.html diff --git a/3.1.1/apiref/mpi4py.MPI.Pickle-class.html b/mpi4py/3.1.1/apiref/mpi4py.MPI.Pickle-class.html similarity index 100% rename from 3.1.1/apiref/mpi4py.MPI.Pickle-class.html rename to mpi4py/3.1.1/apiref/mpi4py.MPI.Pickle-class.html diff --git a/3.1.1/apiref/mpi4py.MPI.Prequest-class.html b/mpi4py/3.1.1/apiref/mpi4py.MPI.Prequest-class.html similarity index 100% rename from 3.1.1/apiref/mpi4py.MPI.Prequest-class.html rename to mpi4py/3.1.1/apiref/mpi4py.MPI.Prequest-class.html diff --git a/3.1.1/apiref/mpi4py.MPI.Request-class.html b/mpi4py/3.1.1/apiref/mpi4py.MPI.Request-class.html similarity index 100% rename from 3.1.1/apiref/mpi4py.MPI.Request-class.html rename to mpi4py/3.1.1/apiref/mpi4py.MPI.Request-class.html diff --git a/3.1.1/apiref/mpi4py.MPI.Status-class.html b/mpi4py/3.1.1/apiref/mpi4py.MPI.Status-class.html similarity index 100% rename from 3.1.1/apiref/mpi4py.MPI.Status-class.html rename to mpi4py/3.1.1/apiref/mpi4py.MPI.Status-class.html diff --git a/3.1.1/apiref/mpi4py.MPI.Topocomm-class.html b/mpi4py/3.1.1/apiref/mpi4py.MPI.Topocomm-class.html similarity index 100% rename from 3.1.1/apiref/mpi4py.MPI.Topocomm-class.html rename to mpi4py/3.1.1/apiref/mpi4py.MPI.Topocomm-class.html diff --git a/3.1.1/apiref/mpi4py.MPI.Win-class.html b/mpi4py/3.1.1/apiref/mpi4py.MPI.Win-class.html similarity index 100% rename from 3.1.1/apiref/mpi4py.MPI.Win-class.html rename to mpi4py/3.1.1/apiref/mpi4py.MPI.Win-class.html diff --git a/3.1.1/apiref/mpi4py.MPI.memory-class.html b/mpi4py/3.1.1/apiref/mpi4py.MPI.memory-class.html similarity index 100% rename from 3.1.1/apiref/mpi4py.MPI.memory-class.html rename to mpi4py/3.1.1/apiref/mpi4py.MPI.memory-class.html diff --git a/3.1.1/apiref/mpi4py.Rc-class.html b/mpi4py/3.1.1/apiref/mpi4py.Rc-class.html similarity index 100% rename from 3.1.1/apiref/mpi4py.Rc-class.html rename to mpi4py/3.1.1/apiref/mpi4py.Rc-class.html diff --git a/3.1.1/apiref/redirect.html b/mpi4py/3.1.1/apiref/redirect.html similarity index 100% rename from 3.1.1/apiref/redirect.html rename to mpi4py/3.1.1/apiref/redirect.html diff --git a/3.1.1/apiref/toc-everything.html b/mpi4py/3.1.1/apiref/toc-everything.html similarity index 100% rename from 3.1.1/apiref/toc-everything.html rename to mpi4py/3.1.1/apiref/toc-everything.html diff --git a/3.1.1/apiref/toc-mpi4py-module.html b/mpi4py/3.1.1/apiref/toc-mpi4py-module.html similarity index 100% rename from 3.1.1/apiref/toc-mpi4py-module.html rename to mpi4py/3.1.1/apiref/toc-mpi4py-module.html diff --git a/3.1.1/apiref/toc-mpi4py.MPI-module.html b/mpi4py/3.1.1/apiref/toc-mpi4py.MPI-module.html similarity index 100% rename from 3.1.1/apiref/toc-mpi4py.MPI-module.html rename to mpi4py/3.1.1/apiref/toc-mpi4py.MPI-module.html diff --git a/3.1.1/apiref/toc.html b/mpi4py/3.1.1/apiref/toc.html similarity index 100% rename from 3.1.1/apiref/toc.html rename to mpi4py/3.1.1/apiref/toc.html diff --git a/3.1.1/index.html b/mpi4py/3.1.1/index.html similarity index 100% rename from 3.1.1/index.html rename to mpi4py/3.1.1/index.html diff --git a/3.1.1/index.rst b/mpi4py/3.1.1/index.rst similarity index 100% rename from 3.1.1/index.rst rename to mpi4py/3.1.1/index.rst diff --git a/3.1.1/mpi4py.1 b/mpi4py/3.1.1/mpi4py.1 similarity index 100% rename from 3.1.1/mpi4py.1 rename to mpi4py/3.1.1/mpi4py.1 diff --git a/3.1.1/mpi4py.bib b/mpi4py/3.1.1/mpi4py.bib similarity index 100% rename from 3.1.1/mpi4py.bib rename to mpi4py/3.1.1/mpi4py.bib diff --git a/3.1.1/mpi4py.info b/mpi4py/3.1.1/mpi4py.info similarity index 100% rename from 3.1.1/mpi4py.info rename to mpi4py/3.1.1/mpi4py.info diff --git a/3.1.1/mpi4py.pdf b/mpi4py/3.1.1/mpi4py.pdf similarity index 100% rename from 3.1.1/mpi4py.pdf rename to mpi4py/3.1.1/mpi4py.pdf diff --git a/3.1.1/source/usrman/.gitignore b/mpi4py/3.1.1/source/usrman/.gitignore similarity index 100% rename from 3.1.1/source/usrman/.gitignore rename to mpi4py/3.1.1/source/usrman/.gitignore diff --git a/3.1.1/source/usrman/Makefile b/mpi4py/3.1.1/source/usrman/Makefile similarity index 100% rename from 3.1.1/source/usrman/Makefile rename to mpi4py/3.1.1/source/usrman/Makefile diff --git a/3.1.1/source/usrman/_static/css/custom.css b/mpi4py/3.1.1/source/usrman/_static/css/custom.css similarity index 100% rename from 3.1.1/source/usrman/_static/css/custom.css rename to mpi4py/3.1.1/source/usrman/_static/css/custom.css diff --git a/3.1.1/source/usrman/_templates/autosummary/class.rst b/mpi4py/3.1.1/source/usrman/_templates/autosummary/class.rst similarity index 100% rename from 3.1.1/source/usrman/_templates/autosummary/class.rst rename to mpi4py/3.1.1/source/usrman/_templates/autosummary/class.rst diff --git a/3.1.1/source/usrman/_templates/autosummary/module.rst b/mpi4py/3.1.1/source/usrman/_templates/autosummary/module.rst similarity index 100% rename from 3.1.1/source/usrman/_templates/autosummary/module.rst rename to mpi4py/3.1.1/source/usrman/_templates/autosummary/module.rst diff --git a/3.1.1/source/usrman/_templates/layout.html b/mpi4py/3.1.1/source/usrman/_templates/layout.html similarity index 100% rename from 3.1.1/source/usrman/_templates/layout.html rename to mpi4py/3.1.1/source/usrman/_templates/layout.html diff --git a/3.1.1/source/usrman/apidoc.py b/mpi4py/3.1.1/source/usrman/apidoc.py similarity index 100% rename from 3.1.1/source/usrman/apidoc.py rename to mpi4py/3.1.1/source/usrman/apidoc.py diff --git a/3.1.1/source/usrman/appendix.rst b/mpi4py/3.1.1/source/usrman/appendix.rst similarity index 100% rename from 3.1.1/source/usrman/appendix.rst rename to mpi4py/3.1.1/source/usrman/appendix.rst diff --git a/3.1.1/source/usrman/citing.rst b/mpi4py/3.1.1/source/usrman/citing.rst similarity index 100% rename from 3.1.1/source/usrman/citing.rst rename to mpi4py/3.1.1/source/usrman/citing.rst diff --git a/3.1.1/source/usrman/conf.py b/mpi4py/3.1.1/source/usrman/conf.py similarity index 100% rename from 3.1.1/source/usrman/conf.py rename to mpi4py/3.1.1/source/usrman/conf.py diff --git a/3.1.1/source/usrman/index.rst b/mpi4py/3.1.1/source/usrman/index.rst similarity index 100% rename from 3.1.1/source/usrman/index.rst rename to mpi4py/3.1.1/source/usrman/index.rst diff --git a/3.1.1/source/usrman/install.rst b/mpi4py/3.1.1/source/usrman/install.rst similarity index 100% rename from 3.1.1/source/usrman/install.rst rename to mpi4py/3.1.1/source/usrman/install.rst diff --git a/3.1.1/source/usrman/intro.rst b/mpi4py/3.1.1/source/usrman/intro.rst similarity index 100% rename from 3.1.1/source/usrman/intro.rst rename to mpi4py/3.1.1/source/usrman/intro.rst diff --git a/3.1.1/source/usrman/make.bat b/mpi4py/3.1.1/source/usrman/make.bat similarity index 100% rename from 3.1.1/source/usrman/make.bat rename to mpi4py/3.1.1/source/usrman/make.bat diff --git a/3.1.1/source/usrman/mpi4py.MPI.rst b/mpi4py/3.1.1/source/usrman/mpi4py.MPI.rst similarity index 100% rename from 3.1.1/source/usrman/mpi4py.MPI.rst rename to mpi4py/3.1.1/source/usrman/mpi4py.MPI.rst diff --git a/3.1.1/source/usrman/mpi4py.futures.rst b/mpi4py/3.1.1/source/usrman/mpi4py.futures.rst similarity index 100% rename from 3.1.1/source/usrman/mpi4py.futures.rst rename to mpi4py/3.1.1/source/usrman/mpi4py.futures.rst diff --git a/3.1.1/source/usrman/mpi4py.rst b/mpi4py/3.1.1/source/usrman/mpi4py.rst similarity index 100% rename from 3.1.1/source/usrman/mpi4py.rst rename to mpi4py/3.1.1/source/usrman/mpi4py.rst diff --git a/3.1.1/source/usrman/mpi4py.run.rst b/mpi4py/3.1.1/source/usrman/mpi4py.run.rst similarity index 100% rename from 3.1.1/source/usrman/mpi4py.run.rst rename to mpi4py/3.1.1/source/usrman/mpi4py.run.rst diff --git a/3.1.1/source/usrman/mpi4py.util.dtlib.rst b/mpi4py/3.1.1/source/usrman/mpi4py.util.dtlib.rst similarity index 100% rename from 3.1.1/source/usrman/mpi4py.util.dtlib.rst rename to mpi4py/3.1.1/source/usrman/mpi4py.util.dtlib.rst diff --git a/3.1.1/source/usrman/mpi4py.util.pkl5.rst b/mpi4py/3.1.1/source/usrman/mpi4py.util.pkl5.rst similarity index 100% rename from 3.1.1/source/usrman/mpi4py.util.pkl5.rst rename to mpi4py/3.1.1/source/usrman/mpi4py.util.pkl5.rst diff --git a/3.1.1/source/usrman/mpi4py.util.rst b/mpi4py/3.1.1/source/usrman/mpi4py.util.rst similarity index 100% rename from 3.1.1/source/usrman/mpi4py.util.rst rename to mpi4py/3.1.1/source/usrman/mpi4py.util.rst diff --git a/3.1.1/source/usrman/overview.rst b/mpi4py/3.1.1/source/usrman/overview.rst similarity index 100% rename from 3.1.1/source/usrman/overview.rst rename to mpi4py/3.1.1/source/usrman/overview.rst diff --git a/3.1.1/source/usrman/reference.rst b/mpi4py/3.1.1/source/usrman/reference.rst similarity index 100% rename from 3.1.1/source/usrman/reference.rst rename to mpi4py/3.1.1/source/usrman/reference.rst diff --git a/3.1.1/source/usrman/tutorial.rst b/mpi4py/3.1.1/source/usrman/tutorial.rst similarity index 100% rename from 3.1.1/source/usrman/tutorial.rst rename to mpi4py/3.1.1/source/usrman/tutorial.rst diff --git a/3.1.1/usrman/_static/basic.css b/mpi4py/3.1.1/usrman/_static/basic.css similarity index 100% rename from 3.1.1/usrman/_static/basic.css rename to mpi4py/3.1.1/usrman/_static/basic.css diff --git a/3.1.1/usrman/_static/classic.css b/mpi4py/3.1.1/usrman/_static/classic.css similarity index 100% rename from 3.1.1/usrman/_static/classic.css rename to mpi4py/3.1.1/usrman/_static/classic.css diff --git a/3.1.1/usrman/_static/css/custom.css b/mpi4py/3.1.1/usrman/_static/css/custom.css similarity index 100% rename from 3.1.1/usrman/_static/css/custom.css rename to mpi4py/3.1.1/usrman/_static/css/custom.css diff --git a/3.1.1/usrman/_static/default.css b/mpi4py/3.1.1/usrman/_static/default.css similarity index 100% rename from 3.1.1/usrman/_static/default.css rename to mpi4py/3.1.1/usrman/_static/default.css diff --git a/3.1.1/usrman/_static/doctools.js b/mpi4py/3.1.1/usrman/_static/doctools.js similarity index 100% rename from 3.1.1/usrman/_static/doctools.js rename to mpi4py/3.1.1/usrman/_static/doctools.js diff --git a/3.1.1/usrman/_static/documentation_options.js b/mpi4py/3.1.1/usrman/_static/documentation_options.js similarity index 100% rename from 3.1.1/usrman/_static/documentation_options.js rename to mpi4py/3.1.1/usrman/_static/documentation_options.js diff --git a/3.1.1/usrman/_static/file.png b/mpi4py/3.1.1/usrman/_static/file.png similarity index 100% rename from 3.1.1/usrman/_static/file.png rename to mpi4py/3.1.1/usrman/_static/file.png diff --git a/3.1.1/usrman/_static/jquery-3.5.1.js b/mpi4py/3.1.1/usrman/_static/jquery-3.5.1.js similarity index 100% rename from 3.1.1/usrman/_static/jquery-3.5.1.js rename to mpi4py/3.1.1/usrman/_static/jquery-3.5.1.js diff --git a/3.1.1/usrman/_static/jquery.js b/mpi4py/3.1.1/usrman/_static/jquery.js similarity index 100% rename from 3.1.1/usrman/_static/jquery.js rename to mpi4py/3.1.1/usrman/_static/jquery.js diff --git a/3.1.1/usrman/_static/language_data.js b/mpi4py/3.1.1/usrman/_static/language_data.js similarity index 100% rename from 3.1.1/usrman/_static/language_data.js rename to mpi4py/3.1.1/usrman/_static/language_data.js diff --git a/3.1.1/usrman/_static/minus.png b/mpi4py/3.1.1/usrman/_static/minus.png similarity index 100% rename from 3.1.1/usrman/_static/minus.png rename to mpi4py/3.1.1/usrman/_static/minus.png diff --git a/3.1.1/usrman/_static/plus.png b/mpi4py/3.1.1/usrman/_static/plus.png similarity index 100% rename from 3.1.1/usrman/_static/plus.png rename to mpi4py/3.1.1/usrman/_static/plus.png diff --git a/3.1.1/usrman/_static/pygments.css b/mpi4py/3.1.1/usrman/_static/pygments.css similarity index 100% rename from 3.1.1/usrman/_static/pygments.css rename to mpi4py/3.1.1/usrman/_static/pygments.css diff --git a/3.1.1/usrman/_static/searchtools.js b/mpi4py/3.1.1/usrman/_static/searchtools.js similarity index 100% rename from 3.1.1/usrman/_static/searchtools.js rename to mpi4py/3.1.1/usrman/_static/searchtools.js diff --git a/3.1.1/usrman/_static/sidebar.js b/mpi4py/3.1.1/usrman/_static/sidebar.js similarity index 100% rename from 3.1.1/usrman/_static/sidebar.js rename to mpi4py/3.1.1/usrman/_static/sidebar.js diff --git a/3.1.1/usrman/_static/underscore-1.13.1.js b/mpi4py/3.1.1/usrman/_static/underscore-1.13.1.js similarity index 100% rename from 3.1.1/usrman/_static/underscore-1.13.1.js rename to mpi4py/3.1.1/usrman/_static/underscore-1.13.1.js diff --git a/3.1.1/usrman/_static/underscore.js b/mpi4py/3.1.1/usrman/_static/underscore.js similarity index 100% rename from 3.1.1/usrman/_static/underscore.js rename to mpi4py/3.1.1/usrman/_static/underscore.js diff --git a/3.1.1/usrman/appendix.html b/mpi4py/3.1.1/usrman/appendix.html similarity index 100% rename from 3.1.1/usrman/appendix.html rename to mpi4py/3.1.1/usrman/appendix.html diff --git a/3.1.1/usrman/citing.html b/mpi4py/3.1.1/usrman/citing.html similarity index 100% rename from 3.1.1/usrman/citing.html rename to mpi4py/3.1.1/usrman/citing.html diff --git a/3.1.1/usrman/genindex.html b/mpi4py/3.1.1/usrman/genindex.html similarity index 100% rename from 3.1.1/usrman/genindex.html rename to mpi4py/3.1.1/usrman/genindex.html diff --git a/3.1.1/usrman/index.html b/mpi4py/3.1.1/usrman/index.html similarity index 100% rename from 3.1.1/usrman/index.html rename to mpi4py/3.1.1/usrman/index.html diff --git a/3.1.1/usrman/install.html b/mpi4py/3.1.1/usrman/install.html similarity index 100% rename from 3.1.1/usrman/install.html rename to mpi4py/3.1.1/usrman/install.html diff --git a/3.1.1/usrman/intro.html b/mpi4py/3.1.1/usrman/intro.html similarity index 100% rename from 3.1.1/usrman/intro.html rename to mpi4py/3.1.1/usrman/intro.html diff --git a/3.1.1/usrman/mpi4py.MPI.html b/mpi4py/3.1.1/usrman/mpi4py.MPI.html similarity index 100% rename from 3.1.1/usrman/mpi4py.MPI.html rename to mpi4py/3.1.1/usrman/mpi4py.MPI.html diff --git a/3.1.1/usrman/mpi4py.futures.html b/mpi4py/3.1.1/usrman/mpi4py.futures.html similarity index 100% rename from 3.1.1/usrman/mpi4py.futures.html rename to mpi4py/3.1.1/usrman/mpi4py.futures.html diff --git a/3.1.1/usrman/mpi4py.html b/mpi4py/3.1.1/usrman/mpi4py.html similarity index 100% rename from 3.1.1/usrman/mpi4py.html rename to mpi4py/3.1.1/usrman/mpi4py.html diff --git a/3.1.1/usrman/mpi4py.run.html b/mpi4py/3.1.1/usrman/mpi4py.run.html similarity index 100% rename from 3.1.1/usrman/mpi4py.run.html rename to mpi4py/3.1.1/usrman/mpi4py.run.html diff --git a/3.1.1/usrman/mpi4py.util.dtlib.html b/mpi4py/3.1.1/usrman/mpi4py.util.dtlib.html similarity index 100% rename from 3.1.1/usrman/mpi4py.util.dtlib.html rename to mpi4py/3.1.1/usrman/mpi4py.util.dtlib.html diff --git a/3.1.1/usrman/mpi4py.util.html b/mpi4py/3.1.1/usrman/mpi4py.util.html similarity index 100% rename from 3.1.1/usrman/mpi4py.util.html rename to mpi4py/3.1.1/usrman/mpi4py.util.html diff --git a/3.1.1/usrman/mpi4py.util.pkl5.html b/mpi4py/3.1.1/usrman/mpi4py.util.pkl5.html similarity index 100% rename from 3.1.1/usrman/mpi4py.util.pkl5.html rename to mpi4py/3.1.1/usrman/mpi4py.util.pkl5.html diff --git a/3.1.1/usrman/objects.inv b/mpi4py/3.1.1/usrman/objects.inv similarity index 100% rename from 3.1.1/usrman/objects.inv rename to mpi4py/3.1.1/usrman/objects.inv diff --git a/3.1.1/usrman/overview.html b/mpi4py/3.1.1/usrman/overview.html similarity index 100% rename from 3.1.1/usrman/overview.html rename to mpi4py/3.1.1/usrman/overview.html diff --git a/3.1.1/usrman/py-modindex.html b/mpi4py/3.1.1/usrman/py-modindex.html similarity index 100% rename from 3.1.1/usrman/py-modindex.html rename to mpi4py/3.1.1/usrman/py-modindex.html diff --git a/3.1.1/usrman/reference.html b/mpi4py/3.1.1/usrman/reference.html similarity index 100% rename from 3.1.1/usrman/reference.html rename to mpi4py/3.1.1/usrman/reference.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.AINT.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.AINT.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.AINT.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.AINT.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.ANY_SOURCE.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ANY_SOURCE.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.ANY_SOURCE.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ANY_SOURCE.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.ANY_TAG.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ANY_TAG.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.ANY_TAG.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ANY_TAG.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.APPNUM.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.APPNUM.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.APPNUM.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.APPNUM.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.Add_error_class.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Add_error_class.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.Add_error_class.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Add_error_class.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.Add_error_code.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Add_error_code.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.Add_error_code.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Add_error_code.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.Add_error_string.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Add_error_string.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.Add_error_string.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Add_error_string.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.Aint_add.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Aint_add.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.Aint_add.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Aint_add.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.Aint_diff.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Aint_diff.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.Aint_diff.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Aint_diff.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.Alloc_mem.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Alloc_mem.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.Alloc_mem.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Alloc_mem.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.Attach_buffer.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Attach_buffer.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.Attach_buffer.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Attach_buffer.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.BAND.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.BAND.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.BAND.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.BAND.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.BOOL.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.BOOL.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.BOOL.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.BOOL.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.BOR.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.BOR.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.BOR.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.BOR.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.BOTTOM.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.BOTTOM.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.BOTTOM.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.BOTTOM.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.BSEND_OVERHEAD.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.BSEND_OVERHEAD.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.BSEND_OVERHEAD.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.BSEND_OVERHEAD.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.BXOR.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.BXOR.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.BXOR.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.BXOR.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.BYTE.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.BYTE.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.BYTE.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.BYTE.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.CART.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.CART.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.CART.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.CART.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.CHAR.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.CHAR.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.CHAR.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.CHAR.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.CHARACTER.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.CHARACTER.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.CHARACTER.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.CHARACTER.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.COMBINER_CONTIGUOUS.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.COMBINER_CONTIGUOUS.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.COMBINER_CONTIGUOUS.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.COMBINER_CONTIGUOUS.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.COMBINER_DARRAY.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.COMBINER_DARRAY.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.COMBINER_DARRAY.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.COMBINER_DARRAY.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.COMBINER_DUP.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.COMBINER_DUP.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.COMBINER_DUP.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.COMBINER_DUP.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.COMBINER_F90_COMPLEX.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.COMBINER_F90_COMPLEX.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.COMBINER_F90_COMPLEX.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.COMBINER_F90_COMPLEX.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.COMBINER_F90_INTEGER.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.COMBINER_F90_INTEGER.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.COMBINER_F90_INTEGER.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.COMBINER_F90_INTEGER.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.COMBINER_F90_REAL.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.COMBINER_F90_REAL.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.COMBINER_F90_REAL.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.COMBINER_F90_REAL.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.COMBINER_HINDEXED.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.COMBINER_HINDEXED.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.COMBINER_HINDEXED.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.COMBINER_HINDEXED.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.COMBINER_HINDEXED_BLOCK.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.COMBINER_HINDEXED_BLOCK.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.COMBINER_HINDEXED_BLOCK.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.COMBINER_HINDEXED_BLOCK.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.COMBINER_HVECTOR.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.COMBINER_HVECTOR.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.COMBINER_HVECTOR.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.COMBINER_HVECTOR.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.COMBINER_INDEXED.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.COMBINER_INDEXED.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.COMBINER_INDEXED.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.COMBINER_INDEXED.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.COMBINER_INDEXED_BLOCK.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.COMBINER_INDEXED_BLOCK.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.COMBINER_INDEXED_BLOCK.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.COMBINER_INDEXED_BLOCK.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.COMBINER_NAMED.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.COMBINER_NAMED.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.COMBINER_NAMED.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.COMBINER_NAMED.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.COMBINER_RESIZED.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.COMBINER_RESIZED.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.COMBINER_RESIZED.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.COMBINER_RESIZED.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.COMBINER_STRUCT.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.COMBINER_STRUCT.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.COMBINER_STRUCT.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.COMBINER_STRUCT.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.COMBINER_SUBARRAY.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.COMBINER_SUBARRAY.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.COMBINER_SUBARRAY.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.COMBINER_SUBARRAY.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.COMBINER_VECTOR.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.COMBINER_VECTOR.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.COMBINER_VECTOR.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.COMBINER_VECTOR.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.COMM_NULL.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.COMM_NULL.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.COMM_NULL.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.COMM_NULL.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.COMM_SELF.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.COMM_SELF.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.COMM_SELF.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.COMM_SELF.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.COMM_TYPE_SHARED.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.COMM_TYPE_SHARED.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.COMM_TYPE_SHARED.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.COMM_TYPE_SHARED.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.COMM_WORLD.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.COMM_WORLD.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.COMM_WORLD.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.COMM_WORLD.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.COMPLEX.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.COMPLEX.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.COMPLEX.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.COMPLEX.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.COMPLEX16.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.COMPLEX16.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.COMPLEX16.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.COMPLEX16.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.COMPLEX32.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.COMPLEX32.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.COMPLEX32.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.COMPLEX32.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.COMPLEX4.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.COMPLEX4.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.COMPLEX4.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.COMPLEX4.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.COMPLEX8.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.COMPLEX8.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.COMPLEX8.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.COMPLEX8.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.CONGRUENT.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.CONGRUENT.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.CONGRUENT.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.CONGRUENT.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.COUNT.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.COUNT.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.COUNT.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.COUNT.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.CXX_BOOL.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.CXX_BOOL.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.CXX_BOOL.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.CXX_BOOL.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.CXX_DOUBLE_COMPLEX.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.CXX_DOUBLE_COMPLEX.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.CXX_DOUBLE_COMPLEX.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.CXX_DOUBLE_COMPLEX.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.CXX_FLOAT_COMPLEX.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.CXX_FLOAT_COMPLEX.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.CXX_FLOAT_COMPLEX.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.CXX_FLOAT_COMPLEX.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.CXX_LONG_DOUBLE_COMPLEX.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.CXX_LONG_DOUBLE_COMPLEX.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.CXX_LONG_DOUBLE_COMPLEX.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.CXX_LONG_DOUBLE_COMPLEX.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.C_BOOL.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.C_BOOL.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.C_BOOL.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.C_BOOL.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.C_COMPLEX.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.C_COMPLEX.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.C_COMPLEX.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.C_COMPLEX.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.C_DOUBLE_COMPLEX.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.C_DOUBLE_COMPLEX.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.C_DOUBLE_COMPLEX.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.C_DOUBLE_COMPLEX.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.C_FLOAT_COMPLEX.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.C_FLOAT_COMPLEX.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.C_FLOAT_COMPLEX.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.C_FLOAT_COMPLEX.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.C_LONG_DOUBLE_COMPLEX.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.C_LONG_DOUBLE_COMPLEX.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.C_LONG_DOUBLE_COMPLEX.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.C_LONG_DOUBLE_COMPLEX.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.Cartcomm.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Cartcomm.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.Cartcomm.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Cartcomm.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.Close_port.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Close_port.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.Close_port.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Close_port.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.Comm.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Comm.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.Comm.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Comm.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.Compute_dims.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Compute_dims.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.Compute_dims.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Compute_dims.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.DATATYPE_NULL.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.DATATYPE_NULL.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.DATATYPE_NULL.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.DATATYPE_NULL.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.DISPLACEMENT_CURRENT.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.DISPLACEMENT_CURRENT.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.DISPLACEMENT_CURRENT.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.DISPLACEMENT_CURRENT.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.DISP_CUR.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.DISP_CUR.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.DISP_CUR.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.DISP_CUR.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.DISTRIBUTE_BLOCK.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.DISTRIBUTE_BLOCK.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.DISTRIBUTE_BLOCK.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.DISTRIBUTE_BLOCK.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.DISTRIBUTE_CYCLIC.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.DISTRIBUTE_CYCLIC.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.DISTRIBUTE_CYCLIC.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.DISTRIBUTE_CYCLIC.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.DISTRIBUTE_DFLT_DARG.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.DISTRIBUTE_DFLT_DARG.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.DISTRIBUTE_DFLT_DARG.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.DISTRIBUTE_DFLT_DARG.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.DISTRIBUTE_NONE.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.DISTRIBUTE_NONE.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.DISTRIBUTE_NONE.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.DISTRIBUTE_NONE.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.DIST_GRAPH.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.DIST_GRAPH.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.DIST_GRAPH.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.DIST_GRAPH.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.DOUBLE.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.DOUBLE.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.DOUBLE.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.DOUBLE.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.DOUBLE_COMPLEX.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.DOUBLE_COMPLEX.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.DOUBLE_COMPLEX.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.DOUBLE_COMPLEX.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.DOUBLE_INT.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.DOUBLE_INT.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.DOUBLE_INT.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.DOUBLE_INT.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.DOUBLE_PRECISION.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.DOUBLE_PRECISION.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.DOUBLE_PRECISION.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.DOUBLE_PRECISION.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.Datatype.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Datatype.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.Datatype.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Datatype.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.Detach_buffer.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Detach_buffer.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.Detach_buffer.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Detach_buffer.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.Distgraphcomm.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Distgraphcomm.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.Distgraphcomm.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Distgraphcomm.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.ERRHANDLER_NULL.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERRHANDLER_NULL.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.ERRHANDLER_NULL.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERRHANDLER_NULL.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.ERRORS_ARE_FATAL.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERRORS_ARE_FATAL.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.ERRORS_ARE_FATAL.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERRORS_ARE_FATAL.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.ERRORS_RETURN.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERRORS_RETURN.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.ERRORS_RETURN.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERRORS_RETURN.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.ERR_ACCESS.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_ACCESS.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.ERR_ACCESS.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_ACCESS.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.ERR_AMODE.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_AMODE.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.ERR_AMODE.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_AMODE.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.ERR_ARG.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_ARG.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.ERR_ARG.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_ARG.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.ERR_ASSERT.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_ASSERT.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.ERR_ASSERT.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_ASSERT.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.ERR_BAD_FILE.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_BAD_FILE.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.ERR_BAD_FILE.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_BAD_FILE.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.ERR_BASE.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_BASE.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.ERR_BASE.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_BASE.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.ERR_BUFFER.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_BUFFER.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.ERR_BUFFER.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_BUFFER.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.ERR_COMM.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_COMM.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.ERR_COMM.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_COMM.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.ERR_CONVERSION.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_CONVERSION.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.ERR_CONVERSION.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_CONVERSION.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.ERR_COUNT.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_COUNT.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.ERR_COUNT.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_COUNT.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.ERR_DIMS.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_DIMS.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.ERR_DIMS.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_DIMS.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.ERR_DISP.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_DISP.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.ERR_DISP.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_DISP.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.ERR_DUP_DATAREP.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_DUP_DATAREP.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.ERR_DUP_DATAREP.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_DUP_DATAREP.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.ERR_FILE.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_FILE.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.ERR_FILE.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_FILE.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.ERR_FILE_EXISTS.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_FILE_EXISTS.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.ERR_FILE_EXISTS.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_FILE_EXISTS.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.ERR_FILE_IN_USE.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_FILE_IN_USE.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.ERR_FILE_IN_USE.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_FILE_IN_USE.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.ERR_GROUP.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_GROUP.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.ERR_GROUP.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_GROUP.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.ERR_INFO.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_INFO.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.ERR_INFO.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_INFO.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.ERR_INFO_KEY.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_INFO_KEY.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.ERR_INFO_KEY.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_INFO_KEY.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.ERR_INFO_NOKEY.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_INFO_NOKEY.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.ERR_INFO_NOKEY.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_INFO_NOKEY.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.ERR_INFO_VALUE.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_INFO_VALUE.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.ERR_INFO_VALUE.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_INFO_VALUE.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.ERR_INTERN.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_INTERN.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.ERR_INTERN.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_INTERN.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.ERR_IN_STATUS.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_IN_STATUS.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.ERR_IN_STATUS.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_IN_STATUS.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.ERR_IO.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_IO.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.ERR_IO.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_IO.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.ERR_KEYVAL.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_KEYVAL.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.ERR_KEYVAL.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_KEYVAL.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.ERR_LASTCODE.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_LASTCODE.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.ERR_LASTCODE.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_LASTCODE.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.ERR_LOCKTYPE.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_LOCKTYPE.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.ERR_LOCKTYPE.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_LOCKTYPE.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.ERR_NAME.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_NAME.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.ERR_NAME.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_NAME.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.ERR_NOT_SAME.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_NOT_SAME.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.ERR_NOT_SAME.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_NOT_SAME.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.ERR_NO_MEM.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_NO_MEM.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.ERR_NO_MEM.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_NO_MEM.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.ERR_NO_SPACE.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_NO_SPACE.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.ERR_NO_SPACE.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_NO_SPACE.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.ERR_NO_SUCH_FILE.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_NO_SUCH_FILE.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.ERR_NO_SUCH_FILE.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_NO_SUCH_FILE.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.ERR_OP.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_OP.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.ERR_OP.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_OP.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.ERR_OTHER.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_OTHER.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.ERR_OTHER.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_OTHER.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.ERR_PENDING.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_PENDING.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.ERR_PENDING.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_PENDING.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.ERR_PORT.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_PORT.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.ERR_PORT.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_PORT.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.ERR_QUOTA.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_QUOTA.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.ERR_QUOTA.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_QUOTA.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.ERR_RANK.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_RANK.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.ERR_RANK.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_RANK.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.ERR_READ_ONLY.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_READ_ONLY.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.ERR_READ_ONLY.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_READ_ONLY.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.ERR_REQUEST.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_REQUEST.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.ERR_REQUEST.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_REQUEST.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.ERR_RMA_ATTACH.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_RMA_ATTACH.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.ERR_RMA_ATTACH.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_RMA_ATTACH.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.ERR_RMA_CONFLICT.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_RMA_CONFLICT.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.ERR_RMA_CONFLICT.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_RMA_CONFLICT.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.ERR_RMA_FLAVOR.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_RMA_FLAVOR.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.ERR_RMA_FLAVOR.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_RMA_FLAVOR.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.ERR_RMA_RANGE.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_RMA_RANGE.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.ERR_RMA_RANGE.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_RMA_RANGE.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.ERR_RMA_SHARED.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_RMA_SHARED.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.ERR_RMA_SHARED.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_RMA_SHARED.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.ERR_RMA_SYNC.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_RMA_SYNC.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.ERR_RMA_SYNC.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_RMA_SYNC.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.ERR_ROOT.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_ROOT.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.ERR_ROOT.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_ROOT.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.ERR_SERVICE.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_SERVICE.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.ERR_SERVICE.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_SERVICE.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.ERR_SIZE.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_SIZE.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.ERR_SIZE.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_SIZE.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.ERR_SPAWN.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_SPAWN.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.ERR_SPAWN.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_SPAWN.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.ERR_TAG.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_TAG.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.ERR_TAG.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_TAG.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.ERR_TOPOLOGY.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_TOPOLOGY.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.ERR_TOPOLOGY.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_TOPOLOGY.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.ERR_TRUNCATE.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_TRUNCATE.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.ERR_TRUNCATE.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_TRUNCATE.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.ERR_TYPE.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_TYPE.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.ERR_TYPE.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_TYPE.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.ERR_UNKNOWN.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_UNKNOWN.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.ERR_UNKNOWN.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_UNKNOWN.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.ERR_UNSUPPORTED_DATAREP.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_UNSUPPORTED_DATAREP.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.ERR_UNSUPPORTED_DATAREP.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_UNSUPPORTED_DATAREP.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.ERR_UNSUPPORTED_OPERATION.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_UNSUPPORTED_OPERATION.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.ERR_UNSUPPORTED_OPERATION.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_UNSUPPORTED_OPERATION.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.ERR_WIN.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_WIN.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.ERR_WIN.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ERR_WIN.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.Errhandler.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Errhandler.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.Errhandler.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Errhandler.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.Exception.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Exception.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.Exception.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Exception.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.FILE_NULL.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.FILE_NULL.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.FILE_NULL.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.FILE_NULL.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.FLOAT.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.FLOAT.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.FLOAT.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.FLOAT.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.FLOAT_INT.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.FLOAT_INT.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.FLOAT_INT.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.FLOAT_INT.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.F_BOOL.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.F_BOOL.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.F_BOOL.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.F_BOOL.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.F_COMPLEX.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.F_COMPLEX.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.F_COMPLEX.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.F_COMPLEX.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.F_DOUBLE.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.F_DOUBLE.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.F_DOUBLE.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.F_DOUBLE.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.F_DOUBLE_COMPLEX.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.F_DOUBLE_COMPLEX.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.F_DOUBLE_COMPLEX.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.F_DOUBLE_COMPLEX.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.F_FLOAT.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.F_FLOAT.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.F_FLOAT.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.F_FLOAT.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.F_FLOAT_COMPLEX.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.F_FLOAT_COMPLEX.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.F_FLOAT_COMPLEX.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.F_FLOAT_COMPLEX.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.F_INT.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.F_INT.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.F_INT.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.F_INT.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.File.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.File.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.File.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.File.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.Finalize.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Finalize.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.Finalize.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Finalize.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.Free_mem.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Free_mem.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.Free_mem.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Free_mem.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.GRAPH.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.GRAPH.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.GRAPH.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.GRAPH.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.GROUP_EMPTY.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.GROUP_EMPTY.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.GROUP_EMPTY.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.GROUP_EMPTY.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.GROUP_NULL.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.GROUP_NULL.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.GROUP_NULL.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.GROUP_NULL.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.Get_address.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Get_address.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.Get_address.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Get_address.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.Get_error_class.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Get_error_class.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.Get_error_class.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Get_error_class.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.Get_error_string.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Get_error_string.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.Get_error_string.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Get_error_string.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.Get_library_version.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Get_library_version.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.Get_library_version.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Get_library_version.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.Get_processor_name.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Get_processor_name.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.Get_processor_name.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Get_processor_name.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.Get_version.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Get_version.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.Get_version.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Get_version.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.Graphcomm.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Graphcomm.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.Graphcomm.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Graphcomm.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.Grequest.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Grequest.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.Grequest.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Grequest.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.Group.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Group.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.Group.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Group.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.HOST.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.HOST.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.HOST.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.HOST.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.IDENT.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.IDENT.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.IDENT.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.IDENT.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.INFO_ENV.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.INFO_ENV.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.INFO_ENV.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.INFO_ENV.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.INFO_NULL.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.INFO_NULL.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.INFO_NULL.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.INFO_NULL.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.INT.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.INT.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.INT.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.INT.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.INT16_T.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.INT16_T.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.INT16_T.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.INT16_T.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.INT32_T.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.INT32_T.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.INT32_T.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.INT32_T.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.INT64_T.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.INT64_T.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.INT64_T.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.INT64_T.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.INT8_T.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.INT8_T.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.INT8_T.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.INT8_T.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.INTEGER.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.INTEGER.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.INTEGER.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.INTEGER.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.INTEGER1.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.INTEGER1.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.INTEGER1.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.INTEGER1.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.INTEGER16.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.INTEGER16.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.INTEGER16.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.INTEGER16.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.INTEGER2.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.INTEGER2.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.INTEGER2.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.INTEGER2.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.INTEGER4.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.INTEGER4.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.INTEGER4.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.INTEGER4.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.INTEGER8.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.INTEGER8.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.INTEGER8.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.INTEGER8.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.INT_INT.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.INT_INT.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.INT_INT.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.INT_INT.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.IN_PLACE.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.IN_PLACE.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.IN_PLACE.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.IN_PLACE.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.IO.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.IO.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.IO.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.IO.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.Info.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Info.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.Info.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Info.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.Init.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Init.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.Init.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Init.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.Init_thread.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Init_thread.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.Init_thread.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Init_thread.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.Intercomm.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Intercomm.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.Intercomm.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Intercomm.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.Intracomm.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Intracomm.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.Intracomm.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Intracomm.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.Is_finalized.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Is_finalized.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.Is_finalized.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Is_finalized.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.Is_initialized.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Is_initialized.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.Is_initialized.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Is_initialized.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.Is_thread_main.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Is_thread_main.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.Is_thread_main.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Is_thread_main.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.KEYVAL_INVALID.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.KEYVAL_INVALID.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.KEYVAL_INVALID.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.KEYVAL_INVALID.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.LAND.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.LAND.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.LAND.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.LAND.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.LASTUSEDCODE.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.LASTUSEDCODE.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.LASTUSEDCODE.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.LASTUSEDCODE.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.LB.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.LB.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.LB.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.LB.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.LOCK_EXCLUSIVE.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.LOCK_EXCLUSIVE.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.LOCK_EXCLUSIVE.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.LOCK_EXCLUSIVE.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.LOCK_SHARED.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.LOCK_SHARED.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.LOCK_SHARED.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.LOCK_SHARED.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.LOGICAL.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.LOGICAL.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.LOGICAL.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.LOGICAL.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.LOGICAL1.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.LOGICAL1.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.LOGICAL1.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.LOGICAL1.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.LOGICAL2.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.LOGICAL2.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.LOGICAL2.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.LOGICAL2.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.LOGICAL4.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.LOGICAL4.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.LOGICAL4.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.LOGICAL4.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.LOGICAL8.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.LOGICAL8.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.LOGICAL8.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.LOGICAL8.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.LONG.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.LONG.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.LONG.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.LONG.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.LONG_DOUBLE.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.LONG_DOUBLE.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.LONG_DOUBLE.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.LONG_DOUBLE.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.LONG_DOUBLE_INT.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.LONG_DOUBLE_INT.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.LONG_DOUBLE_INT.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.LONG_DOUBLE_INT.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.LONG_INT.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.LONG_INT.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.LONG_INT.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.LONG_INT.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.LONG_LONG.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.LONG_LONG.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.LONG_LONG.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.LONG_LONG.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.LOR.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.LOR.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.LOR.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.LOR.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.LXOR.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.LXOR.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.LXOR.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.LXOR.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.Lookup_name.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Lookup_name.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.Lookup_name.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Lookup_name.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.MAX.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.MAX.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.MAX.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.MAX.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.MAXLOC.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.MAXLOC.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.MAXLOC.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.MAXLOC.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.MAX_DATAREP_STRING.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.MAX_DATAREP_STRING.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.MAX_DATAREP_STRING.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.MAX_DATAREP_STRING.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.MAX_ERROR_STRING.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.MAX_ERROR_STRING.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.MAX_ERROR_STRING.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.MAX_ERROR_STRING.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.MAX_INFO_KEY.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.MAX_INFO_KEY.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.MAX_INFO_KEY.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.MAX_INFO_KEY.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.MAX_INFO_VAL.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.MAX_INFO_VAL.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.MAX_INFO_VAL.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.MAX_INFO_VAL.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.MAX_LIBRARY_VERSION_STRING.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.MAX_LIBRARY_VERSION_STRING.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.MAX_LIBRARY_VERSION_STRING.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.MAX_LIBRARY_VERSION_STRING.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.MAX_OBJECT_NAME.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.MAX_OBJECT_NAME.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.MAX_OBJECT_NAME.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.MAX_OBJECT_NAME.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.MAX_PORT_NAME.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.MAX_PORT_NAME.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.MAX_PORT_NAME.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.MAX_PORT_NAME.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.MAX_PROCESSOR_NAME.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.MAX_PROCESSOR_NAME.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.MAX_PROCESSOR_NAME.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.MAX_PROCESSOR_NAME.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.MESSAGE_NO_PROC.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.MESSAGE_NO_PROC.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.MESSAGE_NO_PROC.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.MESSAGE_NO_PROC.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.MESSAGE_NULL.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.MESSAGE_NULL.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.MESSAGE_NULL.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.MESSAGE_NULL.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.MIN.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.MIN.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.MIN.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.MIN.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.MINLOC.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.MINLOC.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.MINLOC.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.MINLOC.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.MODE_APPEND.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.MODE_APPEND.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.MODE_APPEND.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.MODE_APPEND.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.MODE_CREATE.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.MODE_CREATE.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.MODE_CREATE.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.MODE_CREATE.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.MODE_DELETE_ON_CLOSE.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.MODE_DELETE_ON_CLOSE.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.MODE_DELETE_ON_CLOSE.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.MODE_DELETE_ON_CLOSE.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.MODE_EXCL.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.MODE_EXCL.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.MODE_EXCL.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.MODE_EXCL.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.MODE_NOCHECK.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.MODE_NOCHECK.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.MODE_NOCHECK.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.MODE_NOCHECK.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.MODE_NOPRECEDE.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.MODE_NOPRECEDE.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.MODE_NOPRECEDE.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.MODE_NOPRECEDE.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.MODE_NOPUT.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.MODE_NOPUT.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.MODE_NOPUT.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.MODE_NOPUT.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.MODE_NOSTORE.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.MODE_NOSTORE.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.MODE_NOSTORE.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.MODE_NOSTORE.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.MODE_NOSUCCEED.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.MODE_NOSUCCEED.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.MODE_NOSUCCEED.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.MODE_NOSUCCEED.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.MODE_RDONLY.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.MODE_RDONLY.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.MODE_RDONLY.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.MODE_RDONLY.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.MODE_RDWR.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.MODE_RDWR.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.MODE_RDWR.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.MODE_RDWR.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.MODE_SEQUENTIAL.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.MODE_SEQUENTIAL.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.MODE_SEQUENTIAL.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.MODE_SEQUENTIAL.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.MODE_UNIQUE_OPEN.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.MODE_UNIQUE_OPEN.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.MODE_UNIQUE_OPEN.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.MODE_UNIQUE_OPEN.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.MODE_WRONLY.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.MODE_WRONLY.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.MODE_WRONLY.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.MODE_WRONLY.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.Message.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Message.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.Message.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Message.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.NO_OP.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.NO_OP.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.NO_OP.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.NO_OP.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.OFFSET.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.OFFSET.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.OFFSET.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.OFFSET.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.OP_NULL.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.OP_NULL.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.OP_NULL.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.OP_NULL.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.ORDER_C.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ORDER_C.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.ORDER_C.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ORDER_C.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.ORDER_F.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ORDER_F.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.ORDER_F.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ORDER_F.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.ORDER_FORTRAN.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ORDER_FORTRAN.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.ORDER_FORTRAN.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ORDER_FORTRAN.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.Op.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Op.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.Op.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Op.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.Open_port.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Open_port.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.Open_port.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Open_port.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.PACKED.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.PACKED.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.PACKED.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.PACKED.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.PROC_NULL.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.PROC_NULL.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.PROC_NULL.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.PROC_NULL.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.PROD.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.PROD.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.PROD.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.PROD.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.Pcontrol.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Pcontrol.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.Pcontrol.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Pcontrol.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.Pickle.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Pickle.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.Pickle.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Pickle.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.Prequest.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Prequest.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.Prequest.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Prequest.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.Publish_name.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Publish_name.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.Publish_name.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Publish_name.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.Query_thread.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Query_thread.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.Query_thread.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Query_thread.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.REAL.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.REAL.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.REAL.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.REAL.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.REAL16.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.REAL16.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.REAL16.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.REAL16.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.REAL2.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.REAL2.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.REAL2.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.REAL2.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.REAL4.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.REAL4.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.REAL4.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.REAL4.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.REAL8.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.REAL8.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.REAL8.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.REAL8.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.REPLACE.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.REPLACE.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.REPLACE.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.REPLACE.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.REQUEST_NULL.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.REQUEST_NULL.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.REQUEST_NULL.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.REQUEST_NULL.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.ROOT.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ROOT.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.ROOT.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.ROOT.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.Register_datarep.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Register_datarep.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.Register_datarep.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Register_datarep.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.Request.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Request.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.Request.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Request.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.SEEK_CUR.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.SEEK_CUR.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.SEEK_CUR.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.SEEK_CUR.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.SEEK_END.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.SEEK_END.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.SEEK_END.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.SEEK_END.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.SEEK_SET.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.SEEK_SET.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.SEEK_SET.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.SEEK_SET.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.SHORT.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.SHORT.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.SHORT.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.SHORT.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.SHORT_INT.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.SHORT_INT.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.SHORT_INT.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.SHORT_INT.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.SIGNED_CHAR.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.SIGNED_CHAR.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.SIGNED_CHAR.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.SIGNED_CHAR.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.SIGNED_INT.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.SIGNED_INT.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.SIGNED_INT.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.SIGNED_INT.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.SIGNED_LONG.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.SIGNED_LONG.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.SIGNED_LONG.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.SIGNED_LONG.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.SIGNED_LONG_LONG.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.SIGNED_LONG_LONG.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.SIGNED_LONG_LONG.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.SIGNED_LONG_LONG.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.SIGNED_SHORT.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.SIGNED_SHORT.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.SIGNED_SHORT.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.SIGNED_SHORT.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.SIMILAR.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.SIMILAR.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.SIMILAR.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.SIMILAR.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.SINT16_T.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.SINT16_T.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.SINT16_T.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.SINT16_T.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.SINT32_T.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.SINT32_T.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.SINT32_T.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.SINT32_T.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.SINT64_T.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.SINT64_T.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.SINT64_T.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.SINT64_T.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.SINT8_T.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.SINT8_T.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.SINT8_T.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.SINT8_T.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.SUBVERSION.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.SUBVERSION.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.SUBVERSION.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.SUBVERSION.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.SUCCESS.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.SUCCESS.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.SUCCESS.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.SUCCESS.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.SUM.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.SUM.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.SUM.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.SUM.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.Status.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Status.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.Status.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Status.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.TAG_UB.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.TAG_UB.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.TAG_UB.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.TAG_UB.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.THREAD_FUNNELED.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.THREAD_FUNNELED.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.THREAD_FUNNELED.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.THREAD_FUNNELED.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.THREAD_MULTIPLE.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.THREAD_MULTIPLE.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.THREAD_MULTIPLE.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.THREAD_MULTIPLE.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.THREAD_SERIALIZED.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.THREAD_SERIALIZED.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.THREAD_SERIALIZED.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.THREAD_SERIALIZED.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.THREAD_SINGLE.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.THREAD_SINGLE.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.THREAD_SINGLE.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.THREAD_SINGLE.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.TWOINT.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.TWOINT.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.TWOINT.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.TWOINT.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.TYPECLASS_COMPLEX.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.TYPECLASS_COMPLEX.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.TYPECLASS_COMPLEX.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.TYPECLASS_COMPLEX.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.TYPECLASS_INTEGER.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.TYPECLASS_INTEGER.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.TYPECLASS_INTEGER.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.TYPECLASS_INTEGER.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.TYPECLASS_REAL.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.TYPECLASS_REAL.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.TYPECLASS_REAL.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.TYPECLASS_REAL.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.Topocomm.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Topocomm.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.Topocomm.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Topocomm.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.UB.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.UB.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.UB.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.UB.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.UINT16_T.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.UINT16_T.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.UINT16_T.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.UINT16_T.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.UINT32_T.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.UINT32_T.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.UINT32_T.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.UINT32_T.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.UINT64_T.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.UINT64_T.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.UINT64_T.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.UINT64_T.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.UINT8_T.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.UINT8_T.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.UINT8_T.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.UINT8_T.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.UNDEFINED.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.UNDEFINED.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.UNDEFINED.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.UNDEFINED.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.UNEQUAL.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.UNEQUAL.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.UNEQUAL.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.UNEQUAL.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.UNIVERSE_SIZE.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.UNIVERSE_SIZE.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.UNIVERSE_SIZE.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.UNIVERSE_SIZE.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.UNSIGNED.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.UNSIGNED.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.UNSIGNED.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.UNSIGNED.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.UNSIGNED_CHAR.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.UNSIGNED_CHAR.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.UNSIGNED_CHAR.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.UNSIGNED_CHAR.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.UNSIGNED_INT.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.UNSIGNED_INT.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.UNSIGNED_INT.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.UNSIGNED_INT.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.UNSIGNED_LONG.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.UNSIGNED_LONG.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.UNSIGNED_LONG.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.UNSIGNED_LONG.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.UNSIGNED_LONG_LONG.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.UNSIGNED_LONG_LONG.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.UNSIGNED_LONG_LONG.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.UNSIGNED_LONG_LONG.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.UNSIGNED_SHORT.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.UNSIGNED_SHORT.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.UNSIGNED_SHORT.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.UNSIGNED_SHORT.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.UNWEIGHTED.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.UNWEIGHTED.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.UNWEIGHTED.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.UNWEIGHTED.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.Unpublish_name.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Unpublish_name.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.Unpublish_name.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Unpublish_name.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.VERSION.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.VERSION.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.VERSION.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.VERSION.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.WCHAR.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.WCHAR.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.WCHAR.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.WCHAR.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.WEIGHTS_EMPTY.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.WEIGHTS_EMPTY.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.WEIGHTS_EMPTY.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.WEIGHTS_EMPTY.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.WIN_BASE.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.WIN_BASE.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.WIN_BASE.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.WIN_BASE.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.WIN_CREATE_FLAVOR.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.WIN_CREATE_FLAVOR.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.WIN_CREATE_FLAVOR.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.WIN_CREATE_FLAVOR.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.WIN_DISP_UNIT.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.WIN_DISP_UNIT.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.WIN_DISP_UNIT.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.WIN_DISP_UNIT.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.WIN_FLAVOR.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.WIN_FLAVOR.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.WIN_FLAVOR.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.WIN_FLAVOR.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.WIN_FLAVOR_ALLOCATE.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.WIN_FLAVOR_ALLOCATE.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.WIN_FLAVOR_ALLOCATE.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.WIN_FLAVOR_ALLOCATE.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.WIN_FLAVOR_CREATE.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.WIN_FLAVOR_CREATE.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.WIN_FLAVOR_CREATE.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.WIN_FLAVOR_CREATE.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.WIN_FLAVOR_DYNAMIC.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.WIN_FLAVOR_DYNAMIC.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.WIN_FLAVOR_DYNAMIC.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.WIN_FLAVOR_DYNAMIC.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.WIN_FLAVOR_SHARED.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.WIN_FLAVOR_SHARED.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.WIN_FLAVOR_SHARED.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.WIN_FLAVOR_SHARED.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.WIN_MODEL.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.WIN_MODEL.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.WIN_MODEL.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.WIN_MODEL.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.WIN_NULL.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.WIN_NULL.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.WIN_NULL.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.WIN_NULL.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.WIN_SEPARATE.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.WIN_SEPARATE.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.WIN_SEPARATE.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.WIN_SEPARATE.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.WIN_SIZE.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.WIN_SIZE.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.WIN_SIZE.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.WIN_SIZE.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.WIN_UNIFIED.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.WIN_UNIFIED.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.WIN_UNIFIED.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.WIN_UNIFIED.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.WTIME_IS_GLOBAL.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.WTIME_IS_GLOBAL.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.WTIME_IS_GLOBAL.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.WTIME_IS_GLOBAL.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.Win.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Win.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.Win.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Win.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.Wtick.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Wtick.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.Wtick.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Wtick.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.Wtime.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Wtime.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.Wtime.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.Wtime.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.get_vendor.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.get_vendor.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.get_vendor.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.get_vendor.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.memory.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.memory.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.memory.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.memory.html diff --git a/3.1.1/usrman/reference/mpi4py.MPI.pickle.html b/mpi4py/3.1.1/usrman/reference/mpi4py.MPI.pickle.html similarity index 100% rename from 3.1.1/usrman/reference/mpi4py.MPI.pickle.html rename to mpi4py/3.1.1/usrman/reference/mpi4py.MPI.pickle.html diff --git a/3.1.1/usrman/search.html b/mpi4py/3.1.1/usrman/search.html similarity index 100% rename from 3.1.1/usrman/search.html rename to mpi4py/3.1.1/usrman/search.html diff --git a/3.1.1/usrman/searchindex.js b/mpi4py/3.1.1/usrman/searchindex.js similarity index 100% rename from 3.1.1/usrman/searchindex.js rename to mpi4py/3.1.1/usrman/searchindex.js diff --git a/3.1.1/usrman/tutorial.html b/mpi4py/3.1.1/usrman/tutorial.html similarity index 100% rename from 3.1.1/usrman/tutorial.html rename to mpi4py/3.1.1/usrman/tutorial.html diff --git a/3.1.2/CHANGES.html b/mpi4py/3.1.2/CHANGES.html similarity index 100% rename from 3.1.2/CHANGES.html rename to mpi4py/3.1.2/CHANGES.html diff --git a/3.1.2/LICENSE.html b/mpi4py/3.1.2/LICENSE.html similarity index 100% rename from 3.1.2/LICENSE.html rename to mpi4py/3.1.2/LICENSE.html diff --git a/3.1.2/apiref/api-objects.txt b/mpi4py/3.1.2/apiref/api-objects.txt similarity index 100% rename from 3.1.2/apiref/api-objects.txt rename to mpi4py/3.1.2/apiref/api-objects.txt diff --git a/3.1.2/apiref/class-tree.html b/mpi4py/3.1.2/apiref/class-tree.html similarity index 100% rename from 3.1.2/apiref/class-tree.html rename to mpi4py/3.1.2/apiref/class-tree.html diff --git a/3.1.2/apiref/class_hierarchy_for_cartcomm.png b/mpi4py/3.1.2/apiref/class_hierarchy_for_cartcomm.png similarity index 100% rename from 3.1.2/apiref/class_hierarchy_for_cartcomm.png rename to mpi4py/3.1.2/apiref/class_hierarchy_for_cartcomm.png diff --git a/3.1.2/apiref/class_hierarchy_for_comm.png b/mpi4py/3.1.2/apiref/class_hierarchy_for_comm.png similarity index 100% rename from 3.1.2/apiref/class_hierarchy_for_comm.png rename to mpi4py/3.1.2/apiref/class_hierarchy_for_comm.png diff --git a/3.1.2/apiref/class_hierarchy_for_datatype.png b/mpi4py/3.1.2/apiref/class_hierarchy_for_datatype.png similarity index 100% rename from 3.1.2/apiref/class_hierarchy_for_datatype.png rename to mpi4py/3.1.2/apiref/class_hierarchy_for_datatype.png diff --git a/3.1.2/apiref/class_hierarchy_for_distgraphc.png b/mpi4py/3.1.2/apiref/class_hierarchy_for_distgraphc.png similarity index 100% rename from 3.1.2/apiref/class_hierarchy_for_distgraphc.png rename to mpi4py/3.1.2/apiref/class_hierarchy_for_distgraphc.png diff --git a/3.1.2/apiref/class_hierarchy_for_errhandler.png b/mpi4py/3.1.2/apiref/class_hierarchy_for_errhandler.png similarity index 100% rename from 3.1.2/apiref/class_hierarchy_for_errhandler.png rename to mpi4py/3.1.2/apiref/class_hierarchy_for_errhandler.png diff --git a/3.1.2/apiref/class_hierarchy_for_exception.png b/mpi4py/3.1.2/apiref/class_hierarchy_for_exception.png similarity index 100% rename from 3.1.2/apiref/class_hierarchy_for_exception.png rename to mpi4py/3.1.2/apiref/class_hierarchy_for_exception.png diff --git a/3.1.2/apiref/class_hierarchy_for_file.png b/mpi4py/3.1.2/apiref/class_hierarchy_for_file.png similarity index 100% rename from 3.1.2/apiref/class_hierarchy_for_file.png rename to mpi4py/3.1.2/apiref/class_hierarchy_for_file.png diff --git a/3.1.2/apiref/class_hierarchy_for_graphcomm.png b/mpi4py/3.1.2/apiref/class_hierarchy_for_graphcomm.png similarity index 100% rename from 3.1.2/apiref/class_hierarchy_for_graphcomm.png rename to mpi4py/3.1.2/apiref/class_hierarchy_for_graphcomm.png diff --git a/3.1.2/apiref/class_hierarchy_for_grequest.png b/mpi4py/3.1.2/apiref/class_hierarchy_for_grequest.png similarity index 100% rename from 3.1.2/apiref/class_hierarchy_for_grequest.png rename to mpi4py/3.1.2/apiref/class_hierarchy_for_grequest.png diff --git a/3.1.2/apiref/class_hierarchy_for_group.png b/mpi4py/3.1.2/apiref/class_hierarchy_for_group.png similarity index 100% rename from 3.1.2/apiref/class_hierarchy_for_group.png rename to mpi4py/3.1.2/apiref/class_hierarchy_for_group.png diff --git a/3.1.2/apiref/class_hierarchy_for_info.png b/mpi4py/3.1.2/apiref/class_hierarchy_for_info.png similarity index 100% rename from 3.1.2/apiref/class_hierarchy_for_info.png rename to mpi4py/3.1.2/apiref/class_hierarchy_for_info.png diff --git a/3.1.2/apiref/class_hierarchy_for_intercomm.png b/mpi4py/3.1.2/apiref/class_hierarchy_for_intercomm.png similarity index 100% rename from 3.1.2/apiref/class_hierarchy_for_intercomm.png rename to mpi4py/3.1.2/apiref/class_hierarchy_for_intercomm.png diff --git a/3.1.2/apiref/class_hierarchy_for_intracomm.png b/mpi4py/3.1.2/apiref/class_hierarchy_for_intracomm.png similarity index 100% rename from 3.1.2/apiref/class_hierarchy_for_intracomm.png rename to mpi4py/3.1.2/apiref/class_hierarchy_for_intracomm.png diff --git a/3.1.2/apiref/class_hierarchy_for_memory.png b/mpi4py/3.1.2/apiref/class_hierarchy_for_memory.png similarity index 100% rename from 3.1.2/apiref/class_hierarchy_for_memory.png rename to mpi4py/3.1.2/apiref/class_hierarchy_for_memory.png diff --git a/3.1.2/apiref/class_hierarchy_for_message.png b/mpi4py/3.1.2/apiref/class_hierarchy_for_message.png similarity index 100% rename from 3.1.2/apiref/class_hierarchy_for_message.png rename to mpi4py/3.1.2/apiref/class_hierarchy_for_message.png diff --git a/3.1.2/apiref/class_hierarchy_for_op.png b/mpi4py/3.1.2/apiref/class_hierarchy_for_op.png similarity index 100% rename from 3.1.2/apiref/class_hierarchy_for_op.png rename to mpi4py/3.1.2/apiref/class_hierarchy_for_op.png diff --git a/3.1.2/apiref/class_hierarchy_for_pickle.png b/mpi4py/3.1.2/apiref/class_hierarchy_for_pickle.png similarity index 100% rename from 3.1.2/apiref/class_hierarchy_for_pickle.png rename to mpi4py/3.1.2/apiref/class_hierarchy_for_pickle.png diff --git a/3.1.2/apiref/class_hierarchy_for_prequest.png b/mpi4py/3.1.2/apiref/class_hierarchy_for_prequest.png similarity index 100% rename from 3.1.2/apiref/class_hierarchy_for_prequest.png rename to mpi4py/3.1.2/apiref/class_hierarchy_for_prequest.png diff --git a/3.1.2/apiref/class_hierarchy_for_rc.png b/mpi4py/3.1.2/apiref/class_hierarchy_for_rc.png similarity index 100% rename from 3.1.2/apiref/class_hierarchy_for_rc.png rename to mpi4py/3.1.2/apiref/class_hierarchy_for_rc.png diff --git a/3.1.2/apiref/class_hierarchy_for_request.png b/mpi4py/3.1.2/apiref/class_hierarchy_for_request.png similarity index 100% rename from 3.1.2/apiref/class_hierarchy_for_request.png rename to mpi4py/3.1.2/apiref/class_hierarchy_for_request.png diff --git a/3.1.2/apiref/class_hierarchy_for_status.png b/mpi4py/3.1.2/apiref/class_hierarchy_for_status.png similarity index 100% rename from 3.1.2/apiref/class_hierarchy_for_status.png rename to mpi4py/3.1.2/apiref/class_hierarchy_for_status.png diff --git a/3.1.2/apiref/class_hierarchy_for_topocomm.png b/mpi4py/3.1.2/apiref/class_hierarchy_for_topocomm.png similarity index 100% rename from 3.1.2/apiref/class_hierarchy_for_topocomm.png rename to mpi4py/3.1.2/apiref/class_hierarchy_for_topocomm.png diff --git a/3.1.2/apiref/class_hierarchy_for_win.png b/mpi4py/3.1.2/apiref/class_hierarchy_for_win.png similarity index 100% rename from 3.1.2/apiref/class_hierarchy_for_win.png rename to mpi4py/3.1.2/apiref/class_hierarchy_for_win.png diff --git a/3.1.2/apiref/crarr.png b/mpi4py/3.1.2/apiref/crarr.png similarity index 100% rename from 3.1.2/apiref/crarr.png rename to mpi4py/3.1.2/apiref/crarr.png diff --git a/3.1.2/apiref/epydoc.css b/mpi4py/3.1.2/apiref/epydoc.css similarity index 100% rename from 3.1.2/apiref/epydoc.css rename to mpi4py/3.1.2/apiref/epydoc.css diff --git a/3.1.2/apiref/epydoc.js b/mpi4py/3.1.2/apiref/epydoc.js similarity index 100% rename from 3.1.2/apiref/epydoc.js rename to mpi4py/3.1.2/apiref/epydoc.js diff --git a/3.1.2/apiref/frames.html b/mpi4py/3.1.2/apiref/frames.html similarity index 100% rename from 3.1.2/apiref/frames.html rename to mpi4py/3.1.2/apiref/frames.html diff --git a/3.1.2/apiref/help.html b/mpi4py/3.1.2/apiref/help.html similarity index 100% rename from 3.1.2/apiref/help.html rename to mpi4py/3.1.2/apiref/help.html diff --git a/3.1.2/apiref/identifier-index.html b/mpi4py/3.1.2/apiref/identifier-index.html similarity index 100% rename from 3.1.2/apiref/identifier-index.html rename to mpi4py/3.1.2/apiref/identifier-index.html diff --git a/3.1.2/apiref/index.html b/mpi4py/3.1.2/apiref/index.html similarity index 100% rename from 3.1.2/apiref/index.html rename to mpi4py/3.1.2/apiref/index.html diff --git a/3.1.2/apiref/module-tree.html b/mpi4py/3.1.2/apiref/module-tree.html similarity index 100% rename from 3.1.2/apiref/module-tree.html rename to mpi4py/3.1.2/apiref/module-tree.html diff --git a/3.1.2/apiref/mpi4py-module.html b/mpi4py/3.1.2/apiref/mpi4py-module.html similarity index 100% rename from 3.1.2/apiref/mpi4py-module.html rename to mpi4py/3.1.2/apiref/mpi4py-module.html diff --git a/3.1.2/apiref/mpi4py-pysrc.html b/mpi4py/3.1.2/apiref/mpi4py-pysrc.html similarity index 100% rename from 3.1.2/apiref/mpi4py-pysrc.html rename to mpi4py/3.1.2/apiref/mpi4py-pysrc.html diff --git a/3.1.2/apiref/mpi4py.MPI-module.html b/mpi4py/3.1.2/apiref/mpi4py.MPI-module.html similarity index 100% rename from 3.1.2/apiref/mpi4py.MPI-module.html rename to mpi4py/3.1.2/apiref/mpi4py.MPI-module.html diff --git a/3.1.2/apiref/mpi4py.MPI.Cartcomm-class.html b/mpi4py/3.1.2/apiref/mpi4py.MPI.Cartcomm-class.html similarity index 100% rename from 3.1.2/apiref/mpi4py.MPI.Cartcomm-class.html rename to mpi4py/3.1.2/apiref/mpi4py.MPI.Cartcomm-class.html diff --git a/3.1.2/apiref/mpi4py.MPI.Comm-class.html b/mpi4py/3.1.2/apiref/mpi4py.MPI.Comm-class.html similarity index 100% rename from 3.1.2/apiref/mpi4py.MPI.Comm-class.html rename to mpi4py/3.1.2/apiref/mpi4py.MPI.Comm-class.html diff --git a/3.1.2/apiref/mpi4py.MPI.Datatype-class.html b/mpi4py/3.1.2/apiref/mpi4py.MPI.Datatype-class.html similarity index 100% rename from 3.1.2/apiref/mpi4py.MPI.Datatype-class.html rename to mpi4py/3.1.2/apiref/mpi4py.MPI.Datatype-class.html diff --git a/3.1.2/apiref/mpi4py.MPI.Distgraphcomm-class.html b/mpi4py/3.1.2/apiref/mpi4py.MPI.Distgraphcomm-class.html similarity index 100% rename from 3.1.2/apiref/mpi4py.MPI.Distgraphcomm-class.html rename to mpi4py/3.1.2/apiref/mpi4py.MPI.Distgraphcomm-class.html diff --git a/3.1.2/apiref/mpi4py.MPI.Errhandler-class.html b/mpi4py/3.1.2/apiref/mpi4py.MPI.Errhandler-class.html similarity index 100% rename from 3.1.2/apiref/mpi4py.MPI.Errhandler-class.html rename to mpi4py/3.1.2/apiref/mpi4py.MPI.Errhandler-class.html diff --git a/3.1.2/apiref/mpi4py.MPI.Exception-class.html b/mpi4py/3.1.2/apiref/mpi4py.MPI.Exception-class.html similarity index 100% rename from 3.1.2/apiref/mpi4py.MPI.Exception-class.html rename to mpi4py/3.1.2/apiref/mpi4py.MPI.Exception-class.html diff --git a/3.1.2/apiref/mpi4py.MPI.File-class.html b/mpi4py/3.1.2/apiref/mpi4py.MPI.File-class.html similarity index 100% rename from 3.1.2/apiref/mpi4py.MPI.File-class.html rename to mpi4py/3.1.2/apiref/mpi4py.MPI.File-class.html diff --git a/3.1.2/apiref/mpi4py.MPI.Graphcomm-class.html b/mpi4py/3.1.2/apiref/mpi4py.MPI.Graphcomm-class.html similarity index 100% rename from 3.1.2/apiref/mpi4py.MPI.Graphcomm-class.html rename to mpi4py/3.1.2/apiref/mpi4py.MPI.Graphcomm-class.html diff --git a/3.1.2/apiref/mpi4py.MPI.Grequest-class.html b/mpi4py/3.1.2/apiref/mpi4py.MPI.Grequest-class.html similarity index 100% rename from 3.1.2/apiref/mpi4py.MPI.Grequest-class.html rename to mpi4py/3.1.2/apiref/mpi4py.MPI.Grequest-class.html diff --git a/3.1.2/apiref/mpi4py.MPI.Group-class.html b/mpi4py/3.1.2/apiref/mpi4py.MPI.Group-class.html similarity index 100% rename from 3.1.2/apiref/mpi4py.MPI.Group-class.html rename to mpi4py/3.1.2/apiref/mpi4py.MPI.Group-class.html diff --git a/3.1.2/apiref/mpi4py.MPI.Info-class.html b/mpi4py/3.1.2/apiref/mpi4py.MPI.Info-class.html similarity index 100% rename from 3.1.2/apiref/mpi4py.MPI.Info-class.html rename to mpi4py/3.1.2/apiref/mpi4py.MPI.Info-class.html diff --git a/3.1.2/apiref/mpi4py.MPI.Intercomm-class.html b/mpi4py/3.1.2/apiref/mpi4py.MPI.Intercomm-class.html similarity index 100% rename from 3.1.2/apiref/mpi4py.MPI.Intercomm-class.html rename to mpi4py/3.1.2/apiref/mpi4py.MPI.Intercomm-class.html diff --git a/3.1.2/apiref/mpi4py.MPI.Intracomm-class.html b/mpi4py/3.1.2/apiref/mpi4py.MPI.Intracomm-class.html similarity index 100% rename from 3.1.2/apiref/mpi4py.MPI.Intracomm-class.html rename to mpi4py/3.1.2/apiref/mpi4py.MPI.Intracomm-class.html diff --git a/3.1.2/apiref/mpi4py.MPI.Message-class.html b/mpi4py/3.1.2/apiref/mpi4py.MPI.Message-class.html similarity index 100% rename from 3.1.2/apiref/mpi4py.MPI.Message-class.html rename to mpi4py/3.1.2/apiref/mpi4py.MPI.Message-class.html diff --git a/3.1.2/apiref/mpi4py.MPI.Op-class.html b/mpi4py/3.1.2/apiref/mpi4py.MPI.Op-class.html similarity index 100% rename from 3.1.2/apiref/mpi4py.MPI.Op-class.html rename to mpi4py/3.1.2/apiref/mpi4py.MPI.Op-class.html diff --git a/3.1.2/apiref/mpi4py.MPI.Pickle-class.html b/mpi4py/3.1.2/apiref/mpi4py.MPI.Pickle-class.html similarity index 100% rename from 3.1.2/apiref/mpi4py.MPI.Pickle-class.html rename to mpi4py/3.1.2/apiref/mpi4py.MPI.Pickle-class.html diff --git a/3.1.2/apiref/mpi4py.MPI.Prequest-class.html b/mpi4py/3.1.2/apiref/mpi4py.MPI.Prequest-class.html similarity index 100% rename from 3.1.2/apiref/mpi4py.MPI.Prequest-class.html rename to mpi4py/3.1.2/apiref/mpi4py.MPI.Prequest-class.html diff --git a/3.1.2/apiref/mpi4py.MPI.Request-class.html b/mpi4py/3.1.2/apiref/mpi4py.MPI.Request-class.html similarity index 100% rename from 3.1.2/apiref/mpi4py.MPI.Request-class.html rename to mpi4py/3.1.2/apiref/mpi4py.MPI.Request-class.html diff --git a/3.1.2/apiref/mpi4py.MPI.Status-class.html b/mpi4py/3.1.2/apiref/mpi4py.MPI.Status-class.html similarity index 100% rename from 3.1.2/apiref/mpi4py.MPI.Status-class.html rename to mpi4py/3.1.2/apiref/mpi4py.MPI.Status-class.html diff --git a/3.1.2/apiref/mpi4py.MPI.Topocomm-class.html b/mpi4py/3.1.2/apiref/mpi4py.MPI.Topocomm-class.html similarity index 100% rename from 3.1.2/apiref/mpi4py.MPI.Topocomm-class.html rename to mpi4py/3.1.2/apiref/mpi4py.MPI.Topocomm-class.html diff --git a/3.1.2/apiref/mpi4py.MPI.Win-class.html b/mpi4py/3.1.2/apiref/mpi4py.MPI.Win-class.html similarity index 100% rename from 3.1.2/apiref/mpi4py.MPI.Win-class.html rename to mpi4py/3.1.2/apiref/mpi4py.MPI.Win-class.html diff --git a/3.1.2/apiref/mpi4py.MPI.memory-class.html b/mpi4py/3.1.2/apiref/mpi4py.MPI.memory-class.html similarity index 100% rename from 3.1.2/apiref/mpi4py.MPI.memory-class.html rename to mpi4py/3.1.2/apiref/mpi4py.MPI.memory-class.html diff --git a/3.1.2/apiref/mpi4py.Rc-class.html b/mpi4py/3.1.2/apiref/mpi4py.Rc-class.html similarity index 100% rename from 3.1.2/apiref/mpi4py.Rc-class.html rename to mpi4py/3.1.2/apiref/mpi4py.Rc-class.html diff --git a/3.1.2/apiref/redirect.html b/mpi4py/3.1.2/apiref/redirect.html similarity index 100% rename from 3.1.2/apiref/redirect.html rename to mpi4py/3.1.2/apiref/redirect.html diff --git a/3.1.2/apiref/toc-everything.html b/mpi4py/3.1.2/apiref/toc-everything.html similarity index 100% rename from 3.1.2/apiref/toc-everything.html rename to mpi4py/3.1.2/apiref/toc-everything.html diff --git a/3.1.2/apiref/toc-mpi4py-module.html b/mpi4py/3.1.2/apiref/toc-mpi4py-module.html similarity index 100% rename from 3.1.2/apiref/toc-mpi4py-module.html rename to mpi4py/3.1.2/apiref/toc-mpi4py-module.html diff --git a/3.1.2/apiref/toc-mpi4py.MPI-module.html b/mpi4py/3.1.2/apiref/toc-mpi4py.MPI-module.html similarity index 100% rename from 3.1.2/apiref/toc-mpi4py.MPI-module.html rename to mpi4py/3.1.2/apiref/toc-mpi4py.MPI-module.html diff --git a/3.1.2/apiref/toc.html b/mpi4py/3.1.2/apiref/toc.html similarity index 100% rename from 3.1.2/apiref/toc.html rename to mpi4py/3.1.2/apiref/toc.html diff --git a/3.1.2/index.html b/mpi4py/3.1.2/index.html similarity index 100% rename from 3.1.2/index.html rename to mpi4py/3.1.2/index.html diff --git a/3.1.2/index.rst b/mpi4py/3.1.2/index.rst similarity index 100% rename from 3.1.2/index.rst rename to mpi4py/3.1.2/index.rst diff --git a/3.1.2/mpi4py.1 b/mpi4py/3.1.2/mpi4py.1 similarity index 100% rename from 3.1.2/mpi4py.1 rename to mpi4py/3.1.2/mpi4py.1 diff --git a/3.1.2/mpi4py.bib b/mpi4py/3.1.2/mpi4py.bib similarity index 100% rename from 3.1.2/mpi4py.bib rename to mpi4py/3.1.2/mpi4py.bib diff --git a/3.1.2/mpi4py.info b/mpi4py/3.1.2/mpi4py.info similarity index 100% rename from 3.1.2/mpi4py.info rename to mpi4py/3.1.2/mpi4py.info diff --git a/3.1.2/mpi4py.pdf b/mpi4py/3.1.2/mpi4py.pdf similarity index 100% rename from 3.1.2/mpi4py.pdf rename to mpi4py/3.1.2/mpi4py.pdf diff --git a/3.1.2/source/usrman/.gitignore b/mpi4py/3.1.2/source/usrman/.gitignore similarity index 100% rename from 3.1.2/source/usrman/.gitignore rename to mpi4py/3.1.2/source/usrman/.gitignore diff --git a/3.1.2/source/usrman/Makefile b/mpi4py/3.1.2/source/usrman/Makefile similarity index 100% rename from 3.1.2/source/usrman/Makefile rename to mpi4py/3.1.2/source/usrman/Makefile diff --git a/3.1.2/source/usrman/_static/css/custom.css b/mpi4py/3.1.2/source/usrman/_static/css/custom.css similarity index 100% rename from 3.1.2/source/usrman/_static/css/custom.css rename to mpi4py/3.1.2/source/usrman/_static/css/custom.css diff --git a/3.1.2/source/usrman/_templates/autosummary/class.rst b/mpi4py/3.1.2/source/usrman/_templates/autosummary/class.rst similarity index 100% rename from 3.1.2/source/usrman/_templates/autosummary/class.rst rename to mpi4py/3.1.2/source/usrman/_templates/autosummary/class.rst diff --git a/3.1.2/source/usrman/_templates/autosummary/module.rst b/mpi4py/3.1.2/source/usrman/_templates/autosummary/module.rst similarity index 100% rename from 3.1.2/source/usrman/_templates/autosummary/module.rst rename to mpi4py/3.1.2/source/usrman/_templates/autosummary/module.rst diff --git a/3.1.2/source/usrman/_templates/layout.html b/mpi4py/3.1.2/source/usrman/_templates/layout.html similarity index 100% rename from 3.1.2/source/usrman/_templates/layout.html rename to mpi4py/3.1.2/source/usrman/_templates/layout.html diff --git a/3.1.2/source/usrman/apidoc.py b/mpi4py/3.1.2/source/usrman/apidoc.py similarity index 100% rename from 3.1.2/source/usrman/apidoc.py rename to mpi4py/3.1.2/source/usrman/apidoc.py diff --git a/3.1.2/source/usrman/appendix.rst b/mpi4py/3.1.2/source/usrman/appendix.rst similarity index 100% rename from 3.1.2/source/usrman/appendix.rst rename to mpi4py/3.1.2/source/usrman/appendix.rst diff --git a/3.1.2/source/usrman/citing.rst b/mpi4py/3.1.2/source/usrman/citing.rst similarity index 100% rename from 3.1.2/source/usrman/citing.rst rename to mpi4py/3.1.2/source/usrman/citing.rst diff --git a/3.1.2/source/usrman/conf.py b/mpi4py/3.1.2/source/usrman/conf.py similarity index 100% rename from 3.1.2/source/usrman/conf.py rename to mpi4py/3.1.2/source/usrman/conf.py diff --git a/3.1.2/source/usrman/index.rst b/mpi4py/3.1.2/source/usrman/index.rst similarity index 100% rename from 3.1.2/source/usrman/index.rst rename to mpi4py/3.1.2/source/usrman/index.rst diff --git a/3.1.2/source/usrman/install.rst b/mpi4py/3.1.2/source/usrman/install.rst similarity index 100% rename from 3.1.2/source/usrman/install.rst rename to mpi4py/3.1.2/source/usrman/install.rst diff --git a/3.1.2/source/usrman/intro.rst b/mpi4py/3.1.2/source/usrman/intro.rst similarity index 100% rename from 3.1.2/source/usrman/intro.rst rename to mpi4py/3.1.2/source/usrman/intro.rst diff --git a/3.1.2/source/usrman/make.bat b/mpi4py/3.1.2/source/usrman/make.bat similarity index 100% rename from 3.1.2/source/usrman/make.bat rename to mpi4py/3.1.2/source/usrman/make.bat diff --git a/3.1.2/source/usrman/mpi4py.MPI.rst b/mpi4py/3.1.2/source/usrman/mpi4py.MPI.rst similarity index 100% rename from 3.1.2/source/usrman/mpi4py.MPI.rst rename to mpi4py/3.1.2/source/usrman/mpi4py.MPI.rst diff --git a/3.1.2/source/usrman/mpi4py.futures.rst b/mpi4py/3.1.2/source/usrman/mpi4py.futures.rst similarity index 100% rename from 3.1.2/source/usrman/mpi4py.futures.rst rename to mpi4py/3.1.2/source/usrman/mpi4py.futures.rst diff --git a/3.1.2/source/usrman/mpi4py.rst b/mpi4py/3.1.2/source/usrman/mpi4py.rst similarity index 100% rename from 3.1.2/source/usrman/mpi4py.rst rename to mpi4py/3.1.2/source/usrman/mpi4py.rst diff --git a/3.1.2/source/usrman/mpi4py.run.rst b/mpi4py/3.1.2/source/usrman/mpi4py.run.rst similarity index 100% rename from 3.1.2/source/usrman/mpi4py.run.rst rename to mpi4py/3.1.2/source/usrman/mpi4py.run.rst diff --git a/3.1.2/source/usrman/mpi4py.util.dtlib.rst b/mpi4py/3.1.2/source/usrman/mpi4py.util.dtlib.rst similarity index 100% rename from 3.1.2/source/usrman/mpi4py.util.dtlib.rst rename to mpi4py/3.1.2/source/usrman/mpi4py.util.dtlib.rst diff --git a/3.1.2/source/usrman/mpi4py.util.pkl5.rst b/mpi4py/3.1.2/source/usrman/mpi4py.util.pkl5.rst similarity index 100% rename from 3.1.2/source/usrman/mpi4py.util.pkl5.rst rename to mpi4py/3.1.2/source/usrman/mpi4py.util.pkl5.rst diff --git a/3.1.2/source/usrman/mpi4py.util.rst b/mpi4py/3.1.2/source/usrman/mpi4py.util.rst similarity index 100% rename from 3.1.2/source/usrman/mpi4py.util.rst rename to mpi4py/3.1.2/source/usrman/mpi4py.util.rst diff --git a/3.1.2/source/usrman/overview.rst b/mpi4py/3.1.2/source/usrman/overview.rst similarity index 100% rename from 3.1.2/source/usrman/overview.rst rename to mpi4py/3.1.2/source/usrman/overview.rst diff --git a/3.1.2/source/usrman/reference.rst b/mpi4py/3.1.2/source/usrman/reference.rst similarity index 100% rename from 3.1.2/source/usrman/reference.rst rename to mpi4py/3.1.2/source/usrman/reference.rst diff --git a/3.1.2/source/usrman/tutorial.rst b/mpi4py/3.1.2/source/usrman/tutorial.rst similarity index 100% rename from 3.1.2/source/usrman/tutorial.rst rename to mpi4py/3.1.2/source/usrman/tutorial.rst diff --git a/3.1.2/usrman/_static/basic.css b/mpi4py/3.1.2/usrman/_static/basic.css similarity index 100% rename from 3.1.2/usrman/_static/basic.css rename to mpi4py/3.1.2/usrman/_static/basic.css diff --git a/3.1.2/usrman/_static/classic.css b/mpi4py/3.1.2/usrman/_static/classic.css similarity index 100% rename from 3.1.2/usrman/_static/classic.css rename to mpi4py/3.1.2/usrman/_static/classic.css diff --git a/3.1.2/usrman/_static/css/custom.css b/mpi4py/3.1.2/usrman/_static/css/custom.css similarity index 100% rename from 3.1.2/usrman/_static/css/custom.css rename to mpi4py/3.1.2/usrman/_static/css/custom.css diff --git a/3.1.2/usrman/_static/default.css b/mpi4py/3.1.2/usrman/_static/default.css similarity index 100% rename from 3.1.2/usrman/_static/default.css rename to mpi4py/3.1.2/usrman/_static/default.css diff --git a/3.1.2/usrman/_static/doctools.js b/mpi4py/3.1.2/usrman/_static/doctools.js similarity index 100% rename from 3.1.2/usrman/_static/doctools.js rename to mpi4py/3.1.2/usrman/_static/doctools.js diff --git a/3.1.2/usrman/_static/documentation_options.js b/mpi4py/3.1.2/usrman/_static/documentation_options.js similarity index 100% rename from 3.1.2/usrman/_static/documentation_options.js rename to mpi4py/3.1.2/usrman/_static/documentation_options.js diff --git a/3.1.2/usrman/_static/file.png b/mpi4py/3.1.2/usrman/_static/file.png similarity index 100% rename from 3.1.2/usrman/_static/file.png rename to mpi4py/3.1.2/usrman/_static/file.png diff --git a/3.1.2/usrman/_static/jquery-3.5.1.js b/mpi4py/3.1.2/usrman/_static/jquery-3.5.1.js similarity index 100% rename from 3.1.2/usrman/_static/jquery-3.5.1.js rename to mpi4py/3.1.2/usrman/_static/jquery-3.5.1.js diff --git a/3.1.2/usrman/_static/jquery.js b/mpi4py/3.1.2/usrman/_static/jquery.js similarity index 100% rename from 3.1.2/usrman/_static/jquery.js rename to mpi4py/3.1.2/usrman/_static/jquery.js diff --git a/3.1.2/usrman/_static/language_data.js b/mpi4py/3.1.2/usrman/_static/language_data.js similarity index 100% rename from 3.1.2/usrman/_static/language_data.js rename to mpi4py/3.1.2/usrman/_static/language_data.js diff --git a/3.1.2/usrman/_static/minus.png b/mpi4py/3.1.2/usrman/_static/minus.png similarity index 100% rename from 3.1.2/usrman/_static/minus.png rename to mpi4py/3.1.2/usrman/_static/minus.png diff --git a/3.1.2/usrman/_static/plus.png b/mpi4py/3.1.2/usrman/_static/plus.png similarity index 100% rename from 3.1.2/usrman/_static/plus.png rename to mpi4py/3.1.2/usrman/_static/plus.png diff --git a/3.1.2/usrman/_static/pygments.css b/mpi4py/3.1.2/usrman/_static/pygments.css similarity index 100% rename from 3.1.2/usrman/_static/pygments.css rename to mpi4py/3.1.2/usrman/_static/pygments.css diff --git a/3.1.2/usrman/_static/searchtools.js b/mpi4py/3.1.2/usrman/_static/searchtools.js similarity index 100% rename from 3.1.2/usrman/_static/searchtools.js rename to mpi4py/3.1.2/usrman/_static/searchtools.js diff --git a/3.1.2/usrman/_static/sidebar.js b/mpi4py/3.1.2/usrman/_static/sidebar.js similarity index 100% rename from 3.1.2/usrman/_static/sidebar.js rename to mpi4py/3.1.2/usrman/_static/sidebar.js diff --git a/3.1.2/usrman/_static/underscore-1.13.1.js b/mpi4py/3.1.2/usrman/_static/underscore-1.13.1.js similarity index 100% rename from 3.1.2/usrman/_static/underscore-1.13.1.js rename to mpi4py/3.1.2/usrman/_static/underscore-1.13.1.js diff --git a/3.1.2/usrman/_static/underscore.js b/mpi4py/3.1.2/usrman/_static/underscore.js similarity index 100% rename from 3.1.2/usrman/_static/underscore.js rename to mpi4py/3.1.2/usrman/_static/underscore.js diff --git a/3.1.2/usrman/appendix.html b/mpi4py/3.1.2/usrman/appendix.html similarity index 100% rename from 3.1.2/usrman/appendix.html rename to mpi4py/3.1.2/usrman/appendix.html diff --git a/3.1.2/usrman/citing.html b/mpi4py/3.1.2/usrman/citing.html similarity index 100% rename from 3.1.2/usrman/citing.html rename to mpi4py/3.1.2/usrman/citing.html diff --git a/3.1.2/usrman/genindex.html b/mpi4py/3.1.2/usrman/genindex.html similarity index 100% rename from 3.1.2/usrman/genindex.html rename to mpi4py/3.1.2/usrman/genindex.html diff --git a/3.1.2/usrman/index.html b/mpi4py/3.1.2/usrman/index.html similarity index 100% rename from 3.1.2/usrman/index.html rename to mpi4py/3.1.2/usrman/index.html diff --git a/3.1.2/usrman/install.html b/mpi4py/3.1.2/usrman/install.html similarity index 100% rename from 3.1.2/usrman/install.html rename to mpi4py/3.1.2/usrman/install.html diff --git a/3.1.2/usrman/intro.html b/mpi4py/3.1.2/usrman/intro.html similarity index 100% rename from 3.1.2/usrman/intro.html rename to mpi4py/3.1.2/usrman/intro.html diff --git a/3.1.2/usrman/mpi4py.MPI.html b/mpi4py/3.1.2/usrman/mpi4py.MPI.html similarity index 100% rename from 3.1.2/usrman/mpi4py.MPI.html rename to mpi4py/3.1.2/usrman/mpi4py.MPI.html diff --git a/3.1.2/usrman/mpi4py.futures.html b/mpi4py/3.1.2/usrman/mpi4py.futures.html similarity index 100% rename from 3.1.2/usrman/mpi4py.futures.html rename to mpi4py/3.1.2/usrman/mpi4py.futures.html diff --git a/3.1.2/usrman/mpi4py.html b/mpi4py/3.1.2/usrman/mpi4py.html similarity index 100% rename from 3.1.2/usrman/mpi4py.html rename to mpi4py/3.1.2/usrman/mpi4py.html diff --git a/3.1.2/usrman/mpi4py.run.html b/mpi4py/3.1.2/usrman/mpi4py.run.html similarity index 100% rename from 3.1.2/usrman/mpi4py.run.html rename to mpi4py/3.1.2/usrman/mpi4py.run.html diff --git a/3.1.2/usrman/mpi4py.util.dtlib.html b/mpi4py/3.1.2/usrman/mpi4py.util.dtlib.html similarity index 100% rename from 3.1.2/usrman/mpi4py.util.dtlib.html rename to mpi4py/3.1.2/usrman/mpi4py.util.dtlib.html diff --git a/3.1.2/usrman/mpi4py.util.html b/mpi4py/3.1.2/usrman/mpi4py.util.html similarity index 100% rename from 3.1.2/usrman/mpi4py.util.html rename to mpi4py/3.1.2/usrman/mpi4py.util.html diff --git a/3.1.2/usrman/mpi4py.util.pkl5.html b/mpi4py/3.1.2/usrman/mpi4py.util.pkl5.html similarity index 100% rename from 3.1.2/usrman/mpi4py.util.pkl5.html rename to mpi4py/3.1.2/usrman/mpi4py.util.pkl5.html diff --git a/3.1.2/usrman/objects.inv b/mpi4py/3.1.2/usrman/objects.inv similarity index 100% rename from 3.1.2/usrman/objects.inv rename to mpi4py/3.1.2/usrman/objects.inv diff --git a/3.1.2/usrman/overview.html b/mpi4py/3.1.2/usrman/overview.html similarity index 100% rename from 3.1.2/usrman/overview.html rename to mpi4py/3.1.2/usrman/overview.html diff --git a/3.1.2/usrman/py-modindex.html b/mpi4py/3.1.2/usrman/py-modindex.html similarity index 100% rename from 3.1.2/usrman/py-modindex.html rename to mpi4py/3.1.2/usrman/py-modindex.html diff --git a/3.1.2/usrman/reference.html b/mpi4py/3.1.2/usrman/reference.html similarity index 100% rename from 3.1.2/usrman/reference.html rename to mpi4py/3.1.2/usrman/reference.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.AINT.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.AINT.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.AINT.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.AINT.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.ANY_SOURCE.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ANY_SOURCE.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.ANY_SOURCE.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ANY_SOURCE.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.ANY_TAG.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ANY_TAG.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.ANY_TAG.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ANY_TAG.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.APPNUM.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.APPNUM.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.APPNUM.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.APPNUM.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.Add_error_class.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Add_error_class.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.Add_error_class.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Add_error_class.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.Add_error_code.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Add_error_code.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.Add_error_code.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Add_error_code.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.Add_error_string.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Add_error_string.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.Add_error_string.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Add_error_string.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.Aint_add.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Aint_add.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.Aint_add.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Aint_add.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.Aint_diff.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Aint_diff.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.Aint_diff.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Aint_diff.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.Alloc_mem.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Alloc_mem.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.Alloc_mem.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Alloc_mem.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.Attach_buffer.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Attach_buffer.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.Attach_buffer.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Attach_buffer.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.BAND.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.BAND.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.BAND.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.BAND.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.BOOL.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.BOOL.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.BOOL.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.BOOL.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.BOR.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.BOR.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.BOR.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.BOR.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.BOTTOM.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.BOTTOM.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.BOTTOM.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.BOTTOM.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.BSEND_OVERHEAD.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.BSEND_OVERHEAD.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.BSEND_OVERHEAD.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.BSEND_OVERHEAD.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.BXOR.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.BXOR.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.BXOR.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.BXOR.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.BYTE.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.BYTE.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.BYTE.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.BYTE.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.CART.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.CART.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.CART.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.CART.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.CHAR.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.CHAR.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.CHAR.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.CHAR.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.CHARACTER.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.CHARACTER.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.CHARACTER.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.CHARACTER.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.COMBINER_CONTIGUOUS.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.COMBINER_CONTIGUOUS.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.COMBINER_CONTIGUOUS.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.COMBINER_CONTIGUOUS.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.COMBINER_DARRAY.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.COMBINER_DARRAY.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.COMBINER_DARRAY.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.COMBINER_DARRAY.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.COMBINER_DUP.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.COMBINER_DUP.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.COMBINER_DUP.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.COMBINER_DUP.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.COMBINER_F90_COMPLEX.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.COMBINER_F90_COMPLEX.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.COMBINER_F90_COMPLEX.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.COMBINER_F90_COMPLEX.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.COMBINER_F90_INTEGER.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.COMBINER_F90_INTEGER.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.COMBINER_F90_INTEGER.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.COMBINER_F90_INTEGER.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.COMBINER_F90_REAL.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.COMBINER_F90_REAL.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.COMBINER_F90_REAL.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.COMBINER_F90_REAL.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.COMBINER_HINDEXED.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.COMBINER_HINDEXED.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.COMBINER_HINDEXED.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.COMBINER_HINDEXED.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.COMBINER_HINDEXED_BLOCK.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.COMBINER_HINDEXED_BLOCK.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.COMBINER_HINDEXED_BLOCK.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.COMBINER_HINDEXED_BLOCK.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.COMBINER_HVECTOR.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.COMBINER_HVECTOR.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.COMBINER_HVECTOR.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.COMBINER_HVECTOR.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.COMBINER_INDEXED.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.COMBINER_INDEXED.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.COMBINER_INDEXED.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.COMBINER_INDEXED.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.COMBINER_INDEXED_BLOCK.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.COMBINER_INDEXED_BLOCK.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.COMBINER_INDEXED_BLOCK.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.COMBINER_INDEXED_BLOCK.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.COMBINER_NAMED.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.COMBINER_NAMED.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.COMBINER_NAMED.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.COMBINER_NAMED.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.COMBINER_RESIZED.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.COMBINER_RESIZED.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.COMBINER_RESIZED.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.COMBINER_RESIZED.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.COMBINER_STRUCT.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.COMBINER_STRUCT.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.COMBINER_STRUCT.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.COMBINER_STRUCT.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.COMBINER_SUBARRAY.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.COMBINER_SUBARRAY.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.COMBINER_SUBARRAY.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.COMBINER_SUBARRAY.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.COMBINER_VECTOR.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.COMBINER_VECTOR.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.COMBINER_VECTOR.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.COMBINER_VECTOR.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.COMM_NULL.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.COMM_NULL.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.COMM_NULL.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.COMM_NULL.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.COMM_SELF.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.COMM_SELF.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.COMM_SELF.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.COMM_SELF.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.COMM_TYPE_SHARED.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.COMM_TYPE_SHARED.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.COMM_TYPE_SHARED.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.COMM_TYPE_SHARED.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.COMM_WORLD.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.COMM_WORLD.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.COMM_WORLD.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.COMM_WORLD.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.COMPLEX.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.COMPLEX.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.COMPLEX.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.COMPLEX.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.COMPLEX16.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.COMPLEX16.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.COMPLEX16.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.COMPLEX16.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.COMPLEX32.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.COMPLEX32.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.COMPLEX32.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.COMPLEX32.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.COMPLEX4.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.COMPLEX4.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.COMPLEX4.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.COMPLEX4.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.COMPLEX8.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.COMPLEX8.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.COMPLEX8.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.COMPLEX8.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.CONGRUENT.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.CONGRUENT.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.CONGRUENT.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.CONGRUENT.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.COUNT.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.COUNT.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.COUNT.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.COUNT.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.CXX_BOOL.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.CXX_BOOL.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.CXX_BOOL.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.CXX_BOOL.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.CXX_DOUBLE_COMPLEX.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.CXX_DOUBLE_COMPLEX.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.CXX_DOUBLE_COMPLEX.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.CXX_DOUBLE_COMPLEX.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.CXX_FLOAT_COMPLEX.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.CXX_FLOAT_COMPLEX.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.CXX_FLOAT_COMPLEX.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.CXX_FLOAT_COMPLEX.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.CXX_LONG_DOUBLE_COMPLEX.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.CXX_LONG_DOUBLE_COMPLEX.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.CXX_LONG_DOUBLE_COMPLEX.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.CXX_LONG_DOUBLE_COMPLEX.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.C_BOOL.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.C_BOOL.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.C_BOOL.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.C_BOOL.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.C_COMPLEX.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.C_COMPLEX.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.C_COMPLEX.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.C_COMPLEX.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.C_DOUBLE_COMPLEX.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.C_DOUBLE_COMPLEX.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.C_DOUBLE_COMPLEX.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.C_DOUBLE_COMPLEX.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.C_FLOAT_COMPLEX.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.C_FLOAT_COMPLEX.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.C_FLOAT_COMPLEX.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.C_FLOAT_COMPLEX.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.C_LONG_DOUBLE_COMPLEX.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.C_LONG_DOUBLE_COMPLEX.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.C_LONG_DOUBLE_COMPLEX.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.C_LONG_DOUBLE_COMPLEX.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.Cartcomm.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Cartcomm.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.Cartcomm.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Cartcomm.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.Close_port.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Close_port.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.Close_port.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Close_port.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.Comm.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Comm.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.Comm.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Comm.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.Compute_dims.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Compute_dims.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.Compute_dims.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Compute_dims.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.DATATYPE_NULL.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.DATATYPE_NULL.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.DATATYPE_NULL.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.DATATYPE_NULL.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.DISPLACEMENT_CURRENT.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.DISPLACEMENT_CURRENT.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.DISPLACEMENT_CURRENT.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.DISPLACEMENT_CURRENT.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.DISP_CUR.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.DISP_CUR.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.DISP_CUR.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.DISP_CUR.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.DISTRIBUTE_BLOCK.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.DISTRIBUTE_BLOCK.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.DISTRIBUTE_BLOCK.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.DISTRIBUTE_BLOCK.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.DISTRIBUTE_CYCLIC.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.DISTRIBUTE_CYCLIC.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.DISTRIBUTE_CYCLIC.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.DISTRIBUTE_CYCLIC.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.DISTRIBUTE_DFLT_DARG.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.DISTRIBUTE_DFLT_DARG.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.DISTRIBUTE_DFLT_DARG.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.DISTRIBUTE_DFLT_DARG.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.DISTRIBUTE_NONE.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.DISTRIBUTE_NONE.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.DISTRIBUTE_NONE.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.DISTRIBUTE_NONE.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.DIST_GRAPH.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.DIST_GRAPH.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.DIST_GRAPH.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.DIST_GRAPH.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.DOUBLE.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.DOUBLE.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.DOUBLE.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.DOUBLE.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.DOUBLE_COMPLEX.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.DOUBLE_COMPLEX.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.DOUBLE_COMPLEX.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.DOUBLE_COMPLEX.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.DOUBLE_INT.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.DOUBLE_INT.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.DOUBLE_INT.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.DOUBLE_INT.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.DOUBLE_PRECISION.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.DOUBLE_PRECISION.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.DOUBLE_PRECISION.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.DOUBLE_PRECISION.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.Datatype.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Datatype.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.Datatype.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Datatype.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.Detach_buffer.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Detach_buffer.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.Detach_buffer.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Detach_buffer.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.Distgraphcomm.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Distgraphcomm.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.Distgraphcomm.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Distgraphcomm.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.ERRHANDLER_NULL.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERRHANDLER_NULL.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.ERRHANDLER_NULL.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERRHANDLER_NULL.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.ERRORS_ARE_FATAL.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERRORS_ARE_FATAL.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.ERRORS_ARE_FATAL.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERRORS_ARE_FATAL.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.ERRORS_RETURN.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERRORS_RETURN.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.ERRORS_RETURN.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERRORS_RETURN.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.ERR_ACCESS.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_ACCESS.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.ERR_ACCESS.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_ACCESS.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.ERR_AMODE.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_AMODE.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.ERR_AMODE.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_AMODE.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.ERR_ARG.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_ARG.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.ERR_ARG.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_ARG.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.ERR_ASSERT.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_ASSERT.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.ERR_ASSERT.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_ASSERT.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.ERR_BAD_FILE.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_BAD_FILE.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.ERR_BAD_FILE.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_BAD_FILE.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.ERR_BASE.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_BASE.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.ERR_BASE.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_BASE.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.ERR_BUFFER.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_BUFFER.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.ERR_BUFFER.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_BUFFER.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.ERR_COMM.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_COMM.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.ERR_COMM.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_COMM.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.ERR_CONVERSION.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_CONVERSION.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.ERR_CONVERSION.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_CONVERSION.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.ERR_COUNT.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_COUNT.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.ERR_COUNT.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_COUNT.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.ERR_DIMS.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_DIMS.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.ERR_DIMS.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_DIMS.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.ERR_DISP.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_DISP.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.ERR_DISP.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_DISP.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.ERR_DUP_DATAREP.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_DUP_DATAREP.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.ERR_DUP_DATAREP.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_DUP_DATAREP.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.ERR_FILE.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_FILE.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.ERR_FILE.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_FILE.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.ERR_FILE_EXISTS.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_FILE_EXISTS.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.ERR_FILE_EXISTS.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_FILE_EXISTS.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.ERR_FILE_IN_USE.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_FILE_IN_USE.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.ERR_FILE_IN_USE.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_FILE_IN_USE.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.ERR_GROUP.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_GROUP.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.ERR_GROUP.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_GROUP.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.ERR_INFO.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_INFO.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.ERR_INFO.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_INFO.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.ERR_INFO_KEY.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_INFO_KEY.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.ERR_INFO_KEY.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_INFO_KEY.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.ERR_INFO_NOKEY.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_INFO_NOKEY.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.ERR_INFO_NOKEY.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_INFO_NOKEY.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.ERR_INFO_VALUE.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_INFO_VALUE.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.ERR_INFO_VALUE.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_INFO_VALUE.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.ERR_INTERN.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_INTERN.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.ERR_INTERN.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_INTERN.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.ERR_IN_STATUS.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_IN_STATUS.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.ERR_IN_STATUS.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_IN_STATUS.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.ERR_IO.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_IO.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.ERR_IO.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_IO.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.ERR_KEYVAL.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_KEYVAL.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.ERR_KEYVAL.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_KEYVAL.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.ERR_LASTCODE.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_LASTCODE.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.ERR_LASTCODE.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_LASTCODE.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.ERR_LOCKTYPE.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_LOCKTYPE.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.ERR_LOCKTYPE.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_LOCKTYPE.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.ERR_NAME.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_NAME.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.ERR_NAME.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_NAME.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.ERR_NOT_SAME.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_NOT_SAME.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.ERR_NOT_SAME.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_NOT_SAME.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.ERR_NO_MEM.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_NO_MEM.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.ERR_NO_MEM.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_NO_MEM.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.ERR_NO_SPACE.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_NO_SPACE.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.ERR_NO_SPACE.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_NO_SPACE.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.ERR_NO_SUCH_FILE.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_NO_SUCH_FILE.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.ERR_NO_SUCH_FILE.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_NO_SUCH_FILE.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.ERR_OP.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_OP.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.ERR_OP.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_OP.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.ERR_OTHER.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_OTHER.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.ERR_OTHER.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_OTHER.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.ERR_PENDING.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_PENDING.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.ERR_PENDING.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_PENDING.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.ERR_PORT.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_PORT.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.ERR_PORT.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_PORT.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.ERR_QUOTA.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_QUOTA.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.ERR_QUOTA.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_QUOTA.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.ERR_RANK.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_RANK.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.ERR_RANK.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_RANK.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.ERR_READ_ONLY.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_READ_ONLY.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.ERR_READ_ONLY.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_READ_ONLY.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.ERR_REQUEST.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_REQUEST.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.ERR_REQUEST.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_REQUEST.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.ERR_RMA_ATTACH.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_RMA_ATTACH.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.ERR_RMA_ATTACH.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_RMA_ATTACH.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.ERR_RMA_CONFLICT.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_RMA_CONFLICT.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.ERR_RMA_CONFLICT.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_RMA_CONFLICT.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.ERR_RMA_FLAVOR.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_RMA_FLAVOR.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.ERR_RMA_FLAVOR.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_RMA_FLAVOR.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.ERR_RMA_RANGE.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_RMA_RANGE.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.ERR_RMA_RANGE.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_RMA_RANGE.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.ERR_RMA_SHARED.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_RMA_SHARED.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.ERR_RMA_SHARED.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_RMA_SHARED.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.ERR_RMA_SYNC.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_RMA_SYNC.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.ERR_RMA_SYNC.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_RMA_SYNC.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.ERR_ROOT.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_ROOT.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.ERR_ROOT.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_ROOT.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.ERR_SERVICE.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_SERVICE.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.ERR_SERVICE.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_SERVICE.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.ERR_SIZE.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_SIZE.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.ERR_SIZE.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_SIZE.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.ERR_SPAWN.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_SPAWN.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.ERR_SPAWN.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_SPAWN.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.ERR_TAG.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_TAG.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.ERR_TAG.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_TAG.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.ERR_TOPOLOGY.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_TOPOLOGY.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.ERR_TOPOLOGY.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_TOPOLOGY.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.ERR_TRUNCATE.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_TRUNCATE.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.ERR_TRUNCATE.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_TRUNCATE.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.ERR_TYPE.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_TYPE.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.ERR_TYPE.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_TYPE.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.ERR_UNKNOWN.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_UNKNOWN.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.ERR_UNKNOWN.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_UNKNOWN.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.ERR_UNSUPPORTED_DATAREP.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_UNSUPPORTED_DATAREP.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.ERR_UNSUPPORTED_DATAREP.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_UNSUPPORTED_DATAREP.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.ERR_UNSUPPORTED_OPERATION.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_UNSUPPORTED_OPERATION.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.ERR_UNSUPPORTED_OPERATION.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_UNSUPPORTED_OPERATION.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.ERR_WIN.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_WIN.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.ERR_WIN.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ERR_WIN.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.Errhandler.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Errhandler.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.Errhandler.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Errhandler.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.Exception.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Exception.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.Exception.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Exception.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.FILE_NULL.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.FILE_NULL.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.FILE_NULL.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.FILE_NULL.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.FLOAT.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.FLOAT.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.FLOAT.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.FLOAT.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.FLOAT_INT.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.FLOAT_INT.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.FLOAT_INT.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.FLOAT_INT.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.F_BOOL.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.F_BOOL.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.F_BOOL.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.F_BOOL.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.F_COMPLEX.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.F_COMPLEX.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.F_COMPLEX.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.F_COMPLEX.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.F_DOUBLE.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.F_DOUBLE.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.F_DOUBLE.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.F_DOUBLE.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.F_DOUBLE_COMPLEX.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.F_DOUBLE_COMPLEX.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.F_DOUBLE_COMPLEX.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.F_DOUBLE_COMPLEX.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.F_FLOAT.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.F_FLOAT.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.F_FLOAT.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.F_FLOAT.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.F_FLOAT_COMPLEX.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.F_FLOAT_COMPLEX.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.F_FLOAT_COMPLEX.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.F_FLOAT_COMPLEX.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.F_INT.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.F_INT.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.F_INT.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.F_INT.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.File.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.File.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.File.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.File.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.Finalize.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Finalize.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.Finalize.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Finalize.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.Free_mem.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Free_mem.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.Free_mem.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Free_mem.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.GRAPH.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.GRAPH.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.GRAPH.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.GRAPH.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.GROUP_EMPTY.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.GROUP_EMPTY.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.GROUP_EMPTY.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.GROUP_EMPTY.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.GROUP_NULL.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.GROUP_NULL.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.GROUP_NULL.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.GROUP_NULL.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.Get_address.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Get_address.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.Get_address.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Get_address.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.Get_error_class.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Get_error_class.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.Get_error_class.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Get_error_class.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.Get_error_string.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Get_error_string.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.Get_error_string.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Get_error_string.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.Get_library_version.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Get_library_version.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.Get_library_version.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Get_library_version.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.Get_processor_name.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Get_processor_name.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.Get_processor_name.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Get_processor_name.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.Get_version.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Get_version.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.Get_version.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Get_version.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.Graphcomm.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Graphcomm.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.Graphcomm.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Graphcomm.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.Grequest.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Grequest.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.Grequest.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Grequest.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.Group.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Group.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.Group.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Group.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.HOST.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.HOST.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.HOST.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.HOST.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.IDENT.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.IDENT.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.IDENT.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.IDENT.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.INFO_ENV.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.INFO_ENV.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.INFO_ENV.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.INFO_ENV.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.INFO_NULL.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.INFO_NULL.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.INFO_NULL.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.INFO_NULL.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.INT.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.INT.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.INT.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.INT.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.INT16_T.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.INT16_T.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.INT16_T.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.INT16_T.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.INT32_T.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.INT32_T.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.INT32_T.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.INT32_T.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.INT64_T.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.INT64_T.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.INT64_T.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.INT64_T.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.INT8_T.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.INT8_T.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.INT8_T.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.INT8_T.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.INTEGER.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.INTEGER.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.INTEGER.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.INTEGER.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.INTEGER1.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.INTEGER1.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.INTEGER1.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.INTEGER1.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.INTEGER16.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.INTEGER16.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.INTEGER16.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.INTEGER16.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.INTEGER2.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.INTEGER2.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.INTEGER2.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.INTEGER2.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.INTEGER4.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.INTEGER4.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.INTEGER4.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.INTEGER4.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.INTEGER8.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.INTEGER8.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.INTEGER8.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.INTEGER8.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.INT_INT.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.INT_INT.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.INT_INT.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.INT_INT.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.IN_PLACE.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.IN_PLACE.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.IN_PLACE.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.IN_PLACE.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.IO.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.IO.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.IO.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.IO.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.Info.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Info.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.Info.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Info.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.Init.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Init.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.Init.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Init.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.Init_thread.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Init_thread.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.Init_thread.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Init_thread.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.Intercomm.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Intercomm.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.Intercomm.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Intercomm.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.Intracomm.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Intracomm.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.Intracomm.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Intracomm.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.Is_finalized.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Is_finalized.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.Is_finalized.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Is_finalized.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.Is_initialized.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Is_initialized.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.Is_initialized.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Is_initialized.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.Is_thread_main.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Is_thread_main.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.Is_thread_main.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Is_thread_main.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.KEYVAL_INVALID.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.KEYVAL_INVALID.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.KEYVAL_INVALID.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.KEYVAL_INVALID.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.LAND.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.LAND.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.LAND.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.LAND.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.LASTUSEDCODE.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.LASTUSEDCODE.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.LASTUSEDCODE.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.LASTUSEDCODE.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.LB.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.LB.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.LB.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.LB.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.LOCK_EXCLUSIVE.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.LOCK_EXCLUSIVE.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.LOCK_EXCLUSIVE.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.LOCK_EXCLUSIVE.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.LOCK_SHARED.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.LOCK_SHARED.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.LOCK_SHARED.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.LOCK_SHARED.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.LOGICAL.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.LOGICAL.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.LOGICAL.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.LOGICAL.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.LOGICAL1.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.LOGICAL1.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.LOGICAL1.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.LOGICAL1.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.LOGICAL2.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.LOGICAL2.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.LOGICAL2.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.LOGICAL2.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.LOGICAL4.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.LOGICAL4.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.LOGICAL4.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.LOGICAL4.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.LOGICAL8.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.LOGICAL8.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.LOGICAL8.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.LOGICAL8.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.LONG.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.LONG.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.LONG.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.LONG.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.LONG_DOUBLE.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.LONG_DOUBLE.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.LONG_DOUBLE.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.LONG_DOUBLE.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.LONG_DOUBLE_INT.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.LONG_DOUBLE_INT.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.LONG_DOUBLE_INT.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.LONG_DOUBLE_INT.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.LONG_INT.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.LONG_INT.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.LONG_INT.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.LONG_INT.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.LONG_LONG.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.LONG_LONG.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.LONG_LONG.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.LONG_LONG.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.LOR.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.LOR.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.LOR.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.LOR.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.LXOR.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.LXOR.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.LXOR.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.LXOR.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.Lookup_name.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Lookup_name.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.Lookup_name.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Lookup_name.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.MAX.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.MAX.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.MAX.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.MAX.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.MAXLOC.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.MAXLOC.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.MAXLOC.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.MAXLOC.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.MAX_DATAREP_STRING.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.MAX_DATAREP_STRING.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.MAX_DATAREP_STRING.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.MAX_DATAREP_STRING.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.MAX_ERROR_STRING.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.MAX_ERROR_STRING.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.MAX_ERROR_STRING.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.MAX_ERROR_STRING.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.MAX_INFO_KEY.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.MAX_INFO_KEY.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.MAX_INFO_KEY.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.MAX_INFO_KEY.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.MAX_INFO_VAL.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.MAX_INFO_VAL.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.MAX_INFO_VAL.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.MAX_INFO_VAL.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.MAX_LIBRARY_VERSION_STRING.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.MAX_LIBRARY_VERSION_STRING.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.MAX_LIBRARY_VERSION_STRING.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.MAX_LIBRARY_VERSION_STRING.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.MAX_OBJECT_NAME.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.MAX_OBJECT_NAME.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.MAX_OBJECT_NAME.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.MAX_OBJECT_NAME.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.MAX_PORT_NAME.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.MAX_PORT_NAME.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.MAX_PORT_NAME.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.MAX_PORT_NAME.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.MAX_PROCESSOR_NAME.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.MAX_PROCESSOR_NAME.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.MAX_PROCESSOR_NAME.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.MAX_PROCESSOR_NAME.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.MESSAGE_NO_PROC.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.MESSAGE_NO_PROC.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.MESSAGE_NO_PROC.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.MESSAGE_NO_PROC.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.MESSAGE_NULL.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.MESSAGE_NULL.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.MESSAGE_NULL.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.MESSAGE_NULL.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.MIN.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.MIN.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.MIN.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.MIN.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.MINLOC.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.MINLOC.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.MINLOC.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.MINLOC.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.MODE_APPEND.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.MODE_APPEND.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.MODE_APPEND.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.MODE_APPEND.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.MODE_CREATE.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.MODE_CREATE.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.MODE_CREATE.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.MODE_CREATE.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.MODE_DELETE_ON_CLOSE.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.MODE_DELETE_ON_CLOSE.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.MODE_DELETE_ON_CLOSE.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.MODE_DELETE_ON_CLOSE.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.MODE_EXCL.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.MODE_EXCL.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.MODE_EXCL.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.MODE_EXCL.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.MODE_NOCHECK.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.MODE_NOCHECK.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.MODE_NOCHECK.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.MODE_NOCHECK.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.MODE_NOPRECEDE.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.MODE_NOPRECEDE.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.MODE_NOPRECEDE.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.MODE_NOPRECEDE.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.MODE_NOPUT.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.MODE_NOPUT.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.MODE_NOPUT.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.MODE_NOPUT.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.MODE_NOSTORE.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.MODE_NOSTORE.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.MODE_NOSTORE.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.MODE_NOSTORE.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.MODE_NOSUCCEED.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.MODE_NOSUCCEED.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.MODE_NOSUCCEED.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.MODE_NOSUCCEED.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.MODE_RDONLY.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.MODE_RDONLY.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.MODE_RDONLY.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.MODE_RDONLY.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.MODE_RDWR.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.MODE_RDWR.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.MODE_RDWR.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.MODE_RDWR.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.MODE_SEQUENTIAL.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.MODE_SEQUENTIAL.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.MODE_SEQUENTIAL.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.MODE_SEQUENTIAL.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.MODE_UNIQUE_OPEN.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.MODE_UNIQUE_OPEN.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.MODE_UNIQUE_OPEN.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.MODE_UNIQUE_OPEN.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.MODE_WRONLY.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.MODE_WRONLY.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.MODE_WRONLY.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.MODE_WRONLY.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.Message.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Message.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.Message.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Message.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.NO_OP.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.NO_OP.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.NO_OP.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.NO_OP.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.OFFSET.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.OFFSET.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.OFFSET.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.OFFSET.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.OP_NULL.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.OP_NULL.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.OP_NULL.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.OP_NULL.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.ORDER_C.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ORDER_C.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.ORDER_C.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ORDER_C.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.ORDER_F.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ORDER_F.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.ORDER_F.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ORDER_F.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.ORDER_FORTRAN.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ORDER_FORTRAN.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.ORDER_FORTRAN.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ORDER_FORTRAN.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.Op.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Op.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.Op.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Op.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.Open_port.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Open_port.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.Open_port.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Open_port.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.PACKED.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.PACKED.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.PACKED.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.PACKED.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.PROC_NULL.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.PROC_NULL.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.PROC_NULL.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.PROC_NULL.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.PROD.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.PROD.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.PROD.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.PROD.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.Pcontrol.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Pcontrol.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.Pcontrol.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Pcontrol.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.Pickle.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Pickle.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.Pickle.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Pickle.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.Prequest.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Prequest.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.Prequest.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Prequest.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.Publish_name.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Publish_name.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.Publish_name.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Publish_name.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.Query_thread.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Query_thread.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.Query_thread.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Query_thread.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.REAL.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.REAL.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.REAL.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.REAL.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.REAL16.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.REAL16.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.REAL16.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.REAL16.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.REAL2.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.REAL2.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.REAL2.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.REAL2.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.REAL4.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.REAL4.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.REAL4.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.REAL4.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.REAL8.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.REAL8.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.REAL8.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.REAL8.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.REPLACE.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.REPLACE.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.REPLACE.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.REPLACE.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.REQUEST_NULL.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.REQUEST_NULL.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.REQUEST_NULL.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.REQUEST_NULL.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.ROOT.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ROOT.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.ROOT.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.ROOT.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.Register_datarep.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Register_datarep.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.Register_datarep.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Register_datarep.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.Request.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Request.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.Request.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Request.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.SEEK_CUR.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.SEEK_CUR.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.SEEK_CUR.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.SEEK_CUR.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.SEEK_END.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.SEEK_END.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.SEEK_END.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.SEEK_END.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.SEEK_SET.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.SEEK_SET.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.SEEK_SET.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.SEEK_SET.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.SHORT.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.SHORT.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.SHORT.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.SHORT.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.SHORT_INT.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.SHORT_INT.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.SHORT_INT.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.SHORT_INT.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.SIGNED_CHAR.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.SIGNED_CHAR.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.SIGNED_CHAR.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.SIGNED_CHAR.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.SIGNED_INT.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.SIGNED_INT.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.SIGNED_INT.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.SIGNED_INT.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.SIGNED_LONG.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.SIGNED_LONG.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.SIGNED_LONG.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.SIGNED_LONG.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.SIGNED_LONG_LONG.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.SIGNED_LONG_LONG.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.SIGNED_LONG_LONG.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.SIGNED_LONG_LONG.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.SIGNED_SHORT.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.SIGNED_SHORT.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.SIGNED_SHORT.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.SIGNED_SHORT.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.SIMILAR.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.SIMILAR.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.SIMILAR.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.SIMILAR.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.SINT16_T.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.SINT16_T.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.SINT16_T.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.SINT16_T.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.SINT32_T.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.SINT32_T.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.SINT32_T.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.SINT32_T.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.SINT64_T.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.SINT64_T.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.SINT64_T.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.SINT64_T.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.SINT8_T.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.SINT8_T.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.SINT8_T.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.SINT8_T.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.SUBVERSION.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.SUBVERSION.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.SUBVERSION.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.SUBVERSION.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.SUCCESS.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.SUCCESS.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.SUCCESS.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.SUCCESS.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.SUM.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.SUM.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.SUM.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.SUM.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.Status.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Status.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.Status.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Status.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.TAG_UB.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.TAG_UB.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.TAG_UB.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.TAG_UB.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.THREAD_FUNNELED.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.THREAD_FUNNELED.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.THREAD_FUNNELED.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.THREAD_FUNNELED.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.THREAD_MULTIPLE.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.THREAD_MULTIPLE.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.THREAD_MULTIPLE.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.THREAD_MULTIPLE.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.THREAD_SERIALIZED.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.THREAD_SERIALIZED.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.THREAD_SERIALIZED.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.THREAD_SERIALIZED.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.THREAD_SINGLE.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.THREAD_SINGLE.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.THREAD_SINGLE.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.THREAD_SINGLE.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.TWOINT.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.TWOINT.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.TWOINT.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.TWOINT.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.TYPECLASS_COMPLEX.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.TYPECLASS_COMPLEX.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.TYPECLASS_COMPLEX.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.TYPECLASS_COMPLEX.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.TYPECLASS_INTEGER.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.TYPECLASS_INTEGER.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.TYPECLASS_INTEGER.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.TYPECLASS_INTEGER.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.TYPECLASS_REAL.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.TYPECLASS_REAL.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.TYPECLASS_REAL.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.TYPECLASS_REAL.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.Topocomm.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Topocomm.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.Topocomm.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Topocomm.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.UB.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.UB.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.UB.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.UB.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.UINT16_T.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.UINT16_T.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.UINT16_T.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.UINT16_T.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.UINT32_T.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.UINT32_T.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.UINT32_T.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.UINT32_T.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.UINT64_T.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.UINT64_T.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.UINT64_T.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.UINT64_T.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.UINT8_T.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.UINT8_T.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.UINT8_T.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.UINT8_T.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.UNDEFINED.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.UNDEFINED.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.UNDEFINED.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.UNDEFINED.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.UNEQUAL.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.UNEQUAL.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.UNEQUAL.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.UNEQUAL.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.UNIVERSE_SIZE.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.UNIVERSE_SIZE.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.UNIVERSE_SIZE.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.UNIVERSE_SIZE.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.UNSIGNED.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.UNSIGNED.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.UNSIGNED.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.UNSIGNED.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.UNSIGNED_CHAR.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.UNSIGNED_CHAR.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.UNSIGNED_CHAR.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.UNSIGNED_CHAR.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.UNSIGNED_INT.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.UNSIGNED_INT.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.UNSIGNED_INT.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.UNSIGNED_INT.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.UNSIGNED_LONG.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.UNSIGNED_LONG.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.UNSIGNED_LONG.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.UNSIGNED_LONG.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.UNSIGNED_LONG_LONG.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.UNSIGNED_LONG_LONG.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.UNSIGNED_LONG_LONG.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.UNSIGNED_LONG_LONG.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.UNSIGNED_SHORT.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.UNSIGNED_SHORT.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.UNSIGNED_SHORT.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.UNSIGNED_SHORT.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.UNWEIGHTED.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.UNWEIGHTED.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.UNWEIGHTED.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.UNWEIGHTED.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.Unpublish_name.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Unpublish_name.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.Unpublish_name.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Unpublish_name.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.VERSION.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.VERSION.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.VERSION.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.VERSION.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.WCHAR.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.WCHAR.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.WCHAR.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.WCHAR.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.WEIGHTS_EMPTY.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.WEIGHTS_EMPTY.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.WEIGHTS_EMPTY.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.WEIGHTS_EMPTY.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.WIN_BASE.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.WIN_BASE.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.WIN_BASE.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.WIN_BASE.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.WIN_CREATE_FLAVOR.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.WIN_CREATE_FLAVOR.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.WIN_CREATE_FLAVOR.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.WIN_CREATE_FLAVOR.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.WIN_DISP_UNIT.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.WIN_DISP_UNIT.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.WIN_DISP_UNIT.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.WIN_DISP_UNIT.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.WIN_FLAVOR.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.WIN_FLAVOR.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.WIN_FLAVOR.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.WIN_FLAVOR.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.WIN_FLAVOR_ALLOCATE.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.WIN_FLAVOR_ALLOCATE.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.WIN_FLAVOR_ALLOCATE.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.WIN_FLAVOR_ALLOCATE.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.WIN_FLAVOR_CREATE.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.WIN_FLAVOR_CREATE.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.WIN_FLAVOR_CREATE.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.WIN_FLAVOR_CREATE.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.WIN_FLAVOR_DYNAMIC.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.WIN_FLAVOR_DYNAMIC.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.WIN_FLAVOR_DYNAMIC.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.WIN_FLAVOR_DYNAMIC.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.WIN_FLAVOR_SHARED.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.WIN_FLAVOR_SHARED.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.WIN_FLAVOR_SHARED.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.WIN_FLAVOR_SHARED.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.WIN_MODEL.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.WIN_MODEL.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.WIN_MODEL.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.WIN_MODEL.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.WIN_NULL.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.WIN_NULL.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.WIN_NULL.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.WIN_NULL.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.WIN_SEPARATE.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.WIN_SEPARATE.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.WIN_SEPARATE.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.WIN_SEPARATE.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.WIN_SIZE.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.WIN_SIZE.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.WIN_SIZE.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.WIN_SIZE.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.WIN_UNIFIED.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.WIN_UNIFIED.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.WIN_UNIFIED.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.WIN_UNIFIED.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.WTIME_IS_GLOBAL.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.WTIME_IS_GLOBAL.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.WTIME_IS_GLOBAL.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.WTIME_IS_GLOBAL.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.Win.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Win.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.Win.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Win.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.Wtick.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Wtick.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.Wtick.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Wtick.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.Wtime.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Wtime.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.Wtime.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.Wtime.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.get_vendor.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.get_vendor.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.get_vendor.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.get_vendor.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.memory.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.memory.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.memory.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.memory.html diff --git a/3.1.2/usrman/reference/mpi4py.MPI.pickle.html b/mpi4py/3.1.2/usrman/reference/mpi4py.MPI.pickle.html similarity index 100% rename from 3.1.2/usrman/reference/mpi4py.MPI.pickle.html rename to mpi4py/3.1.2/usrman/reference/mpi4py.MPI.pickle.html diff --git a/3.1.2/usrman/search.html b/mpi4py/3.1.2/usrman/search.html similarity index 100% rename from 3.1.2/usrman/search.html rename to mpi4py/3.1.2/usrman/search.html diff --git a/3.1.2/usrman/searchindex.js b/mpi4py/3.1.2/usrman/searchindex.js similarity index 100% rename from 3.1.2/usrman/searchindex.js rename to mpi4py/3.1.2/usrman/searchindex.js diff --git a/3.1.2/usrman/tutorial.html b/mpi4py/3.1.2/usrman/tutorial.html similarity index 100% rename from 3.1.2/usrman/tutorial.html rename to mpi4py/3.1.2/usrman/tutorial.html diff --git a/3.1.3/CHANGES.html b/mpi4py/3.1.3/CHANGES.html similarity index 100% rename from 3.1.3/CHANGES.html rename to mpi4py/3.1.3/CHANGES.html diff --git a/3.1.3/LICENSE.html b/mpi4py/3.1.3/LICENSE.html similarity index 100% rename from 3.1.3/LICENSE.html rename to mpi4py/3.1.3/LICENSE.html diff --git a/3.1.3/apiref/api-objects.txt b/mpi4py/3.1.3/apiref/api-objects.txt similarity index 100% rename from 3.1.3/apiref/api-objects.txt rename to mpi4py/3.1.3/apiref/api-objects.txt diff --git a/3.1.3/apiref/class-tree.html b/mpi4py/3.1.3/apiref/class-tree.html similarity index 100% rename from 3.1.3/apiref/class-tree.html rename to mpi4py/3.1.3/apiref/class-tree.html diff --git a/3.1.3/apiref/class_hierarchy_for_cartcomm.png b/mpi4py/3.1.3/apiref/class_hierarchy_for_cartcomm.png similarity index 100% rename from 3.1.3/apiref/class_hierarchy_for_cartcomm.png rename to mpi4py/3.1.3/apiref/class_hierarchy_for_cartcomm.png diff --git a/3.1.3/apiref/class_hierarchy_for_comm.png b/mpi4py/3.1.3/apiref/class_hierarchy_for_comm.png similarity index 100% rename from 3.1.3/apiref/class_hierarchy_for_comm.png rename to mpi4py/3.1.3/apiref/class_hierarchy_for_comm.png diff --git a/3.1.3/apiref/class_hierarchy_for_datatype.png b/mpi4py/3.1.3/apiref/class_hierarchy_for_datatype.png similarity index 100% rename from 3.1.3/apiref/class_hierarchy_for_datatype.png rename to mpi4py/3.1.3/apiref/class_hierarchy_for_datatype.png diff --git a/3.1.3/apiref/class_hierarchy_for_distgraphc.png b/mpi4py/3.1.3/apiref/class_hierarchy_for_distgraphc.png similarity index 100% rename from 3.1.3/apiref/class_hierarchy_for_distgraphc.png rename to mpi4py/3.1.3/apiref/class_hierarchy_for_distgraphc.png diff --git a/3.1.3/apiref/class_hierarchy_for_errhandler.png b/mpi4py/3.1.3/apiref/class_hierarchy_for_errhandler.png similarity index 100% rename from 3.1.3/apiref/class_hierarchy_for_errhandler.png rename to mpi4py/3.1.3/apiref/class_hierarchy_for_errhandler.png diff --git a/3.1.3/apiref/class_hierarchy_for_exception.png b/mpi4py/3.1.3/apiref/class_hierarchy_for_exception.png similarity index 100% rename from 3.1.3/apiref/class_hierarchy_for_exception.png rename to mpi4py/3.1.3/apiref/class_hierarchy_for_exception.png diff --git a/3.1.3/apiref/class_hierarchy_for_file.png b/mpi4py/3.1.3/apiref/class_hierarchy_for_file.png similarity index 100% rename from 3.1.3/apiref/class_hierarchy_for_file.png rename to mpi4py/3.1.3/apiref/class_hierarchy_for_file.png diff --git a/3.1.3/apiref/class_hierarchy_for_graphcomm.png b/mpi4py/3.1.3/apiref/class_hierarchy_for_graphcomm.png similarity index 100% rename from 3.1.3/apiref/class_hierarchy_for_graphcomm.png rename to mpi4py/3.1.3/apiref/class_hierarchy_for_graphcomm.png diff --git a/3.1.3/apiref/class_hierarchy_for_grequest.png b/mpi4py/3.1.3/apiref/class_hierarchy_for_grequest.png similarity index 100% rename from 3.1.3/apiref/class_hierarchy_for_grequest.png rename to mpi4py/3.1.3/apiref/class_hierarchy_for_grequest.png diff --git a/3.1.3/apiref/class_hierarchy_for_group.png b/mpi4py/3.1.3/apiref/class_hierarchy_for_group.png similarity index 100% rename from 3.1.3/apiref/class_hierarchy_for_group.png rename to mpi4py/3.1.3/apiref/class_hierarchy_for_group.png diff --git a/3.1.3/apiref/class_hierarchy_for_info.png b/mpi4py/3.1.3/apiref/class_hierarchy_for_info.png similarity index 100% rename from 3.1.3/apiref/class_hierarchy_for_info.png rename to mpi4py/3.1.3/apiref/class_hierarchy_for_info.png diff --git a/3.1.3/apiref/class_hierarchy_for_intercomm.png b/mpi4py/3.1.3/apiref/class_hierarchy_for_intercomm.png similarity index 100% rename from 3.1.3/apiref/class_hierarchy_for_intercomm.png rename to mpi4py/3.1.3/apiref/class_hierarchy_for_intercomm.png diff --git a/3.1.3/apiref/class_hierarchy_for_intracomm.png b/mpi4py/3.1.3/apiref/class_hierarchy_for_intracomm.png similarity index 100% rename from 3.1.3/apiref/class_hierarchy_for_intracomm.png rename to mpi4py/3.1.3/apiref/class_hierarchy_for_intracomm.png diff --git a/3.1.3/apiref/class_hierarchy_for_memory.png b/mpi4py/3.1.3/apiref/class_hierarchy_for_memory.png similarity index 100% rename from 3.1.3/apiref/class_hierarchy_for_memory.png rename to mpi4py/3.1.3/apiref/class_hierarchy_for_memory.png diff --git a/3.1.3/apiref/class_hierarchy_for_message.png b/mpi4py/3.1.3/apiref/class_hierarchy_for_message.png similarity index 100% rename from 3.1.3/apiref/class_hierarchy_for_message.png rename to mpi4py/3.1.3/apiref/class_hierarchy_for_message.png diff --git a/3.1.3/apiref/class_hierarchy_for_op.png b/mpi4py/3.1.3/apiref/class_hierarchy_for_op.png similarity index 100% rename from 3.1.3/apiref/class_hierarchy_for_op.png rename to mpi4py/3.1.3/apiref/class_hierarchy_for_op.png diff --git a/3.1.3/apiref/class_hierarchy_for_pickle.png b/mpi4py/3.1.3/apiref/class_hierarchy_for_pickle.png similarity index 100% rename from 3.1.3/apiref/class_hierarchy_for_pickle.png rename to mpi4py/3.1.3/apiref/class_hierarchy_for_pickle.png diff --git a/3.1.3/apiref/class_hierarchy_for_prequest.png b/mpi4py/3.1.3/apiref/class_hierarchy_for_prequest.png similarity index 100% rename from 3.1.3/apiref/class_hierarchy_for_prequest.png rename to mpi4py/3.1.3/apiref/class_hierarchy_for_prequest.png diff --git a/3.1.3/apiref/class_hierarchy_for_rc.png b/mpi4py/3.1.3/apiref/class_hierarchy_for_rc.png similarity index 100% rename from 3.1.3/apiref/class_hierarchy_for_rc.png rename to mpi4py/3.1.3/apiref/class_hierarchy_for_rc.png diff --git a/3.1.3/apiref/class_hierarchy_for_request.png b/mpi4py/3.1.3/apiref/class_hierarchy_for_request.png similarity index 100% rename from 3.1.3/apiref/class_hierarchy_for_request.png rename to mpi4py/3.1.3/apiref/class_hierarchy_for_request.png diff --git a/3.1.3/apiref/class_hierarchy_for_status.png b/mpi4py/3.1.3/apiref/class_hierarchy_for_status.png similarity index 100% rename from 3.1.3/apiref/class_hierarchy_for_status.png rename to mpi4py/3.1.3/apiref/class_hierarchy_for_status.png diff --git a/3.1.3/apiref/class_hierarchy_for_topocomm.png b/mpi4py/3.1.3/apiref/class_hierarchy_for_topocomm.png similarity index 100% rename from 3.1.3/apiref/class_hierarchy_for_topocomm.png rename to mpi4py/3.1.3/apiref/class_hierarchy_for_topocomm.png diff --git a/3.1.3/apiref/class_hierarchy_for_win.png b/mpi4py/3.1.3/apiref/class_hierarchy_for_win.png similarity index 100% rename from 3.1.3/apiref/class_hierarchy_for_win.png rename to mpi4py/3.1.3/apiref/class_hierarchy_for_win.png diff --git a/3.1.3/apiref/crarr.png b/mpi4py/3.1.3/apiref/crarr.png similarity index 100% rename from 3.1.3/apiref/crarr.png rename to mpi4py/3.1.3/apiref/crarr.png diff --git a/3.1.3/apiref/epydoc.css b/mpi4py/3.1.3/apiref/epydoc.css similarity index 100% rename from 3.1.3/apiref/epydoc.css rename to mpi4py/3.1.3/apiref/epydoc.css diff --git a/3.1.3/apiref/epydoc.js b/mpi4py/3.1.3/apiref/epydoc.js similarity index 100% rename from 3.1.3/apiref/epydoc.js rename to mpi4py/3.1.3/apiref/epydoc.js diff --git a/3.1.3/apiref/frames.html b/mpi4py/3.1.3/apiref/frames.html similarity index 100% rename from 3.1.3/apiref/frames.html rename to mpi4py/3.1.3/apiref/frames.html diff --git a/3.1.3/apiref/help.html b/mpi4py/3.1.3/apiref/help.html similarity index 100% rename from 3.1.3/apiref/help.html rename to mpi4py/3.1.3/apiref/help.html diff --git a/3.1.3/apiref/identifier-index.html b/mpi4py/3.1.3/apiref/identifier-index.html similarity index 100% rename from 3.1.3/apiref/identifier-index.html rename to mpi4py/3.1.3/apiref/identifier-index.html diff --git a/3.1.3/apiref/index.html b/mpi4py/3.1.3/apiref/index.html similarity index 100% rename from 3.1.3/apiref/index.html rename to mpi4py/3.1.3/apiref/index.html diff --git a/3.1.3/apiref/module-tree.html b/mpi4py/3.1.3/apiref/module-tree.html similarity index 100% rename from 3.1.3/apiref/module-tree.html rename to mpi4py/3.1.3/apiref/module-tree.html diff --git a/3.1.3/apiref/mpi4py-module.html b/mpi4py/3.1.3/apiref/mpi4py-module.html similarity index 100% rename from 3.1.3/apiref/mpi4py-module.html rename to mpi4py/3.1.3/apiref/mpi4py-module.html diff --git a/3.1.3/apiref/mpi4py-pysrc.html b/mpi4py/3.1.3/apiref/mpi4py-pysrc.html similarity index 100% rename from 3.1.3/apiref/mpi4py-pysrc.html rename to mpi4py/3.1.3/apiref/mpi4py-pysrc.html diff --git a/3.1.3/apiref/mpi4py.MPI-module.html b/mpi4py/3.1.3/apiref/mpi4py.MPI-module.html similarity index 100% rename from 3.1.3/apiref/mpi4py.MPI-module.html rename to mpi4py/3.1.3/apiref/mpi4py.MPI-module.html diff --git a/3.1.3/apiref/mpi4py.MPI.Cartcomm-class.html b/mpi4py/3.1.3/apiref/mpi4py.MPI.Cartcomm-class.html similarity index 100% rename from 3.1.3/apiref/mpi4py.MPI.Cartcomm-class.html rename to mpi4py/3.1.3/apiref/mpi4py.MPI.Cartcomm-class.html diff --git a/3.1.3/apiref/mpi4py.MPI.Comm-class.html b/mpi4py/3.1.3/apiref/mpi4py.MPI.Comm-class.html similarity index 100% rename from 3.1.3/apiref/mpi4py.MPI.Comm-class.html rename to mpi4py/3.1.3/apiref/mpi4py.MPI.Comm-class.html diff --git a/3.1.3/apiref/mpi4py.MPI.Datatype-class.html b/mpi4py/3.1.3/apiref/mpi4py.MPI.Datatype-class.html similarity index 100% rename from 3.1.3/apiref/mpi4py.MPI.Datatype-class.html rename to mpi4py/3.1.3/apiref/mpi4py.MPI.Datatype-class.html diff --git a/3.1.3/apiref/mpi4py.MPI.Distgraphcomm-class.html b/mpi4py/3.1.3/apiref/mpi4py.MPI.Distgraphcomm-class.html similarity index 100% rename from 3.1.3/apiref/mpi4py.MPI.Distgraphcomm-class.html rename to mpi4py/3.1.3/apiref/mpi4py.MPI.Distgraphcomm-class.html diff --git a/3.1.3/apiref/mpi4py.MPI.Errhandler-class.html b/mpi4py/3.1.3/apiref/mpi4py.MPI.Errhandler-class.html similarity index 100% rename from 3.1.3/apiref/mpi4py.MPI.Errhandler-class.html rename to mpi4py/3.1.3/apiref/mpi4py.MPI.Errhandler-class.html diff --git a/3.1.3/apiref/mpi4py.MPI.Exception-class.html b/mpi4py/3.1.3/apiref/mpi4py.MPI.Exception-class.html similarity index 100% rename from 3.1.3/apiref/mpi4py.MPI.Exception-class.html rename to mpi4py/3.1.3/apiref/mpi4py.MPI.Exception-class.html diff --git a/3.1.3/apiref/mpi4py.MPI.File-class.html b/mpi4py/3.1.3/apiref/mpi4py.MPI.File-class.html similarity index 100% rename from 3.1.3/apiref/mpi4py.MPI.File-class.html rename to mpi4py/3.1.3/apiref/mpi4py.MPI.File-class.html diff --git a/3.1.3/apiref/mpi4py.MPI.Graphcomm-class.html b/mpi4py/3.1.3/apiref/mpi4py.MPI.Graphcomm-class.html similarity index 100% rename from 3.1.3/apiref/mpi4py.MPI.Graphcomm-class.html rename to mpi4py/3.1.3/apiref/mpi4py.MPI.Graphcomm-class.html diff --git a/3.1.3/apiref/mpi4py.MPI.Grequest-class.html b/mpi4py/3.1.3/apiref/mpi4py.MPI.Grequest-class.html similarity index 100% rename from 3.1.3/apiref/mpi4py.MPI.Grequest-class.html rename to mpi4py/3.1.3/apiref/mpi4py.MPI.Grequest-class.html diff --git a/3.1.3/apiref/mpi4py.MPI.Group-class.html b/mpi4py/3.1.3/apiref/mpi4py.MPI.Group-class.html similarity index 100% rename from 3.1.3/apiref/mpi4py.MPI.Group-class.html rename to mpi4py/3.1.3/apiref/mpi4py.MPI.Group-class.html diff --git a/3.1.3/apiref/mpi4py.MPI.Info-class.html b/mpi4py/3.1.3/apiref/mpi4py.MPI.Info-class.html similarity index 100% rename from 3.1.3/apiref/mpi4py.MPI.Info-class.html rename to mpi4py/3.1.3/apiref/mpi4py.MPI.Info-class.html diff --git a/3.1.3/apiref/mpi4py.MPI.Intercomm-class.html b/mpi4py/3.1.3/apiref/mpi4py.MPI.Intercomm-class.html similarity index 100% rename from 3.1.3/apiref/mpi4py.MPI.Intercomm-class.html rename to mpi4py/3.1.3/apiref/mpi4py.MPI.Intercomm-class.html diff --git a/3.1.3/apiref/mpi4py.MPI.Intracomm-class.html b/mpi4py/3.1.3/apiref/mpi4py.MPI.Intracomm-class.html similarity index 100% rename from 3.1.3/apiref/mpi4py.MPI.Intracomm-class.html rename to mpi4py/3.1.3/apiref/mpi4py.MPI.Intracomm-class.html diff --git a/3.1.3/apiref/mpi4py.MPI.Message-class.html b/mpi4py/3.1.3/apiref/mpi4py.MPI.Message-class.html similarity index 100% rename from 3.1.3/apiref/mpi4py.MPI.Message-class.html rename to mpi4py/3.1.3/apiref/mpi4py.MPI.Message-class.html diff --git a/3.1.3/apiref/mpi4py.MPI.Op-class.html b/mpi4py/3.1.3/apiref/mpi4py.MPI.Op-class.html similarity index 100% rename from 3.1.3/apiref/mpi4py.MPI.Op-class.html rename to mpi4py/3.1.3/apiref/mpi4py.MPI.Op-class.html diff --git a/3.1.3/apiref/mpi4py.MPI.Pickle-class.html b/mpi4py/3.1.3/apiref/mpi4py.MPI.Pickle-class.html similarity index 100% rename from 3.1.3/apiref/mpi4py.MPI.Pickle-class.html rename to mpi4py/3.1.3/apiref/mpi4py.MPI.Pickle-class.html diff --git a/3.1.3/apiref/mpi4py.MPI.Prequest-class.html b/mpi4py/3.1.3/apiref/mpi4py.MPI.Prequest-class.html similarity index 100% rename from 3.1.3/apiref/mpi4py.MPI.Prequest-class.html rename to mpi4py/3.1.3/apiref/mpi4py.MPI.Prequest-class.html diff --git a/3.1.3/apiref/mpi4py.MPI.Request-class.html b/mpi4py/3.1.3/apiref/mpi4py.MPI.Request-class.html similarity index 100% rename from 3.1.3/apiref/mpi4py.MPI.Request-class.html rename to mpi4py/3.1.3/apiref/mpi4py.MPI.Request-class.html diff --git a/3.1.3/apiref/mpi4py.MPI.Status-class.html b/mpi4py/3.1.3/apiref/mpi4py.MPI.Status-class.html similarity index 100% rename from 3.1.3/apiref/mpi4py.MPI.Status-class.html rename to mpi4py/3.1.3/apiref/mpi4py.MPI.Status-class.html diff --git a/3.1.3/apiref/mpi4py.MPI.Topocomm-class.html b/mpi4py/3.1.3/apiref/mpi4py.MPI.Topocomm-class.html similarity index 100% rename from 3.1.3/apiref/mpi4py.MPI.Topocomm-class.html rename to mpi4py/3.1.3/apiref/mpi4py.MPI.Topocomm-class.html diff --git a/3.1.3/apiref/mpi4py.MPI.Win-class.html b/mpi4py/3.1.3/apiref/mpi4py.MPI.Win-class.html similarity index 100% rename from 3.1.3/apiref/mpi4py.MPI.Win-class.html rename to mpi4py/3.1.3/apiref/mpi4py.MPI.Win-class.html diff --git a/3.1.3/apiref/mpi4py.MPI.memory-class.html b/mpi4py/3.1.3/apiref/mpi4py.MPI.memory-class.html similarity index 100% rename from 3.1.3/apiref/mpi4py.MPI.memory-class.html rename to mpi4py/3.1.3/apiref/mpi4py.MPI.memory-class.html diff --git a/3.1.3/apiref/mpi4py.Rc-class.html b/mpi4py/3.1.3/apiref/mpi4py.Rc-class.html similarity index 100% rename from 3.1.3/apiref/mpi4py.Rc-class.html rename to mpi4py/3.1.3/apiref/mpi4py.Rc-class.html diff --git a/3.1.3/apiref/redirect.html b/mpi4py/3.1.3/apiref/redirect.html similarity index 100% rename from 3.1.3/apiref/redirect.html rename to mpi4py/3.1.3/apiref/redirect.html diff --git a/3.1.3/apiref/toc-everything.html b/mpi4py/3.1.3/apiref/toc-everything.html similarity index 100% rename from 3.1.3/apiref/toc-everything.html rename to mpi4py/3.1.3/apiref/toc-everything.html diff --git a/3.1.3/apiref/toc-mpi4py-module.html b/mpi4py/3.1.3/apiref/toc-mpi4py-module.html similarity index 100% rename from 3.1.3/apiref/toc-mpi4py-module.html rename to mpi4py/3.1.3/apiref/toc-mpi4py-module.html diff --git a/3.1.3/apiref/toc-mpi4py.MPI-module.html b/mpi4py/3.1.3/apiref/toc-mpi4py.MPI-module.html similarity index 100% rename from 3.1.3/apiref/toc-mpi4py.MPI-module.html rename to mpi4py/3.1.3/apiref/toc-mpi4py.MPI-module.html diff --git a/3.1.3/apiref/toc.html b/mpi4py/3.1.3/apiref/toc.html similarity index 100% rename from 3.1.3/apiref/toc.html rename to mpi4py/3.1.3/apiref/toc.html diff --git a/3.1.3/index.html b/mpi4py/3.1.3/index.html similarity index 100% rename from 3.1.3/index.html rename to mpi4py/3.1.3/index.html diff --git a/3.1.3/index.rst b/mpi4py/3.1.3/index.rst similarity index 100% rename from 3.1.3/index.rst rename to mpi4py/3.1.3/index.rst diff --git a/3.1.3/mpi4py.1 b/mpi4py/3.1.3/mpi4py.1 similarity index 100% rename from 3.1.3/mpi4py.1 rename to mpi4py/3.1.3/mpi4py.1 diff --git a/3.1.3/mpi4py.bib b/mpi4py/3.1.3/mpi4py.bib similarity index 100% rename from 3.1.3/mpi4py.bib rename to mpi4py/3.1.3/mpi4py.bib diff --git a/3.1.3/mpi4py.info b/mpi4py/3.1.3/mpi4py.info similarity index 100% rename from 3.1.3/mpi4py.info rename to mpi4py/3.1.3/mpi4py.info diff --git a/3.1.3/mpi4py.pdf b/mpi4py/3.1.3/mpi4py.pdf similarity index 100% rename from 3.1.3/mpi4py.pdf rename to mpi4py/3.1.3/mpi4py.pdf diff --git a/3.1.3/source/usrman/.gitignore b/mpi4py/3.1.3/source/usrman/.gitignore similarity index 100% rename from 3.1.3/source/usrman/.gitignore rename to mpi4py/3.1.3/source/usrman/.gitignore diff --git a/3.1.3/source/usrman/Makefile b/mpi4py/3.1.3/source/usrman/Makefile similarity index 100% rename from 3.1.3/source/usrman/Makefile rename to mpi4py/3.1.3/source/usrman/Makefile diff --git a/3.1.3/source/usrman/_static/css/custom.css b/mpi4py/3.1.3/source/usrman/_static/css/custom.css similarity index 100% rename from 3.1.3/source/usrman/_static/css/custom.css rename to mpi4py/3.1.3/source/usrman/_static/css/custom.css diff --git a/3.1.3/source/usrman/_templates/autosummary/class.rst b/mpi4py/3.1.3/source/usrman/_templates/autosummary/class.rst similarity index 100% rename from 3.1.3/source/usrman/_templates/autosummary/class.rst rename to mpi4py/3.1.3/source/usrman/_templates/autosummary/class.rst diff --git a/3.1.3/source/usrman/_templates/autosummary/module.rst b/mpi4py/3.1.3/source/usrman/_templates/autosummary/module.rst similarity index 100% rename from 3.1.3/source/usrman/_templates/autosummary/module.rst rename to mpi4py/3.1.3/source/usrman/_templates/autosummary/module.rst diff --git a/3.1.3/source/usrman/_templates/layout.html b/mpi4py/3.1.3/source/usrman/_templates/layout.html similarity index 100% rename from 3.1.3/source/usrman/_templates/layout.html rename to mpi4py/3.1.3/source/usrman/_templates/layout.html diff --git a/3.1.3/source/usrman/apidoc.py b/mpi4py/3.1.3/source/usrman/apidoc.py similarity index 100% rename from 3.1.3/source/usrman/apidoc.py rename to mpi4py/3.1.3/source/usrman/apidoc.py diff --git a/3.1.3/source/usrman/appendix.rst b/mpi4py/3.1.3/source/usrman/appendix.rst similarity index 100% rename from 3.1.3/source/usrman/appendix.rst rename to mpi4py/3.1.3/source/usrman/appendix.rst diff --git a/3.1.3/source/usrman/citing.rst b/mpi4py/3.1.3/source/usrman/citing.rst similarity index 100% rename from 3.1.3/source/usrman/citing.rst rename to mpi4py/3.1.3/source/usrman/citing.rst diff --git a/3.1.3/source/usrman/conf.py b/mpi4py/3.1.3/source/usrman/conf.py similarity index 100% rename from 3.1.3/source/usrman/conf.py rename to mpi4py/3.1.3/source/usrman/conf.py diff --git a/3.1.3/source/usrman/index.rst b/mpi4py/3.1.3/source/usrman/index.rst similarity index 100% rename from 3.1.3/source/usrman/index.rst rename to mpi4py/3.1.3/source/usrman/index.rst diff --git a/3.1.3/source/usrman/install.rst b/mpi4py/3.1.3/source/usrman/install.rst similarity index 100% rename from 3.1.3/source/usrman/install.rst rename to mpi4py/3.1.3/source/usrman/install.rst diff --git a/3.1.3/source/usrman/intro.rst b/mpi4py/3.1.3/source/usrman/intro.rst similarity index 100% rename from 3.1.3/source/usrman/intro.rst rename to mpi4py/3.1.3/source/usrman/intro.rst diff --git a/3.1.3/source/usrman/make.bat b/mpi4py/3.1.3/source/usrman/make.bat similarity index 100% rename from 3.1.3/source/usrman/make.bat rename to mpi4py/3.1.3/source/usrman/make.bat diff --git a/3.1.3/source/usrman/mpi4py.MPI.rst b/mpi4py/3.1.3/source/usrman/mpi4py.MPI.rst similarity index 100% rename from 3.1.3/source/usrman/mpi4py.MPI.rst rename to mpi4py/3.1.3/source/usrman/mpi4py.MPI.rst diff --git a/3.1.3/source/usrman/mpi4py.futures.rst b/mpi4py/3.1.3/source/usrman/mpi4py.futures.rst similarity index 100% rename from 3.1.3/source/usrman/mpi4py.futures.rst rename to mpi4py/3.1.3/source/usrman/mpi4py.futures.rst diff --git a/3.1.3/source/usrman/mpi4py.rst b/mpi4py/3.1.3/source/usrman/mpi4py.rst similarity index 100% rename from 3.1.3/source/usrman/mpi4py.rst rename to mpi4py/3.1.3/source/usrman/mpi4py.rst diff --git a/3.1.3/source/usrman/mpi4py.run.rst b/mpi4py/3.1.3/source/usrman/mpi4py.run.rst similarity index 100% rename from 3.1.3/source/usrman/mpi4py.run.rst rename to mpi4py/3.1.3/source/usrman/mpi4py.run.rst diff --git a/3.1.3/source/usrman/mpi4py.util.dtlib.rst b/mpi4py/3.1.3/source/usrman/mpi4py.util.dtlib.rst similarity index 100% rename from 3.1.3/source/usrman/mpi4py.util.dtlib.rst rename to mpi4py/3.1.3/source/usrman/mpi4py.util.dtlib.rst diff --git a/3.1.3/source/usrman/mpi4py.util.pkl5.rst b/mpi4py/3.1.3/source/usrman/mpi4py.util.pkl5.rst similarity index 100% rename from 3.1.3/source/usrman/mpi4py.util.pkl5.rst rename to mpi4py/3.1.3/source/usrman/mpi4py.util.pkl5.rst diff --git a/3.1.3/source/usrman/mpi4py.util.rst b/mpi4py/3.1.3/source/usrman/mpi4py.util.rst similarity index 100% rename from 3.1.3/source/usrman/mpi4py.util.rst rename to mpi4py/3.1.3/source/usrman/mpi4py.util.rst diff --git a/3.1.3/source/usrman/overview.rst b/mpi4py/3.1.3/source/usrman/overview.rst similarity index 100% rename from 3.1.3/source/usrman/overview.rst rename to mpi4py/3.1.3/source/usrman/overview.rst diff --git a/3.1.3/source/usrman/reference.rst b/mpi4py/3.1.3/source/usrman/reference.rst similarity index 100% rename from 3.1.3/source/usrman/reference.rst rename to mpi4py/3.1.3/source/usrman/reference.rst diff --git a/3.1.3/source/usrman/tutorial.rst b/mpi4py/3.1.3/source/usrman/tutorial.rst similarity index 100% rename from 3.1.3/source/usrman/tutorial.rst rename to mpi4py/3.1.3/source/usrman/tutorial.rst diff --git a/3.1.3/usrman/_static/basic.css b/mpi4py/3.1.3/usrman/_static/basic.css similarity index 100% rename from 3.1.3/usrman/_static/basic.css rename to mpi4py/3.1.3/usrman/_static/basic.css diff --git a/3.1.3/usrman/_static/classic.css b/mpi4py/3.1.3/usrman/_static/classic.css similarity index 100% rename from 3.1.3/usrman/_static/classic.css rename to mpi4py/3.1.3/usrman/_static/classic.css diff --git a/3.1.3/usrman/_static/css/custom.css b/mpi4py/3.1.3/usrman/_static/css/custom.css similarity index 100% rename from 3.1.3/usrman/_static/css/custom.css rename to mpi4py/3.1.3/usrman/_static/css/custom.css diff --git a/3.1.3/usrman/_static/default.css b/mpi4py/3.1.3/usrman/_static/default.css similarity index 100% rename from 3.1.3/usrman/_static/default.css rename to mpi4py/3.1.3/usrman/_static/default.css diff --git a/3.1.3/usrman/_static/doctools.js b/mpi4py/3.1.3/usrman/_static/doctools.js similarity index 100% rename from 3.1.3/usrman/_static/doctools.js rename to mpi4py/3.1.3/usrman/_static/doctools.js diff --git a/3.1.3/usrman/_static/documentation_options.js b/mpi4py/3.1.3/usrman/_static/documentation_options.js similarity index 100% rename from 3.1.3/usrman/_static/documentation_options.js rename to mpi4py/3.1.3/usrman/_static/documentation_options.js diff --git a/3.1.3/usrman/_static/file.png b/mpi4py/3.1.3/usrman/_static/file.png similarity index 100% rename from 3.1.3/usrman/_static/file.png rename to mpi4py/3.1.3/usrman/_static/file.png diff --git a/3.1.3/usrman/_static/jquery-3.5.1.js b/mpi4py/3.1.3/usrman/_static/jquery-3.5.1.js similarity index 100% rename from 3.1.3/usrman/_static/jquery-3.5.1.js rename to mpi4py/3.1.3/usrman/_static/jquery-3.5.1.js diff --git a/3.1.3/usrman/_static/jquery.js b/mpi4py/3.1.3/usrman/_static/jquery.js similarity index 100% rename from 3.1.3/usrman/_static/jquery.js rename to mpi4py/3.1.3/usrman/_static/jquery.js diff --git a/3.1.3/usrman/_static/language_data.js b/mpi4py/3.1.3/usrman/_static/language_data.js similarity index 100% rename from 3.1.3/usrman/_static/language_data.js rename to mpi4py/3.1.3/usrman/_static/language_data.js diff --git a/3.1.3/usrman/_static/minus.png b/mpi4py/3.1.3/usrman/_static/minus.png similarity index 100% rename from 3.1.3/usrman/_static/minus.png rename to mpi4py/3.1.3/usrman/_static/minus.png diff --git a/3.1.3/usrman/_static/plus.png b/mpi4py/3.1.3/usrman/_static/plus.png similarity index 100% rename from 3.1.3/usrman/_static/plus.png rename to mpi4py/3.1.3/usrman/_static/plus.png diff --git a/3.1.3/usrman/_static/pygments.css b/mpi4py/3.1.3/usrman/_static/pygments.css similarity index 100% rename from 3.1.3/usrman/_static/pygments.css rename to mpi4py/3.1.3/usrman/_static/pygments.css diff --git a/3.1.3/usrman/_static/searchtools.js b/mpi4py/3.1.3/usrman/_static/searchtools.js similarity index 100% rename from 3.1.3/usrman/_static/searchtools.js rename to mpi4py/3.1.3/usrman/_static/searchtools.js diff --git a/3.1.3/usrman/_static/sidebar.js b/mpi4py/3.1.3/usrman/_static/sidebar.js similarity index 100% rename from 3.1.3/usrman/_static/sidebar.js rename to mpi4py/3.1.3/usrman/_static/sidebar.js diff --git a/3.1.3/usrman/_static/underscore-1.13.1.js b/mpi4py/3.1.3/usrman/_static/underscore-1.13.1.js similarity index 100% rename from 3.1.3/usrman/_static/underscore-1.13.1.js rename to mpi4py/3.1.3/usrman/_static/underscore-1.13.1.js diff --git a/3.1.3/usrman/_static/underscore.js b/mpi4py/3.1.3/usrman/_static/underscore.js similarity index 100% rename from 3.1.3/usrman/_static/underscore.js rename to mpi4py/3.1.3/usrman/_static/underscore.js diff --git a/3.1.3/usrman/appendix.html b/mpi4py/3.1.3/usrman/appendix.html similarity index 100% rename from 3.1.3/usrman/appendix.html rename to mpi4py/3.1.3/usrman/appendix.html diff --git a/3.1.3/usrman/citing.html b/mpi4py/3.1.3/usrman/citing.html similarity index 100% rename from 3.1.3/usrman/citing.html rename to mpi4py/3.1.3/usrman/citing.html diff --git a/3.1.3/usrman/genindex.html b/mpi4py/3.1.3/usrman/genindex.html similarity index 100% rename from 3.1.3/usrman/genindex.html rename to mpi4py/3.1.3/usrman/genindex.html diff --git a/3.1.3/usrman/index.html b/mpi4py/3.1.3/usrman/index.html similarity index 100% rename from 3.1.3/usrman/index.html rename to mpi4py/3.1.3/usrman/index.html diff --git a/3.1.3/usrman/install.html b/mpi4py/3.1.3/usrman/install.html similarity index 100% rename from 3.1.3/usrman/install.html rename to mpi4py/3.1.3/usrman/install.html diff --git a/3.1.3/usrman/intro.html b/mpi4py/3.1.3/usrman/intro.html similarity index 100% rename from 3.1.3/usrman/intro.html rename to mpi4py/3.1.3/usrman/intro.html diff --git a/3.1.3/usrman/mpi4py.MPI.html b/mpi4py/3.1.3/usrman/mpi4py.MPI.html similarity index 100% rename from 3.1.3/usrman/mpi4py.MPI.html rename to mpi4py/3.1.3/usrman/mpi4py.MPI.html diff --git a/3.1.3/usrman/mpi4py.futures.html b/mpi4py/3.1.3/usrman/mpi4py.futures.html similarity index 100% rename from 3.1.3/usrman/mpi4py.futures.html rename to mpi4py/3.1.3/usrman/mpi4py.futures.html diff --git a/3.1.3/usrman/mpi4py.html b/mpi4py/3.1.3/usrman/mpi4py.html similarity index 100% rename from 3.1.3/usrman/mpi4py.html rename to mpi4py/3.1.3/usrman/mpi4py.html diff --git a/3.1.3/usrman/mpi4py.run.html b/mpi4py/3.1.3/usrman/mpi4py.run.html similarity index 100% rename from 3.1.3/usrman/mpi4py.run.html rename to mpi4py/3.1.3/usrman/mpi4py.run.html diff --git a/3.1.3/usrman/mpi4py.util.dtlib.html b/mpi4py/3.1.3/usrman/mpi4py.util.dtlib.html similarity index 100% rename from 3.1.3/usrman/mpi4py.util.dtlib.html rename to mpi4py/3.1.3/usrman/mpi4py.util.dtlib.html diff --git a/3.1.3/usrman/mpi4py.util.html b/mpi4py/3.1.3/usrman/mpi4py.util.html similarity index 100% rename from 3.1.3/usrman/mpi4py.util.html rename to mpi4py/3.1.3/usrman/mpi4py.util.html diff --git a/3.1.3/usrman/mpi4py.util.pkl5.html b/mpi4py/3.1.3/usrman/mpi4py.util.pkl5.html similarity index 100% rename from 3.1.3/usrman/mpi4py.util.pkl5.html rename to mpi4py/3.1.3/usrman/mpi4py.util.pkl5.html diff --git a/3.1.3/usrman/objects.inv b/mpi4py/3.1.3/usrman/objects.inv similarity index 100% rename from 3.1.3/usrman/objects.inv rename to mpi4py/3.1.3/usrman/objects.inv diff --git a/3.1.3/usrman/overview.html b/mpi4py/3.1.3/usrman/overview.html similarity index 100% rename from 3.1.3/usrman/overview.html rename to mpi4py/3.1.3/usrman/overview.html diff --git a/3.1.3/usrman/py-modindex.html b/mpi4py/3.1.3/usrman/py-modindex.html similarity index 100% rename from 3.1.3/usrman/py-modindex.html rename to mpi4py/3.1.3/usrman/py-modindex.html diff --git a/3.1.3/usrman/reference.html b/mpi4py/3.1.3/usrman/reference.html similarity index 100% rename from 3.1.3/usrman/reference.html rename to mpi4py/3.1.3/usrman/reference.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.AINT.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.AINT.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.AINT.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.AINT.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.ANY_SOURCE.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ANY_SOURCE.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.ANY_SOURCE.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ANY_SOURCE.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.ANY_TAG.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ANY_TAG.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.ANY_TAG.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ANY_TAG.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.APPNUM.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.APPNUM.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.APPNUM.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.APPNUM.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.Add_error_class.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Add_error_class.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.Add_error_class.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Add_error_class.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.Add_error_code.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Add_error_code.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.Add_error_code.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Add_error_code.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.Add_error_string.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Add_error_string.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.Add_error_string.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Add_error_string.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.Aint_add.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Aint_add.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.Aint_add.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Aint_add.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.Aint_diff.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Aint_diff.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.Aint_diff.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Aint_diff.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.Alloc_mem.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Alloc_mem.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.Alloc_mem.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Alloc_mem.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.Attach_buffer.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Attach_buffer.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.Attach_buffer.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Attach_buffer.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.BAND.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.BAND.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.BAND.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.BAND.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.BOOL.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.BOOL.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.BOOL.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.BOOL.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.BOR.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.BOR.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.BOR.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.BOR.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.BOTTOM.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.BOTTOM.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.BOTTOM.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.BOTTOM.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.BSEND_OVERHEAD.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.BSEND_OVERHEAD.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.BSEND_OVERHEAD.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.BSEND_OVERHEAD.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.BXOR.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.BXOR.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.BXOR.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.BXOR.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.BYTE.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.BYTE.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.BYTE.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.BYTE.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.CART.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.CART.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.CART.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.CART.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.CHAR.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.CHAR.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.CHAR.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.CHAR.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.CHARACTER.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.CHARACTER.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.CHARACTER.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.CHARACTER.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.COMBINER_CONTIGUOUS.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.COMBINER_CONTIGUOUS.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.COMBINER_CONTIGUOUS.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.COMBINER_CONTIGUOUS.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.COMBINER_DARRAY.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.COMBINER_DARRAY.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.COMBINER_DARRAY.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.COMBINER_DARRAY.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.COMBINER_DUP.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.COMBINER_DUP.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.COMBINER_DUP.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.COMBINER_DUP.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.COMBINER_F90_COMPLEX.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.COMBINER_F90_COMPLEX.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.COMBINER_F90_COMPLEX.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.COMBINER_F90_COMPLEX.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.COMBINER_F90_INTEGER.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.COMBINER_F90_INTEGER.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.COMBINER_F90_INTEGER.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.COMBINER_F90_INTEGER.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.COMBINER_F90_REAL.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.COMBINER_F90_REAL.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.COMBINER_F90_REAL.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.COMBINER_F90_REAL.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.COMBINER_HINDEXED.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.COMBINER_HINDEXED.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.COMBINER_HINDEXED.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.COMBINER_HINDEXED.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.COMBINER_HINDEXED_BLOCK.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.COMBINER_HINDEXED_BLOCK.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.COMBINER_HINDEXED_BLOCK.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.COMBINER_HINDEXED_BLOCK.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.COMBINER_HVECTOR.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.COMBINER_HVECTOR.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.COMBINER_HVECTOR.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.COMBINER_HVECTOR.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.COMBINER_INDEXED.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.COMBINER_INDEXED.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.COMBINER_INDEXED.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.COMBINER_INDEXED.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.COMBINER_INDEXED_BLOCK.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.COMBINER_INDEXED_BLOCK.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.COMBINER_INDEXED_BLOCK.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.COMBINER_INDEXED_BLOCK.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.COMBINER_NAMED.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.COMBINER_NAMED.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.COMBINER_NAMED.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.COMBINER_NAMED.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.COMBINER_RESIZED.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.COMBINER_RESIZED.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.COMBINER_RESIZED.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.COMBINER_RESIZED.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.COMBINER_STRUCT.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.COMBINER_STRUCT.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.COMBINER_STRUCT.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.COMBINER_STRUCT.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.COMBINER_SUBARRAY.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.COMBINER_SUBARRAY.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.COMBINER_SUBARRAY.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.COMBINER_SUBARRAY.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.COMBINER_VECTOR.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.COMBINER_VECTOR.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.COMBINER_VECTOR.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.COMBINER_VECTOR.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.COMM_NULL.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.COMM_NULL.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.COMM_NULL.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.COMM_NULL.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.COMM_SELF.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.COMM_SELF.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.COMM_SELF.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.COMM_SELF.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.COMM_TYPE_SHARED.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.COMM_TYPE_SHARED.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.COMM_TYPE_SHARED.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.COMM_TYPE_SHARED.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.COMM_WORLD.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.COMM_WORLD.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.COMM_WORLD.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.COMM_WORLD.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.COMPLEX.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.COMPLEX.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.COMPLEX.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.COMPLEX.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.COMPLEX16.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.COMPLEX16.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.COMPLEX16.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.COMPLEX16.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.COMPLEX32.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.COMPLEX32.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.COMPLEX32.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.COMPLEX32.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.COMPLEX4.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.COMPLEX4.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.COMPLEX4.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.COMPLEX4.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.COMPLEX8.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.COMPLEX8.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.COMPLEX8.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.COMPLEX8.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.CONGRUENT.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.CONGRUENT.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.CONGRUENT.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.CONGRUENT.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.COUNT.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.COUNT.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.COUNT.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.COUNT.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.CXX_BOOL.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.CXX_BOOL.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.CXX_BOOL.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.CXX_BOOL.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.CXX_DOUBLE_COMPLEX.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.CXX_DOUBLE_COMPLEX.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.CXX_DOUBLE_COMPLEX.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.CXX_DOUBLE_COMPLEX.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.CXX_FLOAT_COMPLEX.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.CXX_FLOAT_COMPLEX.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.CXX_FLOAT_COMPLEX.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.CXX_FLOAT_COMPLEX.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.CXX_LONG_DOUBLE_COMPLEX.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.CXX_LONG_DOUBLE_COMPLEX.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.CXX_LONG_DOUBLE_COMPLEX.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.CXX_LONG_DOUBLE_COMPLEX.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.C_BOOL.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.C_BOOL.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.C_BOOL.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.C_BOOL.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.C_COMPLEX.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.C_COMPLEX.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.C_COMPLEX.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.C_COMPLEX.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.C_DOUBLE_COMPLEX.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.C_DOUBLE_COMPLEX.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.C_DOUBLE_COMPLEX.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.C_DOUBLE_COMPLEX.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.C_FLOAT_COMPLEX.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.C_FLOAT_COMPLEX.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.C_FLOAT_COMPLEX.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.C_FLOAT_COMPLEX.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.C_LONG_DOUBLE_COMPLEX.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.C_LONG_DOUBLE_COMPLEX.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.C_LONG_DOUBLE_COMPLEX.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.C_LONG_DOUBLE_COMPLEX.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.Cartcomm.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Cartcomm.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.Cartcomm.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Cartcomm.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.Close_port.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Close_port.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.Close_port.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Close_port.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.Comm.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Comm.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.Comm.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Comm.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.Compute_dims.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Compute_dims.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.Compute_dims.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Compute_dims.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.DATATYPE_NULL.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.DATATYPE_NULL.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.DATATYPE_NULL.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.DATATYPE_NULL.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.DISPLACEMENT_CURRENT.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.DISPLACEMENT_CURRENT.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.DISPLACEMENT_CURRENT.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.DISPLACEMENT_CURRENT.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.DISP_CUR.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.DISP_CUR.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.DISP_CUR.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.DISP_CUR.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.DISTRIBUTE_BLOCK.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.DISTRIBUTE_BLOCK.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.DISTRIBUTE_BLOCK.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.DISTRIBUTE_BLOCK.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.DISTRIBUTE_CYCLIC.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.DISTRIBUTE_CYCLIC.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.DISTRIBUTE_CYCLIC.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.DISTRIBUTE_CYCLIC.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.DISTRIBUTE_DFLT_DARG.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.DISTRIBUTE_DFLT_DARG.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.DISTRIBUTE_DFLT_DARG.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.DISTRIBUTE_DFLT_DARG.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.DISTRIBUTE_NONE.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.DISTRIBUTE_NONE.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.DISTRIBUTE_NONE.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.DISTRIBUTE_NONE.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.DIST_GRAPH.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.DIST_GRAPH.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.DIST_GRAPH.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.DIST_GRAPH.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.DOUBLE.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.DOUBLE.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.DOUBLE.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.DOUBLE.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.DOUBLE_COMPLEX.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.DOUBLE_COMPLEX.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.DOUBLE_COMPLEX.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.DOUBLE_COMPLEX.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.DOUBLE_INT.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.DOUBLE_INT.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.DOUBLE_INT.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.DOUBLE_INT.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.DOUBLE_PRECISION.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.DOUBLE_PRECISION.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.DOUBLE_PRECISION.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.DOUBLE_PRECISION.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.Datatype.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Datatype.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.Datatype.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Datatype.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.Detach_buffer.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Detach_buffer.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.Detach_buffer.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Detach_buffer.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.Distgraphcomm.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Distgraphcomm.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.Distgraphcomm.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Distgraphcomm.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.ERRHANDLER_NULL.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERRHANDLER_NULL.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.ERRHANDLER_NULL.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERRHANDLER_NULL.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.ERRORS_ARE_FATAL.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERRORS_ARE_FATAL.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.ERRORS_ARE_FATAL.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERRORS_ARE_FATAL.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.ERRORS_RETURN.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERRORS_RETURN.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.ERRORS_RETURN.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERRORS_RETURN.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.ERR_ACCESS.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_ACCESS.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.ERR_ACCESS.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_ACCESS.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.ERR_AMODE.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_AMODE.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.ERR_AMODE.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_AMODE.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.ERR_ARG.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_ARG.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.ERR_ARG.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_ARG.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.ERR_ASSERT.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_ASSERT.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.ERR_ASSERT.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_ASSERT.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.ERR_BAD_FILE.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_BAD_FILE.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.ERR_BAD_FILE.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_BAD_FILE.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.ERR_BASE.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_BASE.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.ERR_BASE.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_BASE.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.ERR_BUFFER.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_BUFFER.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.ERR_BUFFER.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_BUFFER.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.ERR_COMM.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_COMM.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.ERR_COMM.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_COMM.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.ERR_CONVERSION.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_CONVERSION.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.ERR_CONVERSION.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_CONVERSION.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.ERR_COUNT.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_COUNT.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.ERR_COUNT.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_COUNT.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.ERR_DIMS.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_DIMS.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.ERR_DIMS.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_DIMS.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.ERR_DISP.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_DISP.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.ERR_DISP.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_DISP.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.ERR_DUP_DATAREP.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_DUP_DATAREP.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.ERR_DUP_DATAREP.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_DUP_DATAREP.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.ERR_FILE.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_FILE.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.ERR_FILE.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_FILE.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.ERR_FILE_EXISTS.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_FILE_EXISTS.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.ERR_FILE_EXISTS.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_FILE_EXISTS.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.ERR_FILE_IN_USE.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_FILE_IN_USE.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.ERR_FILE_IN_USE.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_FILE_IN_USE.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.ERR_GROUP.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_GROUP.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.ERR_GROUP.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_GROUP.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.ERR_INFO.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_INFO.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.ERR_INFO.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_INFO.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.ERR_INFO_KEY.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_INFO_KEY.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.ERR_INFO_KEY.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_INFO_KEY.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.ERR_INFO_NOKEY.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_INFO_NOKEY.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.ERR_INFO_NOKEY.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_INFO_NOKEY.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.ERR_INFO_VALUE.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_INFO_VALUE.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.ERR_INFO_VALUE.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_INFO_VALUE.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.ERR_INTERN.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_INTERN.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.ERR_INTERN.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_INTERN.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.ERR_IN_STATUS.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_IN_STATUS.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.ERR_IN_STATUS.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_IN_STATUS.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.ERR_IO.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_IO.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.ERR_IO.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_IO.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.ERR_KEYVAL.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_KEYVAL.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.ERR_KEYVAL.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_KEYVAL.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.ERR_LASTCODE.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_LASTCODE.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.ERR_LASTCODE.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_LASTCODE.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.ERR_LOCKTYPE.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_LOCKTYPE.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.ERR_LOCKTYPE.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_LOCKTYPE.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.ERR_NAME.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_NAME.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.ERR_NAME.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_NAME.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.ERR_NOT_SAME.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_NOT_SAME.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.ERR_NOT_SAME.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_NOT_SAME.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.ERR_NO_MEM.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_NO_MEM.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.ERR_NO_MEM.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_NO_MEM.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.ERR_NO_SPACE.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_NO_SPACE.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.ERR_NO_SPACE.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_NO_SPACE.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.ERR_NO_SUCH_FILE.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_NO_SUCH_FILE.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.ERR_NO_SUCH_FILE.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_NO_SUCH_FILE.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.ERR_OP.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_OP.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.ERR_OP.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_OP.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.ERR_OTHER.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_OTHER.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.ERR_OTHER.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_OTHER.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.ERR_PENDING.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_PENDING.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.ERR_PENDING.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_PENDING.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.ERR_PORT.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_PORT.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.ERR_PORT.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_PORT.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.ERR_QUOTA.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_QUOTA.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.ERR_QUOTA.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_QUOTA.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.ERR_RANK.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_RANK.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.ERR_RANK.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_RANK.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.ERR_READ_ONLY.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_READ_ONLY.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.ERR_READ_ONLY.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_READ_ONLY.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.ERR_REQUEST.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_REQUEST.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.ERR_REQUEST.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_REQUEST.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.ERR_RMA_ATTACH.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_RMA_ATTACH.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.ERR_RMA_ATTACH.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_RMA_ATTACH.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.ERR_RMA_CONFLICT.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_RMA_CONFLICT.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.ERR_RMA_CONFLICT.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_RMA_CONFLICT.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.ERR_RMA_FLAVOR.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_RMA_FLAVOR.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.ERR_RMA_FLAVOR.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_RMA_FLAVOR.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.ERR_RMA_RANGE.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_RMA_RANGE.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.ERR_RMA_RANGE.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_RMA_RANGE.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.ERR_RMA_SHARED.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_RMA_SHARED.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.ERR_RMA_SHARED.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_RMA_SHARED.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.ERR_RMA_SYNC.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_RMA_SYNC.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.ERR_RMA_SYNC.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_RMA_SYNC.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.ERR_ROOT.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_ROOT.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.ERR_ROOT.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_ROOT.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.ERR_SERVICE.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_SERVICE.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.ERR_SERVICE.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_SERVICE.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.ERR_SIZE.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_SIZE.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.ERR_SIZE.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_SIZE.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.ERR_SPAWN.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_SPAWN.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.ERR_SPAWN.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_SPAWN.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.ERR_TAG.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_TAG.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.ERR_TAG.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_TAG.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.ERR_TOPOLOGY.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_TOPOLOGY.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.ERR_TOPOLOGY.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_TOPOLOGY.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.ERR_TRUNCATE.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_TRUNCATE.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.ERR_TRUNCATE.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_TRUNCATE.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.ERR_TYPE.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_TYPE.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.ERR_TYPE.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_TYPE.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.ERR_UNKNOWN.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_UNKNOWN.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.ERR_UNKNOWN.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_UNKNOWN.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.ERR_UNSUPPORTED_DATAREP.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_UNSUPPORTED_DATAREP.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.ERR_UNSUPPORTED_DATAREP.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_UNSUPPORTED_DATAREP.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.ERR_UNSUPPORTED_OPERATION.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_UNSUPPORTED_OPERATION.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.ERR_UNSUPPORTED_OPERATION.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_UNSUPPORTED_OPERATION.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.ERR_WIN.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_WIN.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.ERR_WIN.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ERR_WIN.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.Errhandler.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Errhandler.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.Errhandler.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Errhandler.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.Exception.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Exception.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.Exception.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Exception.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.FILE_NULL.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.FILE_NULL.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.FILE_NULL.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.FILE_NULL.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.FLOAT.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.FLOAT.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.FLOAT.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.FLOAT.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.FLOAT_INT.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.FLOAT_INT.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.FLOAT_INT.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.FLOAT_INT.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.F_BOOL.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.F_BOOL.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.F_BOOL.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.F_BOOL.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.F_COMPLEX.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.F_COMPLEX.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.F_COMPLEX.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.F_COMPLEX.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.F_DOUBLE.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.F_DOUBLE.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.F_DOUBLE.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.F_DOUBLE.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.F_DOUBLE_COMPLEX.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.F_DOUBLE_COMPLEX.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.F_DOUBLE_COMPLEX.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.F_DOUBLE_COMPLEX.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.F_FLOAT.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.F_FLOAT.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.F_FLOAT.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.F_FLOAT.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.F_FLOAT_COMPLEX.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.F_FLOAT_COMPLEX.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.F_FLOAT_COMPLEX.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.F_FLOAT_COMPLEX.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.F_INT.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.F_INT.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.F_INT.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.F_INT.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.File.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.File.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.File.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.File.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.Finalize.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Finalize.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.Finalize.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Finalize.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.Free_mem.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Free_mem.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.Free_mem.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Free_mem.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.GRAPH.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.GRAPH.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.GRAPH.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.GRAPH.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.GROUP_EMPTY.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.GROUP_EMPTY.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.GROUP_EMPTY.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.GROUP_EMPTY.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.GROUP_NULL.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.GROUP_NULL.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.GROUP_NULL.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.GROUP_NULL.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.Get_address.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Get_address.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.Get_address.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Get_address.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.Get_error_class.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Get_error_class.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.Get_error_class.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Get_error_class.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.Get_error_string.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Get_error_string.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.Get_error_string.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Get_error_string.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.Get_library_version.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Get_library_version.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.Get_library_version.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Get_library_version.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.Get_processor_name.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Get_processor_name.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.Get_processor_name.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Get_processor_name.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.Get_version.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Get_version.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.Get_version.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Get_version.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.Graphcomm.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Graphcomm.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.Graphcomm.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Graphcomm.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.Grequest.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Grequest.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.Grequest.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Grequest.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.Group.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Group.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.Group.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Group.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.HOST.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.HOST.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.HOST.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.HOST.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.IDENT.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.IDENT.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.IDENT.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.IDENT.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.INFO_ENV.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.INFO_ENV.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.INFO_ENV.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.INFO_ENV.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.INFO_NULL.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.INFO_NULL.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.INFO_NULL.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.INFO_NULL.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.INT.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.INT.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.INT.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.INT.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.INT16_T.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.INT16_T.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.INT16_T.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.INT16_T.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.INT32_T.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.INT32_T.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.INT32_T.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.INT32_T.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.INT64_T.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.INT64_T.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.INT64_T.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.INT64_T.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.INT8_T.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.INT8_T.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.INT8_T.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.INT8_T.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.INTEGER.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.INTEGER.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.INTEGER.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.INTEGER.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.INTEGER1.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.INTEGER1.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.INTEGER1.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.INTEGER1.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.INTEGER16.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.INTEGER16.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.INTEGER16.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.INTEGER16.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.INTEGER2.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.INTEGER2.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.INTEGER2.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.INTEGER2.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.INTEGER4.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.INTEGER4.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.INTEGER4.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.INTEGER4.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.INTEGER8.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.INTEGER8.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.INTEGER8.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.INTEGER8.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.INT_INT.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.INT_INT.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.INT_INT.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.INT_INT.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.IN_PLACE.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.IN_PLACE.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.IN_PLACE.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.IN_PLACE.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.IO.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.IO.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.IO.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.IO.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.Info.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Info.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.Info.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Info.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.Init.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Init.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.Init.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Init.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.Init_thread.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Init_thread.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.Init_thread.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Init_thread.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.Intercomm.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Intercomm.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.Intercomm.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Intercomm.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.Intracomm.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Intracomm.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.Intracomm.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Intracomm.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.Is_finalized.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Is_finalized.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.Is_finalized.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Is_finalized.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.Is_initialized.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Is_initialized.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.Is_initialized.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Is_initialized.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.Is_thread_main.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Is_thread_main.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.Is_thread_main.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Is_thread_main.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.KEYVAL_INVALID.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.KEYVAL_INVALID.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.KEYVAL_INVALID.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.KEYVAL_INVALID.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.LAND.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.LAND.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.LAND.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.LAND.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.LASTUSEDCODE.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.LASTUSEDCODE.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.LASTUSEDCODE.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.LASTUSEDCODE.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.LB.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.LB.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.LB.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.LB.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.LOCK_EXCLUSIVE.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.LOCK_EXCLUSIVE.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.LOCK_EXCLUSIVE.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.LOCK_EXCLUSIVE.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.LOCK_SHARED.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.LOCK_SHARED.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.LOCK_SHARED.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.LOCK_SHARED.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.LOGICAL.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.LOGICAL.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.LOGICAL.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.LOGICAL.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.LOGICAL1.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.LOGICAL1.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.LOGICAL1.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.LOGICAL1.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.LOGICAL2.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.LOGICAL2.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.LOGICAL2.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.LOGICAL2.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.LOGICAL4.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.LOGICAL4.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.LOGICAL4.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.LOGICAL4.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.LOGICAL8.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.LOGICAL8.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.LOGICAL8.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.LOGICAL8.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.LONG.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.LONG.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.LONG.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.LONG.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.LONG_DOUBLE.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.LONG_DOUBLE.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.LONG_DOUBLE.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.LONG_DOUBLE.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.LONG_DOUBLE_INT.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.LONG_DOUBLE_INT.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.LONG_DOUBLE_INT.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.LONG_DOUBLE_INT.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.LONG_INT.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.LONG_INT.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.LONG_INT.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.LONG_INT.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.LONG_LONG.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.LONG_LONG.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.LONG_LONG.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.LONG_LONG.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.LOR.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.LOR.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.LOR.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.LOR.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.LXOR.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.LXOR.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.LXOR.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.LXOR.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.Lookup_name.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Lookup_name.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.Lookup_name.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Lookup_name.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.MAX.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.MAX.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.MAX.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.MAX.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.MAXLOC.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.MAXLOC.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.MAXLOC.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.MAXLOC.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.MAX_DATAREP_STRING.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.MAX_DATAREP_STRING.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.MAX_DATAREP_STRING.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.MAX_DATAREP_STRING.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.MAX_ERROR_STRING.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.MAX_ERROR_STRING.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.MAX_ERROR_STRING.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.MAX_ERROR_STRING.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.MAX_INFO_KEY.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.MAX_INFO_KEY.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.MAX_INFO_KEY.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.MAX_INFO_KEY.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.MAX_INFO_VAL.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.MAX_INFO_VAL.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.MAX_INFO_VAL.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.MAX_INFO_VAL.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.MAX_LIBRARY_VERSION_STRING.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.MAX_LIBRARY_VERSION_STRING.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.MAX_LIBRARY_VERSION_STRING.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.MAX_LIBRARY_VERSION_STRING.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.MAX_OBJECT_NAME.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.MAX_OBJECT_NAME.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.MAX_OBJECT_NAME.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.MAX_OBJECT_NAME.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.MAX_PORT_NAME.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.MAX_PORT_NAME.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.MAX_PORT_NAME.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.MAX_PORT_NAME.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.MAX_PROCESSOR_NAME.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.MAX_PROCESSOR_NAME.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.MAX_PROCESSOR_NAME.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.MAX_PROCESSOR_NAME.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.MESSAGE_NO_PROC.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.MESSAGE_NO_PROC.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.MESSAGE_NO_PROC.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.MESSAGE_NO_PROC.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.MESSAGE_NULL.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.MESSAGE_NULL.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.MESSAGE_NULL.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.MESSAGE_NULL.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.MIN.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.MIN.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.MIN.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.MIN.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.MINLOC.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.MINLOC.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.MINLOC.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.MINLOC.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.MODE_APPEND.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.MODE_APPEND.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.MODE_APPEND.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.MODE_APPEND.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.MODE_CREATE.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.MODE_CREATE.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.MODE_CREATE.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.MODE_CREATE.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.MODE_DELETE_ON_CLOSE.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.MODE_DELETE_ON_CLOSE.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.MODE_DELETE_ON_CLOSE.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.MODE_DELETE_ON_CLOSE.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.MODE_EXCL.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.MODE_EXCL.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.MODE_EXCL.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.MODE_EXCL.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.MODE_NOCHECK.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.MODE_NOCHECK.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.MODE_NOCHECK.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.MODE_NOCHECK.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.MODE_NOPRECEDE.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.MODE_NOPRECEDE.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.MODE_NOPRECEDE.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.MODE_NOPRECEDE.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.MODE_NOPUT.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.MODE_NOPUT.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.MODE_NOPUT.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.MODE_NOPUT.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.MODE_NOSTORE.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.MODE_NOSTORE.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.MODE_NOSTORE.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.MODE_NOSTORE.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.MODE_NOSUCCEED.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.MODE_NOSUCCEED.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.MODE_NOSUCCEED.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.MODE_NOSUCCEED.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.MODE_RDONLY.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.MODE_RDONLY.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.MODE_RDONLY.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.MODE_RDONLY.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.MODE_RDWR.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.MODE_RDWR.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.MODE_RDWR.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.MODE_RDWR.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.MODE_SEQUENTIAL.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.MODE_SEQUENTIAL.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.MODE_SEQUENTIAL.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.MODE_SEQUENTIAL.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.MODE_UNIQUE_OPEN.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.MODE_UNIQUE_OPEN.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.MODE_UNIQUE_OPEN.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.MODE_UNIQUE_OPEN.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.MODE_WRONLY.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.MODE_WRONLY.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.MODE_WRONLY.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.MODE_WRONLY.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.Message.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Message.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.Message.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Message.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.NO_OP.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.NO_OP.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.NO_OP.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.NO_OP.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.OFFSET.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.OFFSET.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.OFFSET.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.OFFSET.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.OP_NULL.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.OP_NULL.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.OP_NULL.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.OP_NULL.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.ORDER_C.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ORDER_C.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.ORDER_C.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ORDER_C.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.ORDER_F.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ORDER_F.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.ORDER_F.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ORDER_F.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.ORDER_FORTRAN.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ORDER_FORTRAN.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.ORDER_FORTRAN.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ORDER_FORTRAN.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.Op.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Op.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.Op.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Op.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.Open_port.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Open_port.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.Open_port.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Open_port.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.PACKED.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.PACKED.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.PACKED.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.PACKED.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.PROC_NULL.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.PROC_NULL.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.PROC_NULL.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.PROC_NULL.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.PROD.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.PROD.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.PROD.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.PROD.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.Pcontrol.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Pcontrol.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.Pcontrol.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Pcontrol.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.Pickle.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Pickle.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.Pickle.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Pickle.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.Prequest.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Prequest.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.Prequest.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Prequest.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.Publish_name.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Publish_name.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.Publish_name.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Publish_name.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.Query_thread.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Query_thread.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.Query_thread.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Query_thread.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.REAL.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.REAL.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.REAL.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.REAL.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.REAL16.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.REAL16.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.REAL16.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.REAL16.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.REAL2.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.REAL2.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.REAL2.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.REAL2.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.REAL4.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.REAL4.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.REAL4.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.REAL4.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.REAL8.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.REAL8.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.REAL8.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.REAL8.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.REPLACE.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.REPLACE.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.REPLACE.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.REPLACE.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.REQUEST_NULL.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.REQUEST_NULL.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.REQUEST_NULL.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.REQUEST_NULL.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.ROOT.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ROOT.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.ROOT.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.ROOT.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.Register_datarep.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Register_datarep.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.Register_datarep.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Register_datarep.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.Request.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Request.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.Request.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Request.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.SEEK_CUR.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.SEEK_CUR.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.SEEK_CUR.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.SEEK_CUR.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.SEEK_END.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.SEEK_END.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.SEEK_END.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.SEEK_END.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.SEEK_SET.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.SEEK_SET.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.SEEK_SET.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.SEEK_SET.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.SHORT.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.SHORT.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.SHORT.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.SHORT.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.SHORT_INT.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.SHORT_INT.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.SHORT_INT.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.SHORT_INT.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.SIGNED_CHAR.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.SIGNED_CHAR.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.SIGNED_CHAR.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.SIGNED_CHAR.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.SIGNED_INT.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.SIGNED_INT.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.SIGNED_INT.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.SIGNED_INT.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.SIGNED_LONG.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.SIGNED_LONG.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.SIGNED_LONG.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.SIGNED_LONG.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.SIGNED_LONG_LONG.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.SIGNED_LONG_LONG.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.SIGNED_LONG_LONG.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.SIGNED_LONG_LONG.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.SIGNED_SHORT.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.SIGNED_SHORT.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.SIGNED_SHORT.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.SIGNED_SHORT.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.SIMILAR.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.SIMILAR.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.SIMILAR.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.SIMILAR.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.SINT16_T.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.SINT16_T.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.SINT16_T.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.SINT16_T.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.SINT32_T.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.SINT32_T.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.SINT32_T.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.SINT32_T.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.SINT64_T.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.SINT64_T.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.SINT64_T.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.SINT64_T.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.SINT8_T.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.SINT8_T.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.SINT8_T.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.SINT8_T.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.SUBVERSION.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.SUBVERSION.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.SUBVERSION.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.SUBVERSION.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.SUCCESS.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.SUCCESS.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.SUCCESS.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.SUCCESS.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.SUM.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.SUM.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.SUM.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.SUM.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.Status.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Status.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.Status.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Status.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.TAG_UB.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.TAG_UB.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.TAG_UB.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.TAG_UB.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.THREAD_FUNNELED.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.THREAD_FUNNELED.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.THREAD_FUNNELED.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.THREAD_FUNNELED.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.THREAD_MULTIPLE.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.THREAD_MULTIPLE.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.THREAD_MULTIPLE.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.THREAD_MULTIPLE.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.THREAD_SERIALIZED.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.THREAD_SERIALIZED.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.THREAD_SERIALIZED.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.THREAD_SERIALIZED.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.THREAD_SINGLE.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.THREAD_SINGLE.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.THREAD_SINGLE.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.THREAD_SINGLE.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.TWOINT.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.TWOINT.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.TWOINT.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.TWOINT.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.TYPECLASS_COMPLEX.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.TYPECLASS_COMPLEX.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.TYPECLASS_COMPLEX.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.TYPECLASS_COMPLEX.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.TYPECLASS_INTEGER.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.TYPECLASS_INTEGER.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.TYPECLASS_INTEGER.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.TYPECLASS_INTEGER.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.TYPECLASS_REAL.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.TYPECLASS_REAL.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.TYPECLASS_REAL.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.TYPECLASS_REAL.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.Topocomm.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Topocomm.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.Topocomm.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Topocomm.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.UB.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.UB.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.UB.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.UB.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.UINT16_T.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.UINT16_T.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.UINT16_T.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.UINT16_T.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.UINT32_T.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.UINT32_T.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.UINT32_T.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.UINT32_T.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.UINT64_T.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.UINT64_T.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.UINT64_T.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.UINT64_T.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.UINT8_T.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.UINT8_T.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.UINT8_T.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.UINT8_T.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.UNDEFINED.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.UNDEFINED.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.UNDEFINED.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.UNDEFINED.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.UNEQUAL.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.UNEQUAL.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.UNEQUAL.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.UNEQUAL.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.UNIVERSE_SIZE.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.UNIVERSE_SIZE.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.UNIVERSE_SIZE.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.UNIVERSE_SIZE.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.UNSIGNED.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.UNSIGNED.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.UNSIGNED.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.UNSIGNED.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.UNSIGNED_CHAR.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.UNSIGNED_CHAR.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.UNSIGNED_CHAR.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.UNSIGNED_CHAR.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.UNSIGNED_INT.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.UNSIGNED_INT.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.UNSIGNED_INT.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.UNSIGNED_INT.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.UNSIGNED_LONG.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.UNSIGNED_LONG.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.UNSIGNED_LONG.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.UNSIGNED_LONG.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.UNSIGNED_LONG_LONG.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.UNSIGNED_LONG_LONG.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.UNSIGNED_LONG_LONG.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.UNSIGNED_LONG_LONG.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.UNSIGNED_SHORT.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.UNSIGNED_SHORT.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.UNSIGNED_SHORT.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.UNSIGNED_SHORT.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.UNWEIGHTED.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.UNWEIGHTED.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.UNWEIGHTED.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.UNWEIGHTED.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.Unpublish_name.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Unpublish_name.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.Unpublish_name.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Unpublish_name.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.VERSION.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.VERSION.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.VERSION.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.VERSION.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.WCHAR.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.WCHAR.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.WCHAR.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.WCHAR.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.WEIGHTS_EMPTY.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.WEIGHTS_EMPTY.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.WEIGHTS_EMPTY.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.WEIGHTS_EMPTY.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.WIN_BASE.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.WIN_BASE.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.WIN_BASE.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.WIN_BASE.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.WIN_CREATE_FLAVOR.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.WIN_CREATE_FLAVOR.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.WIN_CREATE_FLAVOR.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.WIN_CREATE_FLAVOR.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.WIN_DISP_UNIT.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.WIN_DISP_UNIT.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.WIN_DISP_UNIT.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.WIN_DISP_UNIT.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.WIN_FLAVOR.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.WIN_FLAVOR.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.WIN_FLAVOR.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.WIN_FLAVOR.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.WIN_FLAVOR_ALLOCATE.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.WIN_FLAVOR_ALLOCATE.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.WIN_FLAVOR_ALLOCATE.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.WIN_FLAVOR_ALLOCATE.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.WIN_FLAVOR_CREATE.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.WIN_FLAVOR_CREATE.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.WIN_FLAVOR_CREATE.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.WIN_FLAVOR_CREATE.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.WIN_FLAVOR_DYNAMIC.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.WIN_FLAVOR_DYNAMIC.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.WIN_FLAVOR_DYNAMIC.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.WIN_FLAVOR_DYNAMIC.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.WIN_FLAVOR_SHARED.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.WIN_FLAVOR_SHARED.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.WIN_FLAVOR_SHARED.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.WIN_FLAVOR_SHARED.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.WIN_MODEL.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.WIN_MODEL.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.WIN_MODEL.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.WIN_MODEL.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.WIN_NULL.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.WIN_NULL.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.WIN_NULL.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.WIN_NULL.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.WIN_SEPARATE.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.WIN_SEPARATE.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.WIN_SEPARATE.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.WIN_SEPARATE.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.WIN_SIZE.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.WIN_SIZE.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.WIN_SIZE.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.WIN_SIZE.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.WIN_UNIFIED.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.WIN_UNIFIED.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.WIN_UNIFIED.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.WIN_UNIFIED.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.WTIME_IS_GLOBAL.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.WTIME_IS_GLOBAL.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.WTIME_IS_GLOBAL.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.WTIME_IS_GLOBAL.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.Win.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Win.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.Win.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Win.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.Wtick.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Wtick.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.Wtick.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Wtick.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.Wtime.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Wtime.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.Wtime.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.Wtime.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.get_vendor.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.get_vendor.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.get_vendor.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.get_vendor.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.memory.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.memory.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.memory.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.memory.html diff --git a/3.1.3/usrman/reference/mpi4py.MPI.pickle.html b/mpi4py/3.1.3/usrman/reference/mpi4py.MPI.pickle.html similarity index 100% rename from 3.1.3/usrman/reference/mpi4py.MPI.pickle.html rename to mpi4py/3.1.3/usrman/reference/mpi4py.MPI.pickle.html diff --git a/3.1.3/usrman/search.html b/mpi4py/3.1.3/usrman/search.html similarity index 100% rename from 3.1.3/usrman/search.html rename to mpi4py/3.1.3/usrman/search.html diff --git a/3.1.3/usrman/searchindex.js b/mpi4py/3.1.3/usrman/searchindex.js similarity index 100% rename from 3.1.3/usrman/searchindex.js rename to mpi4py/3.1.3/usrman/searchindex.js diff --git a/3.1.3/usrman/tutorial.html b/mpi4py/3.1.3/usrman/tutorial.html similarity index 100% rename from 3.1.3/usrman/tutorial.html rename to mpi4py/3.1.3/usrman/tutorial.html diff --git a/3.1.4/CHANGES.html b/mpi4py/3.1.4/CHANGES.html similarity index 100% rename from 3.1.4/CHANGES.html rename to mpi4py/3.1.4/CHANGES.html diff --git a/3.1.4/LICENSE.html b/mpi4py/3.1.4/LICENSE.html similarity index 100% rename from 3.1.4/LICENSE.html rename to mpi4py/3.1.4/LICENSE.html diff --git a/3.1.4/apiref/api-objects.txt b/mpi4py/3.1.4/apiref/api-objects.txt similarity index 100% rename from 3.1.4/apiref/api-objects.txt rename to mpi4py/3.1.4/apiref/api-objects.txt diff --git a/3.1.4/apiref/class-tree.html b/mpi4py/3.1.4/apiref/class-tree.html similarity index 100% rename from 3.1.4/apiref/class-tree.html rename to mpi4py/3.1.4/apiref/class-tree.html diff --git a/3.1.4/apiref/class_hierarchy_for_cartcomm.png b/mpi4py/3.1.4/apiref/class_hierarchy_for_cartcomm.png similarity index 100% rename from 3.1.4/apiref/class_hierarchy_for_cartcomm.png rename to mpi4py/3.1.4/apiref/class_hierarchy_for_cartcomm.png diff --git a/3.1.4/apiref/class_hierarchy_for_comm.png b/mpi4py/3.1.4/apiref/class_hierarchy_for_comm.png similarity index 100% rename from 3.1.4/apiref/class_hierarchy_for_comm.png rename to mpi4py/3.1.4/apiref/class_hierarchy_for_comm.png diff --git a/3.1.4/apiref/class_hierarchy_for_datatype.png b/mpi4py/3.1.4/apiref/class_hierarchy_for_datatype.png similarity index 100% rename from 3.1.4/apiref/class_hierarchy_for_datatype.png rename to mpi4py/3.1.4/apiref/class_hierarchy_for_datatype.png diff --git a/3.1.4/apiref/class_hierarchy_for_distgraphc.png b/mpi4py/3.1.4/apiref/class_hierarchy_for_distgraphc.png similarity index 100% rename from 3.1.4/apiref/class_hierarchy_for_distgraphc.png rename to mpi4py/3.1.4/apiref/class_hierarchy_for_distgraphc.png diff --git a/3.1.4/apiref/class_hierarchy_for_errhandler.png b/mpi4py/3.1.4/apiref/class_hierarchy_for_errhandler.png similarity index 100% rename from 3.1.4/apiref/class_hierarchy_for_errhandler.png rename to mpi4py/3.1.4/apiref/class_hierarchy_for_errhandler.png diff --git a/3.1.4/apiref/class_hierarchy_for_exception.png b/mpi4py/3.1.4/apiref/class_hierarchy_for_exception.png similarity index 100% rename from 3.1.4/apiref/class_hierarchy_for_exception.png rename to mpi4py/3.1.4/apiref/class_hierarchy_for_exception.png diff --git a/3.1.4/apiref/class_hierarchy_for_file.png b/mpi4py/3.1.4/apiref/class_hierarchy_for_file.png similarity index 100% rename from 3.1.4/apiref/class_hierarchy_for_file.png rename to mpi4py/3.1.4/apiref/class_hierarchy_for_file.png diff --git a/3.1.4/apiref/class_hierarchy_for_graphcomm.png b/mpi4py/3.1.4/apiref/class_hierarchy_for_graphcomm.png similarity index 100% rename from 3.1.4/apiref/class_hierarchy_for_graphcomm.png rename to mpi4py/3.1.4/apiref/class_hierarchy_for_graphcomm.png diff --git a/3.1.4/apiref/class_hierarchy_for_grequest.png b/mpi4py/3.1.4/apiref/class_hierarchy_for_grequest.png similarity index 100% rename from 3.1.4/apiref/class_hierarchy_for_grequest.png rename to mpi4py/3.1.4/apiref/class_hierarchy_for_grequest.png diff --git a/3.1.4/apiref/class_hierarchy_for_group.png b/mpi4py/3.1.4/apiref/class_hierarchy_for_group.png similarity index 100% rename from 3.1.4/apiref/class_hierarchy_for_group.png rename to mpi4py/3.1.4/apiref/class_hierarchy_for_group.png diff --git a/3.1.4/apiref/class_hierarchy_for_info.png b/mpi4py/3.1.4/apiref/class_hierarchy_for_info.png similarity index 100% rename from 3.1.4/apiref/class_hierarchy_for_info.png rename to mpi4py/3.1.4/apiref/class_hierarchy_for_info.png diff --git a/3.1.4/apiref/class_hierarchy_for_intercomm.png b/mpi4py/3.1.4/apiref/class_hierarchy_for_intercomm.png similarity index 100% rename from 3.1.4/apiref/class_hierarchy_for_intercomm.png rename to mpi4py/3.1.4/apiref/class_hierarchy_for_intercomm.png diff --git a/3.1.4/apiref/class_hierarchy_for_intracomm.png b/mpi4py/3.1.4/apiref/class_hierarchy_for_intracomm.png similarity index 100% rename from 3.1.4/apiref/class_hierarchy_for_intracomm.png rename to mpi4py/3.1.4/apiref/class_hierarchy_for_intracomm.png diff --git a/3.1.4/apiref/class_hierarchy_for_memory.png b/mpi4py/3.1.4/apiref/class_hierarchy_for_memory.png similarity index 100% rename from 3.1.4/apiref/class_hierarchy_for_memory.png rename to mpi4py/3.1.4/apiref/class_hierarchy_for_memory.png diff --git a/3.1.4/apiref/class_hierarchy_for_message.png b/mpi4py/3.1.4/apiref/class_hierarchy_for_message.png similarity index 100% rename from 3.1.4/apiref/class_hierarchy_for_message.png rename to mpi4py/3.1.4/apiref/class_hierarchy_for_message.png diff --git a/3.1.4/apiref/class_hierarchy_for_op.png b/mpi4py/3.1.4/apiref/class_hierarchy_for_op.png similarity index 100% rename from 3.1.4/apiref/class_hierarchy_for_op.png rename to mpi4py/3.1.4/apiref/class_hierarchy_for_op.png diff --git a/3.1.4/apiref/class_hierarchy_for_pickle.png b/mpi4py/3.1.4/apiref/class_hierarchy_for_pickle.png similarity index 100% rename from 3.1.4/apiref/class_hierarchy_for_pickle.png rename to mpi4py/3.1.4/apiref/class_hierarchy_for_pickle.png diff --git a/3.1.4/apiref/class_hierarchy_for_prequest.png b/mpi4py/3.1.4/apiref/class_hierarchy_for_prequest.png similarity index 100% rename from 3.1.4/apiref/class_hierarchy_for_prequest.png rename to mpi4py/3.1.4/apiref/class_hierarchy_for_prequest.png diff --git a/3.1.4/apiref/class_hierarchy_for_rc.png b/mpi4py/3.1.4/apiref/class_hierarchy_for_rc.png similarity index 100% rename from 3.1.4/apiref/class_hierarchy_for_rc.png rename to mpi4py/3.1.4/apiref/class_hierarchy_for_rc.png diff --git a/3.1.4/apiref/class_hierarchy_for_request.png b/mpi4py/3.1.4/apiref/class_hierarchy_for_request.png similarity index 100% rename from 3.1.4/apiref/class_hierarchy_for_request.png rename to mpi4py/3.1.4/apiref/class_hierarchy_for_request.png diff --git a/3.1.4/apiref/class_hierarchy_for_status.png b/mpi4py/3.1.4/apiref/class_hierarchy_for_status.png similarity index 100% rename from 3.1.4/apiref/class_hierarchy_for_status.png rename to mpi4py/3.1.4/apiref/class_hierarchy_for_status.png diff --git a/3.1.4/apiref/class_hierarchy_for_topocomm.png b/mpi4py/3.1.4/apiref/class_hierarchy_for_topocomm.png similarity index 100% rename from 3.1.4/apiref/class_hierarchy_for_topocomm.png rename to mpi4py/3.1.4/apiref/class_hierarchy_for_topocomm.png diff --git a/3.1.4/apiref/class_hierarchy_for_win.png b/mpi4py/3.1.4/apiref/class_hierarchy_for_win.png similarity index 100% rename from 3.1.4/apiref/class_hierarchy_for_win.png rename to mpi4py/3.1.4/apiref/class_hierarchy_for_win.png diff --git a/3.1.4/apiref/crarr.png b/mpi4py/3.1.4/apiref/crarr.png similarity index 100% rename from 3.1.4/apiref/crarr.png rename to mpi4py/3.1.4/apiref/crarr.png diff --git a/3.1.4/apiref/epydoc.css b/mpi4py/3.1.4/apiref/epydoc.css similarity index 100% rename from 3.1.4/apiref/epydoc.css rename to mpi4py/3.1.4/apiref/epydoc.css diff --git a/3.1.4/apiref/epydoc.js b/mpi4py/3.1.4/apiref/epydoc.js similarity index 100% rename from 3.1.4/apiref/epydoc.js rename to mpi4py/3.1.4/apiref/epydoc.js diff --git a/3.1.4/apiref/frames.html b/mpi4py/3.1.4/apiref/frames.html similarity index 100% rename from 3.1.4/apiref/frames.html rename to mpi4py/3.1.4/apiref/frames.html diff --git a/3.1.4/apiref/help.html b/mpi4py/3.1.4/apiref/help.html similarity index 100% rename from 3.1.4/apiref/help.html rename to mpi4py/3.1.4/apiref/help.html diff --git a/3.1.4/apiref/identifier-index.html b/mpi4py/3.1.4/apiref/identifier-index.html similarity index 100% rename from 3.1.4/apiref/identifier-index.html rename to mpi4py/3.1.4/apiref/identifier-index.html diff --git a/3.1.4/apiref/index.html b/mpi4py/3.1.4/apiref/index.html similarity index 100% rename from 3.1.4/apiref/index.html rename to mpi4py/3.1.4/apiref/index.html diff --git a/3.1.4/apiref/module-tree.html b/mpi4py/3.1.4/apiref/module-tree.html similarity index 100% rename from 3.1.4/apiref/module-tree.html rename to mpi4py/3.1.4/apiref/module-tree.html diff --git a/3.1.4/apiref/mpi4py-module.html b/mpi4py/3.1.4/apiref/mpi4py-module.html similarity index 100% rename from 3.1.4/apiref/mpi4py-module.html rename to mpi4py/3.1.4/apiref/mpi4py-module.html diff --git a/3.1.4/apiref/mpi4py-pysrc.html b/mpi4py/3.1.4/apiref/mpi4py-pysrc.html similarity index 100% rename from 3.1.4/apiref/mpi4py-pysrc.html rename to mpi4py/3.1.4/apiref/mpi4py-pysrc.html diff --git a/3.1.4/apiref/mpi4py.MPI-module.html b/mpi4py/3.1.4/apiref/mpi4py.MPI-module.html similarity index 100% rename from 3.1.4/apiref/mpi4py.MPI-module.html rename to mpi4py/3.1.4/apiref/mpi4py.MPI-module.html diff --git a/3.1.4/apiref/mpi4py.MPI.Cartcomm-class.html b/mpi4py/3.1.4/apiref/mpi4py.MPI.Cartcomm-class.html similarity index 100% rename from 3.1.4/apiref/mpi4py.MPI.Cartcomm-class.html rename to mpi4py/3.1.4/apiref/mpi4py.MPI.Cartcomm-class.html diff --git a/3.1.4/apiref/mpi4py.MPI.Comm-class.html b/mpi4py/3.1.4/apiref/mpi4py.MPI.Comm-class.html similarity index 100% rename from 3.1.4/apiref/mpi4py.MPI.Comm-class.html rename to mpi4py/3.1.4/apiref/mpi4py.MPI.Comm-class.html diff --git a/3.1.4/apiref/mpi4py.MPI.Datatype-class.html b/mpi4py/3.1.4/apiref/mpi4py.MPI.Datatype-class.html similarity index 100% rename from 3.1.4/apiref/mpi4py.MPI.Datatype-class.html rename to mpi4py/3.1.4/apiref/mpi4py.MPI.Datatype-class.html diff --git a/3.1.4/apiref/mpi4py.MPI.Distgraphcomm-class.html b/mpi4py/3.1.4/apiref/mpi4py.MPI.Distgraphcomm-class.html similarity index 100% rename from 3.1.4/apiref/mpi4py.MPI.Distgraphcomm-class.html rename to mpi4py/3.1.4/apiref/mpi4py.MPI.Distgraphcomm-class.html diff --git a/3.1.4/apiref/mpi4py.MPI.Errhandler-class.html b/mpi4py/3.1.4/apiref/mpi4py.MPI.Errhandler-class.html similarity index 100% rename from 3.1.4/apiref/mpi4py.MPI.Errhandler-class.html rename to mpi4py/3.1.4/apiref/mpi4py.MPI.Errhandler-class.html diff --git a/3.1.4/apiref/mpi4py.MPI.Exception-class.html b/mpi4py/3.1.4/apiref/mpi4py.MPI.Exception-class.html similarity index 100% rename from 3.1.4/apiref/mpi4py.MPI.Exception-class.html rename to mpi4py/3.1.4/apiref/mpi4py.MPI.Exception-class.html diff --git a/3.1.4/apiref/mpi4py.MPI.File-class.html b/mpi4py/3.1.4/apiref/mpi4py.MPI.File-class.html similarity index 100% rename from 3.1.4/apiref/mpi4py.MPI.File-class.html rename to mpi4py/3.1.4/apiref/mpi4py.MPI.File-class.html diff --git a/3.1.4/apiref/mpi4py.MPI.Graphcomm-class.html b/mpi4py/3.1.4/apiref/mpi4py.MPI.Graphcomm-class.html similarity index 100% rename from 3.1.4/apiref/mpi4py.MPI.Graphcomm-class.html rename to mpi4py/3.1.4/apiref/mpi4py.MPI.Graphcomm-class.html diff --git a/3.1.4/apiref/mpi4py.MPI.Grequest-class.html b/mpi4py/3.1.4/apiref/mpi4py.MPI.Grequest-class.html similarity index 100% rename from 3.1.4/apiref/mpi4py.MPI.Grequest-class.html rename to mpi4py/3.1.4/apiref/mpi4py.MPI.Grequest-class.html diff --git a/3.1.4/apiref/mpi4py.MPI.Group-class.html b/mpi4py/3.1.4/apiref/mpi4py.MPI.Group-class.html similarity index 100% rename from 3.1.4/apiref/mpi4py.MPI.Group-class.html rename to mpi4py/3.1.4/apiref/mpi4py.MPI.Group-class.html diff --git a/3.1.4/apiref/mpi4py.MPI.Info-class.html b/mpi4py/3.1.4/apiref/mpi4py.MPI.Info-class.html similarity index 100% rename from 3.1.4/apiref/mpi4py.MPI.Info-class.html rename to mpi4py/3.1.4/apiref/mpi4py.MPI.Info-class.html diff --git a/3.1.4/apiref/mpi4py.MPI.Intercomm-class.html b/mpi4py/3.1.4/apiref/mpi4py.MPI.Intercomm-class.html similarity index 100% rename from 3.1.4/apiref/mpi4py.MPI.Intercomm-class.html rename to mpi4py/3.1.4/apiref/mpi4py.MPI.Intercomm-class.html diff --git a/3.1.4/apiref/mpi4py.MPI.Intracomm-class.html b/mpi4py/3.1.4/apiref/mpi4py.MPI.Intracomm-class.html similarity index 100% rename from 3.1.4/apiref/mpi4py.MPI.Intracomm-class.html rename to mpi4py/3.1.4/apiref/mpi4py.MPI.Intracomm-class.html diff --git a/3.1.4/apiref/mpi4py.MPI.Message-class.html b/mpi4py/3.1.4/apiref/mpi4py.MPI.Message-class.html similarity index 100% rename from 3.1.4/apiref/mpi4py.MPI.Message-class.html rename to mpi4py/3.1.4/apiref/mpi4py.MPI.Message-class.html diff --git a/3.1.4/apiref/mpi4py.MPI.Op-class.html b/mpi4py/3.1.4/apiref/mpi4py.MPI.Op-class.html similarity index 100% rename from 3.1.4/apiref/mpi4py.MPI.Op-class.html rename to mpi4py/3.1.4/apiref/mpi4py.MPI.Op-class.html diff --git a/3.1.4/apiref/mpi4py.MPI.Pickle-class.html b/mpi4py/3.1.4/apiref/mpi4py.MPI.Pickle-class.html similarity index 100% rename from 3.1.4/apiref/mpi4py.MPI.Pickle-class.html rename to mpi4py/3.1.4/apiref/mpi4py.MPI.Pickle-class.html diff --git a/3.1.4/apiref/mpi4py.MPI.Prequest-class.html b/mpi4py/3.1.4/apiref/mpi4py.MPI.Prequest-class.html similarity index 100% rename from 3.1.4/apiref/mpi4py.MPI.Prequest-class.html rename to mpi4py/3.1.4/apiref/mpi4py.MPI.Prequest-class.html diff --git a/3.1.4/apiref/mpi4py.MPI.Request-class.html b/mpi4py/3.1.4/apiref/mpi4py.MPI.Request-class.html similarity index 100% rename from 3.1.4/apiref/mpi4py.MPI.Request-class.html rename to mpi4py/3.1.4/apiref/mpi4py.MPI.Request-class.html diff --git a/3.1.4/apiref/mpi4py.MPI.Status-class.html b/mpi4py/3.1.4/apiref/mpi4py.MPI.Status-class.html similarity index 100% rename from 3.1.4/apiref/mpi4py.MPI.Status-class.html rename to mpi4py/3.1.4/apiref/mpi4py.MPI.Status-class.html diff --git a/3.1.4/apiref/mpi4py.MPI.Topocomm-class.html b/mpi4py/3.1.4/apiref/mpi4py.MPI.Topocomm-class.html similarity index 100% rename from 3.1.4/apiref/mpi4py.MPI.Topocomm-class.html rename to mpi4py/3.1.4/apiref/mpi4py.MPI.Topocomm-class.html diff --git a/3.1.4/apiref/mpi4py.MPI.Win-class.html b/mpi4py/3.1.4/apiref/mpi4py.MPI.Win-class.html similarity index 100% rename from 3.1.4/apiref/mpi4py.MPI.Win-class.html rename to mpi4py/3.1.4/apiref/mpi4py.MPI.Win-class.html diff --git a/3.1.4/apiref/mpi4py.MPI.memory-class.html b/mpi4py/3.1.4/apiref/mpi4py.MPI.memory-class.html similarity index 100% rename from 3.1.4/apiref/mpi4py.MPI.memory-class.html rename to mpi4py/3.1.4/apiref/mpi4py.MPI.memory-class.html diff --git a/3.1.4/apiref/mpi4py.Rc-class.html b/mpi4py/3.1.4/apiref/mpi4py.Rc-class.html similarity index 100% rename from 3.1.4/apiref/mpi4py.Rc-class.html rename to mpi4py/3.1.4/apiref/mpi4py.Rc-class.html diff --git a/3.1.4/apiref/redirect.html b/mpi4py/3.1.4/apiref/redirect.html similarity index 100% rename from 3.1.4/apiref/redirect.html rename to mpi4py/3.1.4/apiref/redirect.html diff --git a/3.1.4/apiref/toc-everything.html b/mpi4py/3.1.4/apiref/toc-everything.html similarity index 100% rename from 3.1.4/apiref/toc-everything.html rename to mpi4py/3.1.4/apiref/toc-everything.html diff --git a/3.1.4/apiref/toc-mpi4py-module.html b/mpi4py/3.1.4/apiref/toc-mpi4py-module.html similarity index 100% rename from 3.1.4/apiref/toc-mpi4py-module.html rename to mpi4py/3.1.4/apiref/toc-mpi4py-module.html diff --git a/3.1.4/apiref/toc-mpi4py.MPI-module.html b/mpi4py/3.1.4/apiref/toc-mpi4py.MPI-module.html similarity index 100% rename from 3.1.4/apiref/toc-mpi4py.MPI-module.html rename to mpi4py/3.1.4/apiref/toc-mpi4py.MPI-module.html diff --git a/3.1.4/apiref/toc.html b/mpi4py/3.1.4/apiref/toc.html similarity index 100% rename from 3.1.4/apiref/toc.html rename to mpi4py/3.1.4/apiref/toc.html diff --git a/3.1.4/index.html b/mpi4py/3.1.4/index.html similarity index 100% rename from 3.1.4/index.html rename to mpi4py/3.1.4/index.html diff --git a/3.1.4/index.rst b/mpi4py/3.1.4/index.rst similarity index 100% rename from 3.1.4/index.rst rename to mpi4py/3.1.4/index.rst diff --git a/3.1.4/mpi4py.1 b/mpi4py/3.1.4/mpi4py.1 similarity index 100% rename from 3.1.4/mpi4py.1 rename to mpi4py/3.1.4/mpi4py.1 diff --git a/3.1.4/mpi4py.bib b/mpi4py/3.1.4/mpi4py.bib similarity index 100% rename from 3.1.4/mpi4py.bib rename to mpi4py/3.1.4/mpi4py.bib diff --git a/3.1.4/mpi4py.info b/mpi4py/3.1.4/mpi4py.info similarity index 100% rename from 3.1.4/mpi4py.info rename to mpi4py/3.1.4/mpi4py.info diff --git a/3.1.4/mpi4py.pdf b/mpi4py/3.1.4/mpi4py.pdf similarity index 100% rename from 3.1.4/mpi4py.pdf rename to mpi4py/3.1.4/mpi4py.pdf diff --git a/3.1.4/source/usrman/.gitignore b/mpi4py/3.1.4/source/usrman/.gitignore similarity index 100% rename from 3.1.4/source/usrman/.gitignore rename to mpi4py/3.1.4/source/usrman/.gitignore diff --git a/3.1.4/source/usrman/Makefile b/mpi4py/3.1.4/source/usrman/Makefile similarity index 100% rename from 3.1.4/source/usrman/Makefile rename to mpi4py/3.1.4/source/usrman/Makefile diff --git a/3.1.4/source/usrman/_static/css/custom.css b/mpi4py/3.1.4/source/usrman/_static/css/custom.css similarity index 100% rename from 3.1.4/source/usrman/_static/css/custom.css rename to mpi4py/3.1.4/source/usrman/_static/css/custom.css diff --git a/3.1.4/source/usrman/_templates/autosummary/class.rst b/mpi4py/3.1.4/source/usrman/_templates/autosummary/class.rst similarity index 100% rename from 3.1.4/source/usrman/_templates/autosummary/class.rst rename to mpi4py/3.1.4/source/usrman/_templates/autosummary/class.rst diff --git a/3.1.4/source/usrman/_templates/autosummary/module.rst b/mpi4py/3.1.4/source/usrman/_templates/autosummary/module.rst similarity index 100% rename from 3.1.4/source/usrman/_templates/autosummary/module.rst rename to mpi4py/3.1.4/source/usrman/_templates/autosummary/module.rst diff --git a/3.1.4/source/usrman/_templates/layout.html b/mpi4py/3.1.4/source/usrman/_templates/layout.html similarity index 100% rename from 3.1.4/source/usrman/_templates/layout.html rename to mpi4py/3.1.4/source/usrman/_templates/layout.html diff --git a/3.1.4/source/usrman/apidoc.py b/mpi4py/3.1.4/source/usrman/apidoc.py similarity index 100% rename from 3.1.4/source/usrman/apidoc.py rename to mpi4py/3.1.4/source/usrman/apidoc.py diff --git a/3.1.4/source/usrman/appendix.rst b/mpi4py/3.1.4/source/usrman/appendix.rst similarity index 100% rename from 3.1.4/source/usrman/appendix.rst rename to mpi4py/3.1.4/source/usrman/appendix.rst diff --git a/3.1.4/source/usrman/citing.rst b/mpi4py/3.1.4/source/usrman/citing.rst similarity index 100% rename from 3.1.4/source/usrman/citing.rst rename to mpi4py/3.1.4/source/usrman/citing.rst diff --git a/3.1.4/source/usrman/conf.py b/mpi4py/3.1.4/source/usrman/conf.py similarity index 100% rename from 3.1.4/source/usrman/conf.py rename to mpi4py/3.1.4/source/usrman/conf.py diff --git a/3.1.4/source/usrman/index.rst b/mpi4py/3.1.4/source/usrman/index.rst similarity index 100% rename from 3.1.4/source/usrman/index.rst rename to mpi4py/3.1.4/source/usrman/index.rst diff --git a/3.1.4/source/usrman/install.rst b/mpi4py/3.1.4/source/usrman/install.rst similarity index 100% rename from 3.1.4/source/usrman/install.rst rename to mpi4py/3.1.4/source/usrman/install.rst diff --git a/3.1.4/source/usrman/intro.rst b/mpi4py/3.1.4/source/usrman/intro.rst similarity index 100% rename from 3.1.4/source/usrman/intro.rst rename to mpi4py/3.1.4/source/usrman/intro.rst diff --git a/3.1.4/source/usrman/make.bat b/mpi4py/3.1.4/source/usrman/make.bat similarity index 100% rename from 3.1.4/source/usrman/make.bat rename to mpi4py/3.1.4/source/usrman/make.bat diff --git a/3.1.4/source/usrman/mpi4py.MPI.rst b/mpi4py/3.1.4/source/usrman/mpi4py.MPI.rst similarity index 100% rename from 3.1.4/source/usrman/mpi4py.MPI.rst rename to mpi4py/3.1.4/source/usrman/mpi4py.MPI.rst diff --git a/3.1.4/source/usrman/mpi4py.futures.rst b/mpi4py/3.1.4/source/usrman/mpi4py.futures.rst similarity index 100% rename from 3.1.4/source/usrman/mpi4py.futures.rst rename to mpi4py/3.1.4/source/usrman/mpi4py.futures.rst diff --git a/3.1.4/source/usrman/mpi4py.rst b/mpi4py/3.1.4/source/usrman/mpi4py.rst similarity index 100% rename from 3.1.4/source/usrman/mpi4py.rst rename to mpi4py/3.1.4/source/usrman/mpi4py.rst diff --git a/3.1.4/source/usrman/mpi4py.run.rst b/mpi4py/3.1.4/source/usrman/mpi4py.run.rst similarity index 100% rename from 3.1.4/source/usrman/mpi4py.run.rst rename to mpi4py/3.1.4/source/usrman/mpi4py.run.rst diff --git a/3.1.4/source/usrman/mpi4py.util.dtlib.rst b/mpi4py/3.1.4/source/usrman/mpi4py.util.dtlib.rst similarity index 100% rename from 3.1.4/source/usrman/mpi4py.util.dtlib.rst rename to mpi4py/3.1.4/source/usrman/mpi4py.util.dtlib.rst diff --git a/3.1.4/source/usrman/mpi4py.util.pkl5.rst b/mpi4py/3.1.4/source/usrman/mpi4py.util.pkl5.rst similarity index 100% rename from 3.1.4/source/usrman/mpi4py.util.pkl5.rst rename to mpi4py/3.1.4/source/usrman/mpi4py.util.pkl5.rst diff --git a/3.1.4/source/usrman/mpi4py.util.rst b/mpi4py/3.1.4/source/usrman/mpi4py.util.rst similarity index 100% rename from 3.1.4/source/usrman/mpi4py.util.rst rename to mpi4py/3.1.4/source/usrman/mpi4py.util.rst diff --git a/3.1.4/source/usrman/overview.rst b/mpi4py/3.1.4/source/usrman/overview.rst similarity index 100% rename from 3.1.4/source/usrman/overview.rst rename to mpi4py/3.1.4/source/usrman/overview.rst diff --git a/3.1.4/source/usrman/reference.rst b/mpi4py/3.1.4/source/usrman/reference.rst similarity index 100% rename from 3.1.4/source/usrman/reference.rst rename to mpi4py/3.1.4/source/usrman/reference.rst diff --git a/3.1.4/source/usrman/tutorial.rst b/mpi4py/3.1.4/source/usrman/tutorial.rst similarity index 100% rename from 3.1.4/source/usrman/tutorial.rst rename to mpi4py/3.1.4/source/usrman/tutorial.rst diff --git a/3.1.4/usrman/_static/_sphinx_javascript_frameworks_compat.js b/mpi4py/3.1.4/usrman/_static/_sphinx_javascript_frameworks_compat.js similarity index 100% rename from 3.1.4/usrman/_static/_sphinx_javascript_frameworks_compat.js rename to mpi4py/3.1.4/usrman/_static/_sphinx_javascript_frameworks_compat.js diff --git a/3.1.4/usrman/_static/basic.css b/mpi4py/3.1.4/usrman/_static/basic.css similarity index 100% rename from 3.1.4/usrman/_static/basic.css rename to mpi4py/3.1.4/usrman/_static/basic.css diff --git a/3.1.4/usrman/_static/classic.css b/mpi4py/3.1.4/usrman/_static/classic.css similarity index 100% rename from 3.1.4/usrman/_static/classic.css rename to mpi4py/3.1.4/usrman/_static/classic.css diff --git a/3.1.4/usrman/_static/css/custom.css b/mpi4py/3.1.4/usrman/_static/css/custom.css similarity index 100% rename from 3.1.4/usrman/_static/css/custom.css rename to mpi4py/3.1.4/usrman/_static/css/custom.css diff --git a/3.1.4/usrman/_static/default.css b/mpi4py/3.1.4/usrman/_static/default.css similarity index 100% rename from 3.1.4/usrman/_static/default.css rename to mpi4py/3.1.4/usrman/_static/default.css diff --git a/3.1.4/usrman/_static/doctools.js b/mpi4py/3.1.4/usrman/_static/doctools.js similarity index 100% rename from 3.1.4/usrman/_static/doctools.js rename to mpi4py/3.1.4/usrman/_static/doctools.js diff --git a/3.1.4/usrman/_static/documentation_options.js b/mpi4py/3.1.4/usrman/_static/documentation_options.js similarity index 100% rename from 3.1.4/usrman/_static/documentation_options.js rename to mpi4py/3.1.4/usrman/_static/documentation_options.js diff --git a/3.1.4/usrman/_static/file.png b/mpi4py/3.1.4/usrman/_static/file.png similarity index 100% rename from 3.1.4/usrman/_static/file.png rename to mpi4py/3.1.4/usrman/_static/file.png diff --git a/3.1.4/usrman/_static/jquery-3.6.0.js b/mpi4py/3.1.4/usrman/_static/jquery-3.6.0.js similarity index 100% rename from 3.1.4/usrman/_static/jquery-3.6.0.js rename to mpi4py/3.1.4/usrman/_static/jquery-3.6.0.js diff --git a/3.1.4/usrman/_static/jquery.js b/mpi4py/3.1.4/usrman/_static/jquery.js similarity index 100% rename from 3.1.4/usrman/_static/jquery.js rename to mpi4py/3.1.4/usrman/_static/jquery.js diff --git a/3.1.4/usrman/_static/language_data.js b/mpi4py/3.1.4/usrman/_static/language_data.js similarity index 100% rename from 3.1.4/usrman/_static/language_data.js rename to mpi4py/3.1.4/usrman/_static/language_data.js diff --git a/3.1.4/usrman/_static/minus.png b/mpi4py/3.1.4/usrman/_static/minus.png similarity index 100% rename from 3.1.4/usrman/_static/minus.png rename to mpi4py/3.1.4/usrman/_static/minus.png diff --git a/3.1.4/usrman/_static/plus.png b/mpi4py/3.1.4/usrman/_static/plus.png similarity index 100% rename from 3.1.4/usrman/_static/plus.png rename to mpi4py/3.1.4/usrman/_static/plus.png diff --git a/3.1.4/usrman/_static/pygments.css b/mpi4py/3.1.4/usrman/_static/pygments.css similarity index 100% rename from 3.1.4/usrman/_static/pygments.css rename to mpi4py/3.1.4/usrman/_static/pygments.css diff --git a/3.1.4/usrman/_static/searchtools.js b/mpi4py/3.1.4/usrman/_static/searchtools.js similarity index 100% rename from 3.1.4/usrman/_static/searchtools.js rename to mpi4py/3.1.4/usrman/_static/searchtools.js diff --git a/3.1.4/usrman/_static/sidebar.js b/mpi4py/3.1.4/usrman/_static/sidebar.js similarity index 100% rename from 3.1.4/usrman/_static/sidebar.js rename to mpi4py/3.1.4/usrman/_static/sidebar.js diff --git a/3.1.4/usrman/_static/sphinx_highlight.js b/mpi4py/3.1.4/usrman/_static/sphinx_highlight.js similarity index 100% rename from 3.1.4/usrman/_static/sphinx_highlight.js rename to mpi4py/3.1.4/usrman/_static/sphinx_highlight.js diff --git a/3.1.4/usrman/_static/underscore-1.13.1.js b/mpi4py/3.1.4/usrman/_static/underscore-1.13.1.js similarity index 100% rename from 3.1.4/usrman/_static/underscore-1.13.1.js rename to mpi4py/3.1.4/usrman/_static/underscore-1.13.1.js diff --git a/3.1.4/usrman/_static/underscore.js b/mpi4py/3.1.4/usrman/_static/underscore.js similarity index 100% rename from 3.1.4/usrman/_static/underscore.js rename to mpi4py/3.1.4/usrman/_static/underscore.js diff --git a/3.1.4/usrman/appendix.html b/mpi4py/3.1.4/usrman/appendix.html similarity index 100% rename from 3.1.4/usrman/appendix.html rename to mpi4py/3.1.4/usrman/appendix.html diff --git a/3.1.4/usrman/citing.html b/mpi4py/3.1.4/usrman/citing.html similarity index 100% rename from 3.1.4/usrman/citing.html rename to mpi4py/3.1.4/usrman/citing.html diff --git a/3.1.4/usrman/genindex.html b/mpi4py/3.1.4/usrman/genindex.html similarity index 100% rename from 3.1.4/usrman/genindex.html rename to mpi4py/3.1.4/usrman/genindex.html diff --git a/3.1.4/usrman/index.html b/mpi4py/3.1.4/usrman/index.html similarity index 100% rename from 3.1.4/usrman/index.html rename to mpi4py/3.1.4/usrman/index.html diff --git a/3.1.4/usrman/install.html b/mpi4py/3.1.4/usrman/install.html similarity index 100% rename from 3.1.4/usrman/install.html rename to mpi4py/3.1.4/usrman/install.html diff --git a/3.1.4/usrman/intro.html b/mpi4py/3.1.4/usrman/intro.html similarity index 100% rename from 3.1.4/usrman/intro.html rename to mpi4py/3.1.4/usrman/intro.html diff --git a/3.1.4/usrman/mpi4py.MPI.html b/mpi4py/3.1.4/usrman/mpi4py.MPI.html similarity index 100% rename from 3.1.4/usrman/mpi4py.MPI.html rename to mpi4py/3.1.4/usrman/mpi4py.MPI.html diff --git a/3.1.4/usrman/mpi4py.futures.html b/mpi4py/3.1.4/usrman/mpi4py.futures.html similarity index 100% rename from 3.1.4/usrman/mpi4py.futures.html rename to mpi4py/3.1.4/usrman/mpi4py.futures.html diff --git a/3.1.4/usrman/mpi4py.html b/mpi4py/3.1.4/usrman/mpi4py.html similarity index 100% rename from 3.1.4/usrman/mpi4py.html rename to mpi4py/3.1.4/usrman/mpi4py.html diff --git a/3.1.4/usrman/mpi4py.run.html b/mpi4py/3.1.4/usrman/mpi4py.run.html similarity index 100% rename from 3.1.4/usrman/mpi4py.run.html rename to mpi4py/3.1.4/usrman/mpi4py.run.html diff --git a/3.1.4/usrman/mpi4py.util.dtlib.html b/mpi4py/3.1.4/usrman/mpi4py.util.dtlib.html similarity index 100% rename from 3.1.4/usrman/mpi4py.util.dtlib.html rename to mpi4py/3.1.4/usrman/mpi4py.util.dtlib.html diff --git a/3.1.4/usrman/mpi4py.util.html b/mpi4py/3.1.4/usrman/mpi4py.util.html similarity index 100% rename from 3.1.4/usrman/mpi4py.util.html rename to mpi4py/3.1.4/usrman/mpi4py.util.html diff --git a/3.1.4/usrman/mpi4py.util.pkl5.html b/mpi4py/3.1.4/usrman/mpi4py.util.pkl5.html similarity index 100% rename from 3.1.4/usrman/mpi4py.util.pkl5.html rename to mpi4py/3.1.4/usrman/mpi4py.util.pkl5.html diff --git a/3.1.4/usrman/objects.inv b/mpi4py/3.1.4/usrman/objects.inv similarity index 100% rename from 3.1.4/usrman/objects.inv rename to mpi4py/3.1.4/usrman/objects.inv diff --git a/3.1.4/usrman/overview.html b/mpi4py/3.1.4/usrman/overview.html similarity index 100% rename from 3.1.4/usrman/overview.html rename to mpi4py/3.1.4/usrman/overview.html diff --git a/3.1.4/usrman/py-modindex.html b/mpi4py/3.1.4/usrman/py-modindex.html similarity index 100% rename from 3.1.4/usrman/py-modindex.html rename to mpi4py/3.1.4/usrman/py-modindex.html diff --git a/3.1.4/usrman/reference.html b/mpi4py/3.1.4/usrman/reference.html similarity index 100% rename from 3.1.4/usrman/reference.html rename to mpi4py/3.1.4/usrman/reference.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.AINT.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.AINT.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.AINT.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.AINT.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.ANY_SOURCE.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ANY_SOURCE.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.ANY_SOURCE.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ANY_SOURCE.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.ANY_TAG.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ANY_TAG.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.ANY_TAG.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ANY_TAG.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.APPNUM.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.APPNUM.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.APPNUM.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.APPNUM.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.Add_error_class.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Add_error_class.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.Add_error_class.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Add_error_class.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.Add_error_code.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Add_error_code.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.Add_error_code.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Add_error_code.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.Add_error_string.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Add_error_string.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.Add_error_string.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Add_error_string.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.Aint_add.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Aint_add.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.Aint_add.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Aint_add.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.Aint_diff.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Aint_diff.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.Aint_diff.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Aint_diff.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.Alloc_mem.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Alloc_mem.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.Alloc_mem.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Alloc_mem.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.Attach_buffer.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Attach_buffer.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.Attach_buffer.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Attach_buffer.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.BAND.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.BAND.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.BAND.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.BAND.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.BOOL.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.BOOL.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.BOOL.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.BOOL.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.BOR.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.BOR.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.BOR.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.BOR.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.BOTTOM.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.BOTTOM.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.BOTTOM.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.BOTTOM.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.BSEND_OVERHEAD.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.BSEND_OVERHEAD.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.BSEND_OVERHEAD.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.BSEND_OVERHEAD.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.BXOR.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.BXOR.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.BXOR.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.BXOR.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.BYTE.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.BYTE.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.BYTE.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.BYTE.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.CART.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.CART.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.CART.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.CART.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.CHAR.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.CHAR.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.CHAR.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.CHAR.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.CHARACTER.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.CHARACTER.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.CHARACTER.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.CHARACTER.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.COMBINER_CONTIGUOUS.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.COMBINER_CONTIGUOUS.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.COMBINER_CONTIGUOUS.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.COMBINER_CONTIGUOUS.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.COMBINER_DARRAY.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.COMBINER_DARRAY.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.COMBINER_DARRAY.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.COMBINER_DARRAY.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.COMBINER_DUP.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.COMBINER_DUP.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.COMBINER_DUP.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.COMBINER_DUP.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.COMBINER_F90_COMPLEX.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.COMBINER_F90_COMPLEX.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.COMBINER_F90_COMPLEX.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.COMBINER_F90_COMPLEX.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.COMBINER_F90_INTEGER.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.COMBINER_F90_INTEGER.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.COMBINER_F90_INTEGER.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.COMBINER_F90_INTEGER.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.COMBINER_F90_REAL.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.COMBINER_F90_REAL.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.COMBINER_F90_REAL.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.COMBINER_F90_REAL.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.COMBINER_HINDEXED.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.COMBINER_HINDEXED.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.COMBINER_HINDEXED.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.COMBINER_HINDEXED.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.COMBINER_HINDEXED_BLOCK.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.COMBINER_HINDEXED_BLOCK.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.COMBINER_HINDEXED_BLOCK.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.COMBINER_HINDEXED_BLOCK.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.COMBINER_HVECTOR.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.COMBINER_HVECTOR.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.COMBINER_HVECTOR.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.COMBINER_HVECTOR.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.COMBINER_INDEXED.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.COMBINER_INDEXED.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.COMBINER_INDEXED.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.COMBINER_INDEXED.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.COMBINER_INDEXED_BLOCK.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.COMBINER_INDEXED_BLOCK.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.COMBINER_INDEXED_BLOCK.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.COMBINER_INDEXED_BLOCK.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.COMBINER_NAMED.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.COMBINER_NAMED.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.COMBINER_NAMED.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.COMBINER_NAMED.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.COMBINER_RESIZED.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.COMBINER_RESIZED.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.COMBINER_RESIZED.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.COMBINER_RESIZED.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.COMBINER_STRUCT.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.COMBINER_STRUCT.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.COMBINER_STRUCT.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.COMBINER_STRUCT.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.COMBINER_SUBARRAY.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.COMBINER_SUBARRAY.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.COMBINER_SUBARRAY.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.COMBINER_SUBARRAY.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.COMBINER_VECTOR.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.COMBINER_VECTOR.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.COMBINER_VECTOR.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.COMBINER_VECTOR.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.COMM_NULL.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.COMM_NULL.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.COMM_NULL.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.COMM_NULL.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.COMM_SELF.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.COMM_SELF.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.COMM_SELF.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.COMM_SELF.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.COMM_TYPE_SHARED.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.COMM_TYPE_SHARED.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.COMM_TYPE_SHARED.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.COMM_TYPE_SHARED.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.COMM_WORLD.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.COMM_WORLD.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.COMM_WORLD.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.COMM_WORLD.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.COMPLEX.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.COMPLEX.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.COMPLEX.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.COMPLEX.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.COMPLEX16.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.COMPLEX16.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.COMPLEX16.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.COMPLEX16.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.COMPLEX32.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.COMPLEX32.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.COMPLEX32.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.COMPLEX32.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.COMPLEX4.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.COMPLEX4.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.COMPLEX4.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.COMPLEX4.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.COMPLEX8.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.COMPLEX8.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.COMPLEX8.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.COMPLEX8.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.CONGRUENT.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.CONGRUENT.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.CONGRUENT.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.CONGRUENT.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.COUNT.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.COUNT.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.COUNT.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.COUNT.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.CXX_BOOL.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.CXX_BOOL.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.CXX_BOOL.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.CXX_BOOL.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.CXX_DOUBLE_COMPLEX.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.CXX_DOUBLE_COMPLEX.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.CXX_DOUBLE_COMPLEX.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.CXX_DOUBLE_COMPLEX.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.CXX_FLOAT_COMPLEX.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.CXX_FLOAT_COMPLEX.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.CXX_FLOAT_COMPLEX.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.CXX_FLOAT_COMPLEX.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.CXX_LONG_DOUBLE_COMPLEX.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.CXX_LONG_DOUBLE_COMPLEX.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.CXX_LONG_DOUBLE_COMPLEX.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.CXX_LONG_DOUBLE_COMPLEX.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.C_BOOL.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.C_BOOL.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.C_BOOL.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.C_BOOL.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.C_COMPLEX.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.C_COMPLEX.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.C_COMPLEX.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.C_COMPLEX.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.C_DOUBLE_COMPLEX.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.C_DOUBLE_COMPLEX.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.C_DOUBLE_COMPLEX.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.C_DOUBLE_COMPLEX.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.C_FLOAT_COMPLEX.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.C_FLOAT_COMPLEX.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.C_FLOAT_COMPLEX.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.C_FLOAT_COMPLEX.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.C_LONG_DOUBLE_COMPLEX.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.C_LONG_DOUBLE_COMPLEX.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.C_LONG_DOUBLE_COMPLEX.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.C_LONG_DOUBLE_COMPLEX.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.Cartcomm.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Cartcomm.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.Cartcomm.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Cartcomm.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.Close_port.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Close_port.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.Close_port.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Close_port.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.Comm.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Comm.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.Comm.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Comm.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.Compute_dims.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Compute_dims.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.Compute_dims.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Compute_dims.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.DATATYPE_NULL.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.DATATYPE_NULL.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.DATATYPE_NULL.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.DATATYPE_NULL.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.DISPLACEMENT_CURRENT.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.DISPLACEMENT_CURRENT.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.DISPLACEMENT_CURRENT.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.DISPLACEMENT_CURRENT.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.DISP_CUR.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.DISP_CUR.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.DISP_CUR.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.DISP_CUR.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.DISTRIBUTE_BLOCK.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.DISTRIBUTE_BLOCK.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.DISTRIBUTE_BLOCK.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.DISTRIBUTE_BLOCK.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.DISTRIBUTE_CYCLIC.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.DISTRIBUTE_CYCLIC.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.DISTRIBUTE_CYCLIC.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.DISTRIBUTE_CYCLIC.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.DISTRIBUTE_DFLT_DARG.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.DISTRIBUTE_DFLT_DARG.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.DISTRIBUTE_DFLT_DARG.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.DISTRIBUTE_DFLT_DARG.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.DISTRIBUTE_NONE.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.DISTRIBUTE_NONE.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.DISTRIBUTE_NONE.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.DISTRIBUTE_NONE.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.DIST_GRAPH.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.DIST_GRAPH.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.DIST_GRAPH.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.DIST_GRAPH.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.DOUBLE.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.DOUBLE.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.DOUBLE.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.DOUBLE.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.DOUBLE_COMPLEX.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.DOUBLE_COMPLEX.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.DOUBLE_COMPLEX.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.DOUBLE_COMPLEX.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.DOUBLE_INT.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.DOUBLE_INT.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.DOUBLE_INT.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.DOUBLE_INT.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.DOUBLE_PRECISION.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.DOUBLE_PRECISION.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.DOUBLE_PRECISION.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.DOUBLE_PRECISION.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.Datatype.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Datatype.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.Datatype.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Datatype.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.Detach_buffer.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Detach_buffer.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.Detach_buffer.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Detach_buffer.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.Distgraphcomm.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Distgraphcomm.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.Distgraphcomm.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Distgraphcomm.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.ERRHANDLER_NULL.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERRHANDLER_NULL.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.ERRHANDLER_NULL.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERRHANDLER_NULL.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.ERRORS_ARE_FATAL.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERRORS_ARE_FATAL.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.ERRORS_ARE_FATAL.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERRORS_ARE_FATAL.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.ERRORS_RETURN.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERRORS_RETURN.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.ERRORS_RETURN.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERRORS_RETURN.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.ERR_ACCESS.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_ACCESS.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.ERR_ACCESS.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_ACCESS.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.ERR_AMODE.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_AMODE.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.ERR_AMODE.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_AMODE.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.ERR_ARG.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_ARG.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.ERR_ARG.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_ARG.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.ERR_ASSERT.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_ASSERT.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.ERR_ASSERT.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_ASSERT.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.ERR_BAD_FILE.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_BAD_FILE.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.ERR_BAD_FILE.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_BAD_FILE.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.ERR_BASE.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_BASE.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.ERR_BASE.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_BASE.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.ERR_BUFFER.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_BUFFER.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.ERR_BUFFER.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_BUFFER.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.ERR_COMM.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_COMM.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.ERR_COMM.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_COMM.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.ERR_CONVERSION.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_CONVERSION.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.ERR_CONVERSION.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_CONVERSION.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.ERR_COUNT.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_COUNT.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.ERR_COUNT.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_COUNT.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.ERR_DIMS.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_DIMS.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.ERR_DIMS.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_DIMS.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.ERR_DISP.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_DISP.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.ERR_DISP.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_DISP.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.ERR_DUP_DATAREP.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_DUP_DATAREP.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.ERR_DUP_DATAREP.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_DUP_DATAREP.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.ERR_FILE.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_FILE.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.ERR_FILE.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_FILE.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.ERR_FILE_EXISTS.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_FILE_EXISTS.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.ERR_FILE_EXISTS.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_FILE_EXISTS.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.ERR_FILE_IN_USE.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_FILE_IN_USE.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.ERR_FILE_IN_USE.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_FILE_IN_USE.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.ERR_GROUP.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_GROUP.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.ERR_GROUP.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_GROUP.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.ERR_INFO.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_INFO.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.ERR_INFO.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_INFO.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.ERR_INFO_KEY.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_INFO_KEY.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.ERR_INFO_KEY.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_INFO_KEY.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.ERR_INFO_NOKEY.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_INFO_NOKEY.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.ERR_INFO_NOKEY.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_INFO_NOKEY.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.ERR_INFO_VALUE.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_INFO_VALUE.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.ERR_INFO_VALUE.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_INFO_VALUE.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.ERR_INTERN.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_INTERN.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.ERR_INTERN.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_INTERN.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.ERR_IN_STATUS.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_IN_STATUS.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.ERR_IN_STATUS.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_IN_STATUS.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.ERR_IO.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_IO.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.ERR_IO.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_IO.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.ERR_KEYVAL.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_KEYVAL.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.ERR_KEYVAL.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_KEYVAL.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.ERR_LASTCODE.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_LASTCODE.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.ERR_LASTCODE.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_LASTCODE.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.ERR_LOCKTYPE.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_LOCKTYPE.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.ERR_LOCKTYPE.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_LOCKTYPE.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.ERR_NAME.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_NAME.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.ERR_NAME.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_NAME.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.ERR_NOT_SAME.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_NOT_SAME.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.ERR_NOT_SAME.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_NOT_SAME.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.ERR_NO_MEM.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_NO_MEM.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.ERR_NO_MEM.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_NO_MEM.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.ERR_NO_SPACE.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_NO_SPACE.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.ERR_NO_SPACE.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_NO_SPACE.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.ERR_NO_SUCH_FILE.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_NO_SUCH_FILE.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.ERR_NO_SUCH_FILE.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_NO_SUCH_FILE.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.ERR_OP.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_OP.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.ERR_OP.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_OP.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.ERR_OTHER.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_OTHER.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.ERR_OTHER.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_OTHER.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.ERR_PENDING.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_PENDING.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.ERR_PENDING.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_PENDING.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.ERR_PORT.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_PORT.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.ERR_PORT.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_PORT.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.ERR_QUOTA.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_QUOTA.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.ERR_QUOTA.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_QUOTA.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.ERR_RANK.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_RANK.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.ERR_RANK.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_RANK.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.ERR_READ_ONLY.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_READ_ONLY.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.ERR_READ_ONLY.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_READ_ONLY.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.ERR_REQUEST.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_REQUEST.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.ERR_REQUEST.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_REQUEST.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.ERR_RMA_ATTACH.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_RMA_ATTACH.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.ERR_RMA_ATTACH.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_RMA_ATTACH.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.ERR_RMA_CONFLICT.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_RMA_CONFLICT.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.ERR_RMA_CONFLICT.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_RMA_CONFLICT.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.ERR_RMA_FLAVOR.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_RMA_FLAVOR.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.ERR_RMA_FLAVOR.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_RMA_FLAVOR.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.ERR_RMA_RANGE.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_RMA_RANGE.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.ERR_RMA_RANGE.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_RMA_RANGE.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.ERR_RMA_SHARED.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_RMA_SHARED.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.ERR_RMA_SHARED.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_RMA_SHARED.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.ERR_RMA_SYNC.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_RMA_SYNC.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.ERR_RMA_SYNC.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_RMA_SYNC.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.ERR_ROOT.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_ROOT.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.ERR_ROOT.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_ROOT.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.ERR_SERVICE.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_SERVICE.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.ERR_SERVICE.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_SERVICE.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.ERR_SIZE.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_SIZE.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.ERR_SIZE.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_SIZE.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.ERR_SPAWN.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_SPAWN.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.ERR_SPAWN.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_SPAWN.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.ERR_TAG.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_TAG.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.ERR_TAG.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_TAG.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.ERR_TOPOLOGY.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_TOPOLOGY.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.ERR_TOPOLOGY.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_TOPOLOGY.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.ERR_TRUNCATE.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_TRUNCATE.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.ERR_TRUNCATE.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_TRUNCATE.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.ERR_TYPE.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_TYPE.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.ERR_TYPE.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_TYPE.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.ERR_UNKNOWN.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_UNKNOWN.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.ERR_UNKNOWN.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_UNKNOWN.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.ERR_UNSUPPORTED_DATAREP.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_UNSUPPORTED_DATAREP.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.ERR_UNSUPPORTED_DATAREP.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_UNSUPPORTED_DATAREP.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.ERR_UNSUPPORTED_OPERATION.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_UNSUPPORTED_OPERATION.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.ERR_UNSUPPORTED_OPERATION.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_UNSUPPORTED_OPERATION.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.ERR_WIN.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_WIN.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.ERR_WIN.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ERR_WIN.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.Errhandler.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Errhandler.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.Errhandler.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Errhandler.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.Exception.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Exception.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.Exception.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Exception.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.FILE_NULL.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.FILE_NULL.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.FILE_NULL.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.FILE_NULL.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.FLOAT.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.FLOAT.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.FLOAT.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.FLOAT.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.FLOAT_INT.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.FLOAT_INT.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.FLOAT_INT.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.FLOAT_INT.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.F_BOOL.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.F_BOOL.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.F_BOOL.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.F_BOOL.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.F_COMPLEX.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.F_COMPLEX.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.F_COMPLEX.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.F_COMPLEX.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.F_DOUBLE.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.F_DOUBLE.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.F_DOUBLE.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.F_DOUBLE.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.F_DOUBLE_COMPLEX.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.F_DOUBLE_COMPLEX.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.F_DOUBLE_COMPLEX.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.F_DOUBLE_COMPLEX.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.F_FLOAT.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.F_FLOAT.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.F_FLOAT.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.F_FLOAT.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.F_FLOAT_COMPLEX.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.F_FLOAT_COMPLEX.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.F_FLOAT_COMPLEX.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.F_FLOAT_COMPLEX.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.F_INT.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.F_INT.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.F_INT.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.F_INT.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.File.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.File.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.File.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.File.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.Finalize.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Finalize.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.Finalize.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Finalize.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.Free_mem.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Free_mem.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.Free_mem.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Free_mem.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.GRAPH.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.GRAPH.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.GRAPH.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.GRAPH.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.GROUP_EMPTY.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.GROUP_EMPTY.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.GROUP_EMPTY.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.GROUP_EMPTY.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.GROUP_NULL.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.GROUP_NULL.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.GROUP_NULL.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.GROUP_NULL.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.Get_address.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Get_address.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.Get_address.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Get_address.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.Get_error_class.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Get_error_class.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.Get_error_class.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Get_error_class.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.Get_error_string.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Get_error_string.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.Get_error_string.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Get_error_string.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.Get_library_version.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Get_library_version.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.Get_library_version.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Get_library_version.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.Get_processor_name.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Get_processor_name.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.Get_processor_name.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Get_processor_name.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.Get_version.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Get_version.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.Get_version.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Get_version.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.Graphcomm.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Graphcomm.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.Graphcomm.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Graphcomm.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.Grequest.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Grequest.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.Grequest.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Grequest.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.Group.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Group.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.Group.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Group.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.HOST.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.HOST.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.HOST.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.HOST.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.IDENT.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.IDENT.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.IDENT.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.IDENT.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.INFO_ENV.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.INFO_ENV.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.INFO_ENV.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.INFO_ENV.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.INFO_NULL.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.INFO_NULL.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.INFO_NULL.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.INFO_NULL.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.INT.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.INT.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.INT.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.INT.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.INT16_T.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.INT16_T.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.INT16_T.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.INT16_T.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.INT32_T.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.INT32_T.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.INT32_T.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.INT32_T.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.INT64_T.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.INT64_T.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.INT64_T.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.INT64_T.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.INT8_T.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.INT8_T.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.INT8_T.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.INT8_T.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.INTEGER.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.INTEGER.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.INTEGER.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.INTEGER.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.INTEGER1.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.INTEGER1.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.INTEGER1.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.INTEGER1.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.INTEGER16.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.INTEGER16.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.INTEGER16.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.INTEGER16.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.INTEGER2.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.INTEGER2.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.INTEGER2.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.INTEGER2.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.INTEGER4.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.INTEGER4.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.INTEGER4.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.INTEGER4.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.INTEGER8.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.INTEGER8.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.INTEGER8.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.INTEGER8.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.INT_INT.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.INT_INT.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.INT_INT.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.INT_INT.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.IN_PLACE.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.IN_PLACE.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.IN_PLACE.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.IN_PLACE.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.IO.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.IO.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.IO.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.IO.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.Info.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Info.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.Info.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Info.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.Init.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Init.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.Init.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Init.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.Init_thread.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Init_thread.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.Init_thread.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Init_thread.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.Intercomm.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Intercomm.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.Intercomm.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Intercomm.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.Intracomm.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Intracomm.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.Intracomm.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Intracomm.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.Is_finalized.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Is_finalized.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.Is_finalized.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Is_finalized.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.Is_initialized.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Is_initialized.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.Is_initialized.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Is_initialized.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.Is_thread_main.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Is_thread_main.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.Is_thread_main.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Is_thread_main.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.KEYVAL_INVALID.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.KEYVAL_INVALID.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.KEYVAL_INVALID.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.KEYVAL_INVALID.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.LAND.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.LAND.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.LAND.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.LAND.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.LASTUSEDCODE.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.LASTUSEDCODE.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.LASTUSEDCODE.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.LASTUSEDCODE.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.LB.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.LB.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.LB.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.LB.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.LOCK_EXCLUSIVE.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.LOCK_EXCLUSIVE.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.LOCK_EXCLUSIVE.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.LOCK_EXCLUSIVE.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.LOCK_SHARED.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.LOCK_SHARED.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.LOCK_SHARED.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.LOCK_SHARED.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.LOGICAL.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.LOGICAL.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.LOGICAL.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.LOGICAL.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.LOGICAL1.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.LOGICAL1.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.LOGICAL1.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.LOGICAL1.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.LOGICAL2.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.LOGICAL2.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.LOGICAL2.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.LOGICAL2.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.LOGICAL4.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.LOGICAL4.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.LOGICAL4.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.LOGICAL4.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.LOGICAL8.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.LOGICAL8.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.LOGICAL8.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.LOGICAL8.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.LONG.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.LONG.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.LONG.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.LONG.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.LONG_DOUBLE.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.LONG_DOUBLE.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.LONG_DOUBLE.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.LONG_DOUBLE.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.LONG_DOUBLE_INT.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.LONG_DOUBLE_INT.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.LONG_DOUBLE_INT.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.LONG_DOUBLE_INT.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.LONG_INT.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.LONG_INT.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.LONG_INT.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.LONG_INT.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.LONG_LONG.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.LONG_LONG.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.LONG_LONG.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.LONG_LONG.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.LOR.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.LOR.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.LOR.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.LOR.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.LXOR.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.LXOR.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.LXOR.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.LXOR.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.Lookup_name.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Lookup_name.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.Lookup_name.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Lookup_name.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.MAX.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.MAX.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.MAX.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.MAX.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.MAXLOC.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.MAXLOC.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.MAXLOC.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.MAXLOC.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.MAX_DATAREP_STRING.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.MAX_DATAREP_STRING.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.MAX_DATAREP_STRING.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.MAX_DATAREP_STRING.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.MAX_ERROR_STRING.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.MAX_ERROR_STRING.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.MAX_ERROR_STRING.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.MAX_ERROR_STRING.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.MAX_INFO_KEY.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.MAX_INFO_KEY.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.MAX_INFO_KEY.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.MAX_INFO_KEY.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.MAX_INFO_VAL.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.MAX_INFO_VAL.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.MAX_INFO_VAL.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.MAX_INFO_VAL.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.MAX_LIBRARY_VERSION_STRING.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.MAX_LIBRARY_VERSION_STRING.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.MAX_LIBRARY_VERSION_STRING.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.MAX_LIBRARY_VERSION_STRING.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.MAX_OBJECT_NAME.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.MAX_OBJECT_NAME.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.MAX_OBJECT_NAME.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.MAX_OBJECT_NAME.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.MAX_PORT_NAME.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.MAX_PORT_NAME.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.MAX_PORT_NAME.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.MAX_PORT_NAME.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.MAX_PROCESSOR_NAME.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.MAX_PROCESSOR_NAME.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.MAX_PROCESSOR_NAME.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.MAX_PROCESSOR_NAME.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.MESSAGE_NO_PROC.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.MESSAGE_NO_PROC.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.MESSAGE_NO_PROC.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.MESSAGE_NO_PROC.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.MESSAGE_NULL.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.MESSAGE_NULL.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.MESSAGE_NULL.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.MESSAGE_NULL.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.MIN.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.MIN.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.MIN.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.MIN.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.MINLOC.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.MINLOC.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.MINLOC.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.MINLOC.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.MODE_APPEND.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.MODE_APPEND.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.MODE_APPEND.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.MODE_APPEND.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.MODE_CREATE.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.MODE_CREATE.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.MODE_CREATE.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.MODE_CREATE.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.MODE_DELETE_ON_CLOSE.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.MODE_DELETE_ON_CLOSE.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.MODE_DELETE_ON_CLOSE.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.MODE_DELETE_ON_CLOSE.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.MODE_EXCL.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.MODE_EXCL.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.MODE_EXCL.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.MODE_EXCL.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.MODE_NOCHECK.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.MODE_NOCHECK.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.MODE_NOCHECK.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.MODE_NOCHECK.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.MODE_NOPRECEDE.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.MODE_NOPRECEDE.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.MODE_NOPRECEDE.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.MODE_NOPRECEDE.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.MODE_NOPUT.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.MODE_NOPUT.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.MODE_NOPUT.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.MODE_NOPUT.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.MODE_NOSTORE.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.MODE_NOSTORE.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.MODE_NOSTORE.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.MODE_NOSTORE.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.MODE_NOSUCCEED.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.MODE_NOSUCCEED.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.MODE_NOSUCCEED.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.MODE_NOSUCCEED.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.MODE_RDONLY.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.MODE_RDONLY.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.MODE_RDONLY.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.MODE_RDONLY.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.MODE_RDWR.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.MODE_RDWR.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.MODE_RDWR.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.MODE_RDWR.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.MODE_SEQUENTIAL.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.MODE_SEQUENTIAL.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.MODE_SEQUENTIAL.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.MODE_SEQUENTIAL.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.MODE_UNIQUE_OPEN.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.MODE_UNIQUE_OPEN.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.MODE_UNIQUE_OPEN.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.MODE_UNIQUE_OPEN.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.MODE_WRONLY.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.MODE_WRONLY.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.MODE_WRONLY.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.MODE_WRONLY.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.Message.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Message.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.Message.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Message.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.NO_OP.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.NO_OP.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.NO_OP.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.NO_OP.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.OFFSET.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.OFFSET.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.OFFSET.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.OFFSET.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.OP_NULL.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.OP_NULL.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.OP_NULL.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.OP_NULL.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.ORDER_C.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ORDER_C.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.ORDER_C.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ORDER_C.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.ORDER_F.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ORDER_F.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.ORDER_F.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ORDER_F.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.ORDER_FORTRAN.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ORDER_FORTRAN.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.ORDER_FORTRAN.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ORDER_FORTRAN.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.Op.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Op.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.Op.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Op.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.Open_port.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Open_port.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.Open_port.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Open_port.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.PACKED.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.PACKED.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.PACKED.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.PACKED.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.PROC_NULL.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.PROC_NULL.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.PROC_NULL.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.PROC_NULL.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.PROD.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.PROD.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.PROD.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.PROD.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.Pcontrol.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Pcontrol.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.Pcontrol.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Pcontrol.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.Pickle.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Pickle.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.Pickle.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Pickle.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.Prequest.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Prequest.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.Prequest.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Prequest.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.Publish_name.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Publish_name.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.Publish_name.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Publish_name.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.Query_thread.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Query_thread.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.Query_thread.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Query_thread.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.REAL.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.REAL.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.REAL.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.REAL.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.REAL16.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.REAL16.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.REAL16.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.REAL16.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.REAL2.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.REAL2.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.REAL2.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.REAL2.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.REAL4.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.REAL4.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.REAL4.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.REAL4.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.REAL8.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.REAL8.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.REAL8.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.REAL8.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.REPLACE.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.REPLACE.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.REPLACE.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.REPLACE.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.REQUEST_NULL.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.REQUEST_NULL.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.REQUEST_NULL.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.REQUEST_NULL.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.ROOT.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ROOT.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.ROOT.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.ROOT.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.Register_datarep.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Register_datarep.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.Register_datarep.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Register_datarep.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.Request.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Request.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.Request.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Request.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.SEEK_CUR.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.SEEK_CUR.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.SEEK_CUR.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.SEEK_CUR.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.SEEK_END.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.SEEK_END.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.SEEK_END.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.SEEK_END.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.SEEK_SET.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.SEEK_SET.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.SEEK_SET.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.SEEK_SET.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.SHORT.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.SHORT.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.SHORT.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.SHORT.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.SHORT_INT.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.SHORT_INT.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.SHORT_INT.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.SHORT_INT.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.SIGNED_CHAR.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.SIGNED_CHAR.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.SIGNED_CHAR.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.SIGNED_CHAR.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.SIGNED_INT.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.SIGNED_INT.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.SIGNED_INT.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.SIGNED_INT.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.SIGNED_LONG.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.SIGNED_LONG.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.SIGNED_LONG.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.SIGNED_LONG.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.SIGNED_LONG_LONG.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.SIGNED_LONG_LONG.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.SIGNED_LONG_LONG.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.SIGNED_LONG_LONG.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.SIGNED_SHORT.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.SIGNED_SHORT.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.SIGNED_SHORT.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.SIGNED_SHORT.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.SIMILAR.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.SIMILAR.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.SIMILAR.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.SIMILAR.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.SINT16_T.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.SINT16_T.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.SINT16_T.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.SINT16_T.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.SINT32_T.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.SINT32_T.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.SINT32_T.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.SINT32_T.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.SINT64_T.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.SINT64_T.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.SINT64_T.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.SINT64_T.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.SINT8_T.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.SINT8_T.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.SINT8_T.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.SINT8_T.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.SUBVERSION.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.SUBVERSION.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.SUBVERSION.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.SUBVERSION.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.SUCCESS.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.SUCCESS.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.SUCCESS.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.SUCCESS.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.SUM.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.SUM.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.SUM.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.SUM.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.Status.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Status.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.Status.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Status.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.TAG_UB.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.TAG_UB.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.TAG_UB.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.TAG_UB.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.THREAD_FUNNELED.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.THREAD_FUNNELED.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.THREAD_FUNNELED.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.THREAD_FUNNELED.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.THREAD_MULTIPLE.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.THREAD_MULTIPLE.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.THREAD_MULTIPLE.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.THREAD_MULTIPLE.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.THREAD_SERIALIZED.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.THREAD_SERIALIZED.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.THREAD_SERIALIZED.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.THREAD_SERIALIZED.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.THREAD_SINGLE.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.THREAD_SINGLE.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.THREAD_SINGLE.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.THREAD_SINGLE.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.TWOINT.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.TWOINT.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.TWOINT.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.TWOINT.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.TYPECLASS_COMPLEX.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.TYPECLASS_COMPLEX.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.TYPECLASS_COMPLEX.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.TYPECLASS_COMPLEX.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.TYPECLASS_INTEGER.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.TYPECLASS_INTEGER.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.TYPECLASS_INTEGER.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.TYPECLASS_INTEGER.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.TYPECLASS_REAL.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.TYPECLASS_REAL.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.TYPECLASS_REAL.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.TYPECLASS_REAL.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.Topocomm.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Topocomm.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.Topocomm.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Topocomm.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.UB.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.UB.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.UB.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.UB.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.UINT16_T.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.UINT16_T.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.UINT16_T.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.UINT16_T.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.UINT32_T.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.UINT32_T.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.UINT32_T.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.UINT32_T.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.UINT64_T.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.UINT64_T.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.UINT64_T.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.UINT64_T.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.UINT8_T.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.UINT8_T.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.UINT8_T.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.UINT8_T.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.UNDEFINED.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.UNDEFINED.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.UNDEFINED.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.UNDEFINED.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.UNEQUAL.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.UNEQUAL.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.UNEQUAL.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.UNEQUAL.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.UNIVERSE_SIZE.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.UNIVERSE_SIZE.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.UNIVERSE_SIZE.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.UNIVERSE_SIZE.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.UNSIGNED.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.UNSIGNED.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.UNSIGNED.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.UNSIGNED.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.UNSIGNED_CHAR.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.UNSIGNED_CHAR.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.UNSIGNED_CHAR.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.UNSIGNED_CHAR.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.UNSIGNED_INT.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.UNSIGNED_INT.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.UNSIGNED_INT.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.UNSIGNED_INT.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.UNSIGNED_LONG.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.UNSIGNED_LONG.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.UNSIGNED_LONG.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.UNSIGNED_LONG.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.UNSIGNED_LONG_LONG.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.UNSIGNED_LONG_LONG.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.UNSIGNED_LONG_LONG.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.UNSIGNED_LONG_LONG.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.UNSIGNED_SHORT.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.UNSIGNED_SHORT.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.UNSIGNED_SHORT.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.UNSIGNED_SHORT.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.UNWEIGHTED.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.UNWEIGHTED.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.UNWEIGHTED.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.UNWEIGHTED.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.Unpublish_name.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Unpublish_name.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.Unpublish_name.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Unpublish_name.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.VERSION.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.VERSION.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.VERSION.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.VERSION.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.WCHAR.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.WCHAR.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.WCHAR.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.WCHAR.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.WEIGHTS_EMPTY.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.WEIGHTS_EMPTY.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.WEIGHTS_EMPTY.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.WEIGHTS_EMPTY.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.WIN_BASE.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.WIN_BASE.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.WIN_BASE.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.WIN_BASE.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.WIN_CREATE_FLAVOR.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.WIN_CREATE_FLAVOR.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.WIN_CREATE_FLAVOR.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.WIN_CREATE_FLAVOR.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.WIN_DISP_UNIT.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.WIN_DISP_UNIT.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.WIN_DISP_UNIT.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.WIN_DISP_UNIT.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.WIN_FLAVOR.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.WIN_FLAVOR.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.WIN_FLAVOR.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.WIN_FLAVOR.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.WIN_FLAVOR_ALLOCATE.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.WIN_FLAVOR_ALLOCATE.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.WIN_FLAVOR_ALLOCATE.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.WIN_FLAVOR_ALLOCATE.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.WIN_FLAVOR_CREATE.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.WIN_FLAVOR_CREATE.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.WIN_FLAVOR_CREATE.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.WIN_FLAVOR_CREATE.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.WIN_FLAVOR_DYNAMIC.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.WIN_FLAVOR_DYNAMIC.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.WIN_FLAVOR_DYNAMIC.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.WIN_FLAVOR_DYNAMIC.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.WIN_FLAVOR_SHARED.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.WIN_FLAVOR_SHARED.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.WIN_FLAVOR_SHARED.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.WIN_FLAVOR_SHARED.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.WIN_MODEL.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.WIN_MODEL.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.WIN_MODEL.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.WIN_MODEL.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.WIN_NULL.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.WIN_NULL.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.WIN_NULL.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.WIN_NULL.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.WIN_SEPARATE.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.WIN_SEPARATE.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.WIN_SEPARATE.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.WIN_SEPARATE.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.WIN_SIZE.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.WIN_SIZE.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.WIN_SIZE.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.WIN_SIZE.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.WIN_UNIFIED.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.WIN_UNIFIED.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.WIN_UNIFIED.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.WIN_UNIFIED.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.WTIME_IS_GLOBAL.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.WTIME_IS_GLOBAL.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.WTIME_IS_GLOBAL.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.WTIME_IS_GLOBAL.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.Win.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Win.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.Win.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Win.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.Wtick.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Wtick.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.Wtick.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Wtick.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.Wtime.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Wtime.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.Wtime.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.Wtime.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.get_vendor.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.get_vendor.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.get_vendor.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.get_vendor.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.memory.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.memory.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.memory.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.memory.html diff --git a/3.1.4/usrman/reference/mpi4py.MPI.pickle.html b/mpi4py/3.1.4/usrman/reference/mpi4py.MPI.pickle.html similarity index 100% rename from 3.1.4/usrman/reference/mpi4py.MPI.pickle.html rename to mpi4py/3.1.4/usrman/reference/mpi4py.MPI.pickle.html diff --git a/3.1.4/usrman/search.html b/mpi4py/3.1.4/usrman/search.html similarity index 100% rename from 3.1.4/usrman/search.html rename to mpi4py/3.1.4/usrman/search.html diff --git a/3.1.4/usrman/searchindex.js b/mpi4py/3.1.4/usrman/searchindex.js similarity index 100% rename from 3.1.4/usrman/searchindex.js rename to mpi4py/3.1.4/usrman/searchindex.js diff --git a/3.1.4/usrman/tutorial.html b/mpi4py/3.1.4/usrman/tutorial.html similarity index 100% rename from 3.1.4/usrman/tutorial.html rename to mpi4py/3.1.4/usrman/tutorial.html diff --git a/3.1.5/CHANGES.html b/mpi4py/3.1.5/CHANGES.html similarity index 100% rename from 3.1.5/CHANGES.html rename to mpi4py/3.1.5/CHANGES.html diff --git a/3.1.5/LICENSE.html b/mpi4py/3.1.5/LICENSE.html similarity index 100% rename from 3.1.5/LICENSE.html rename to mpi4py/3.1.5/LICENSE.html diff --git a/3.1.5/apiref/api-objects.txt b/mpi4py/3.1.5/apiref/api-objects.txt similarity index 100% rename from 3.1.5/apiref/api-objects.txt rename to mpi4py/3.1.5/apiref/api-objects.txt diff --git a/3.1.5/apiref/class-tree.html b/mpi4py/3.1.5/apiref/class-tree.html similarity index 100% rename from 3.1.5/apiref/class-tree.html rename to mpi4py/3.1.5/apiref/class-tree.html diff --git a/3.1.5/apiref/class_hierarchy_for_cartcomm.png b/mpi4py/3.1.5/apiref/class_hierarchy_for_cartcomm.png similarity index 100% rename from 3.1.5/apiref/class_hierarchy_for_cartcomm.png rename to mpi4py/3.1.5/apiref/class_hierarchy_for_cartcomm.png diff --git a/3.1.5/apiref/class_hierarchy_for_comm.png b/mpi4py/3.1.5/apiref/class_hierarchy_for_comm.png similarity index 100% rename from 3.1.5/apiref/class_hierarchy_for_comm.png rename to mpi4py/3.1.5/apiref/class_hierarchy_for_comm.png diff --git a/3.1.5/apiref/class_hierarchy_for_datatype.png b/mpi4py/3.1.5/apiref/class_hierarchy_for_datatype.png similarity index 100% rename from 3.1.5/apiref/class_hierarchy_for_datatype.png rename to mpi4py/3.1.5/apiref/class_hierarchy_for_datatype.png diff --git a/3.1.5/apiref/class_hierarchy_for_distgraphc.png b/mpi4py/3.1.5/apiref/class_hierarchy_for_distgraphc.png similarity index 100% rename from 3.1.5/apiref/class_hierarchy_for_distgraphc.png rename to mpi4py/3.1.5/apiref/class_hierarchy_for_distgraphc.png diff --git a/3.1.5/apiref/class_hierarchy_for_errhandler.png b/mpi4py/3.1.5/apiref/class_hierarchy_for_errhandler.png similarity index 100% rename from 3.1.5/apiref/class_hierarchy_for_errhandler.png rename to mpi4py/3.1.5/apiref/class_hierarchy_for_errhandler.png diff --git a/3.1.5/apiref/class_hierarchy_for_exception.png b/mpi4py/3.1.5/apiref/class_hierarchy_for_exception.png similarity index 100% rename from 3.1.5/apiref/class_hierarchy_for_exception.png rename to mpi4py/3.1.5/apiref/class_hierarchy_for_exception.png diff --git a/3.1.5/apiref/class_hierarchy_for_file.png b/mpi4py/3.1.5/apiref/class_hierarchy_for_file.png similarity index 100% rename from 3.1.5/apiref/class_hierarchy_for_file.png rename to mpi4py/3.1.5/apiref/class_hierarchy_for_file.png diff --git a/3.1.5/apiref/class_hierarchy_for_graphcomm.png b/mpi4py/3.1.5/apiref/class_hierarchy_for_graphcomm.png similarity index 100% rename from 3.1.5/apiref/class_hierarchy_for_graphcomm.png rename to mpi4py/3.1.5/apiref/class_hierarchy_for_graphcomm.png diff --git a/3.1.5/apiref/class_hierarchy_for_grequest.png b/mpi4py/3.1.5/apiref/class_hierarchy_for_grequest.png similarity index 100% rename from 3.1.5/apiref/class_hierarchy_for_grequest.png rename to mpi4py/3.1.5/apiref/class_hierarchy_for_grequest.png diff --git a/3.1.5/apiref/class_hierarchy_for_group.png b/mpi4py/3.1.5/apiref/class_hierarchy_for_group.png similarity index 100% rename from 3.1.5/apiref/class_hierarchy_for_group.png rename to mpi4py/3.1.5/apiref/class_hierarchy_for_group.png diff --git a/3.1.5/apiref/class_hierarchy_for_info.png b/mpi4py/3.1.5/apiref/class_hierarchy_for_info.png similarity index 100% rename from 3.1.5/apiref/class_hierarchy_for_info.png rename to mpi4py/3.1.5/apiref/class_hierarchy_for_info.png diff --git a/3.1.5/apiref/class_hierarchy_for_intercomm.png b/mpi4py/3.1.5/apiref/class_hierarchy_for_intercomm.png similarity index 100% rename from 3.1.5/apiref/class_hierarchy_for_intercomm.png rename to mpi4py/3.1.5/apiref/class_hierarchy_for_intercomm.png diff --git a/3.1.5/apiref/class_hierarchy_for_intracomm.png b/mpi4py/3.1.5/apiref/class_hierarchy_for_intracomm.png similarity index 100% rename from 3.1.5/apiref/class_hierarchy_for_intracomm.png rename to mpi4py/3.1.5/apiref/class_hierarchy_for_intracomm.png diff --git a/3.1.5/apiref/class_hierarchy_for_memory.png b/mpi4py/3.1.5/apiref/class_hierarchy_for_memory.png similarity index 100% rename from 3.1.5/apiref/class_hierarchy_for_memory.png rename to mpi4py/3.1.5/apiref/class_hierarchy_for_memory.png diff --git a/3.1.5/apiref/class_hierarchy_for_message.png b/mpi4py/3.1.5/apiref/class_hierarchy_for_message.png similarity index 100% rename from 3.1.5/apiref/class_hierarchy_for_message.png rename to mpi4py/3.1.5/apiref/class_hierarchy_for_message.png diff --git a/3.1.5/apiref/class_hierarchy_for_op.png b/mpi4py/3.1.5/apiref/class_hierarchy_for_op.png similarity index 100% rename from 3.1.5/apiref/class_hierarchy_for_op.png rename to mpi4py/3.1.5/apiref/class_hierarchy_for_op.png diff --git a/3.1.5/apiref/class_hierarchy_for_pickle.png b/mpi4py/3.1.5/apiref/class_hierarchy_for_pickle.png similarity index 100% rename from 3.1.5/apiref/class_hierarchy_for_pickle.png rename to mpi4py/3.1.5/apiref/class_hierarchy_for_pickle.png diff --git a/3.1.5/apiref/class_hierarchy_for_prequest.png b/mpi4py/3.1.5/apiref/class_hierarchy_for_prequest.png similarity index 100% rename from 3.1.5/apiref/class_hierarchy_for_prequest.png rename to mpi4py/3.1.5/apiref/class_hierarchy_for_prequest.png diff --git a/3.1.5/apiref/class_hierarchy_for_rc.png b/mpi4py/3.1.5/apiref/class_hierarchy_for_rc.png similarity index 100% rename from 3.1.5/apiref/class_hierarchy_for_rc.png rename to mpi4py/3.1.5/apiref/class_hierarchy_for_rc.png diff --git a/3.1.5/apiref/class_hierarchy_for_request.png b/mpi4py/3.1.5/apiref/class_hierarchy_for_request.png similarity index 100% rename from 3.1.5/apiref/class_hierarchy_for_request.png rename to mpi4py/3.1.5/apiref/class_hierarchy_for_request.png diff --git a/3.1.5/apiref/class_hierarchy_for_status.png b/mpi4py/3.1.5/apiref/class_hierarchy_for_status.png similarity index 100% rename from 3.1.5/apiref/class_hierarchy_for_status.png rename to mpi4py/3.1.5/apiref/class_hierarchy_for_status.png diff --git a/3.1.5/apiref/class_hierarchy_for_topocomm.png b/mpi4py/3.1.5/apiref/class_hierarchy_for_topocomm.png similarity index 100% rename from 3.1.5/apiref/class_hierarchy_for_topocomm.png rename to mpi4py/3.1.5/apiref/class_hierarchy_for_topocomm.png diff --git a/3.1.5/apiref/class_hierarchy_for_win.png b/mpi4py/3.1.5/apiref/class_hierarchy_for_win.png similarity index 100% rename from 3.1.5/apiref/class_hierarchy_for_win.png rename to mpi4py/3.1.5/apiref/class_hierarchy_for_win.png diff --git a/3.1.5/apiref/crarr.png b/mpi4py/3.1.5/apiref/crarr.png similarity index 100% rename from 3.1.5/apiref/crarr.png rename to mpi4py/3.1.5/apiref/crarr.png diff --git a/3.1.5/apiref/epydoc.css b/mpi4py/3.1.5/apiref/epydoc.css similarity index 100% rename from 3.1.5/apiref/epydoc.css rename to mpi4py/3.1.5/apiref/epydoc.css diff --git a/3.1.5/apiref/epydoc.js b/mpi4py/3.1.5/apiref/epydoc.js similarity index 100% rename from 3.1.5/apiref/epydoc.js rename to mpi4py/3.1.5/apiref/epydoc.js diff --git a/3.1.5/apiref/frames.html b/mpi4py/3.1.5/apiref/frames.html similarity index 100% rename from 3.1.5/apiref/frames.html rename to mpi4py/3.1.5/apiref/frames.html diff --git a/3.1.5/apiref/help.html b/mpi4py/3.1.5/apiref/help.html similarity index 100% rename from 3.1.5/apiref/help.html rename to mpi4py/3.1.5/apiref/help.html diff --git a/3.1.5/apiref/identifier-index.html b/mpi4py/3.1.5/apiref/identifier-index.html similarity index 100% rename from 3.1.5/apiref/identifier-index.html rename to mpi4py/3.1.5/apiref/identifier-index.html diff --git a/3.1.5/apiref/index.html b/mpi4py/3.1.5/apiref/index.html similarity index 100% rename from 3.1.5/apiref/index.html rename to mpi4py/3.1.5/apiref/index.html diff --git a/3.1.5/apiref/module-tree.html b/mpi4py/3.1.5/apiref/module-tree.html similarity index 100% rename from 3.1.5/apiref/module-tree.html rename to mpi4py/3.1.5/apiref/module-tree.html diff --git a/3.1.5/apiref/mpi4py-module.html b/mpi4py/3.1.5/apiref/mpi4py-module.html similarity index 100% rename from 3.1.5/apiref/mpi4py-module.html rename to mpi4py/3.1.5/apiref/mpi4py-module.html diff --git a/3.1.5/apiref/mpi4py-pysrc.html b/mpi4py/3.1.5/apiref/mpi4py-pysrc.html similarity index 100% rename from 3.1.5/apiref/mpi4py-pysrc.html rename to mpi4py/3.1.5/apiref/mpi4py-pysrc.html diff --git a/3.1.5/apiref/mpi4py.MPI-module.html b/mpi4py/3.1.5/apiref/mpi4py.MPI-module.html similarity index 100% rename from 3.1.5/apiref/mpi4py.MPI-module.html rename to mpi4py/3.1.5/apiref/mpi4py.MPI-module.html diff --git a/3.1.5/apiref/mpi4py.MPI.Cartcomm-class.html b/mpi4py/3.1.5/apiref/mpi4py.MPI.Cartcomm-class.html similarity index 100% rename from 3.1.5/apiref/mpi4py.MPI.Cartcomm-class.html rename to mpi4py/3.1.5/apiref/mpi4py.MPI.Cartcomm-class.html diff --git a/3.1.5/apiref/mpi4py.MPI.Comm-class.html b/mpi4py/3.1.5/apiref/mpi4py.MPI.Comm-class.html similarity index 100% rename from 3.1.5/apiref/mpi4py.MPI.Comm-class.html rename to mpi4py/3.1.5/apiref/mpi4py.MPI.Comm-class.html diff --git a/3.1.5/apiref/mpi4py.MPI.Datatype-class.html b/mpi4py/3.1.5/apiref/mpi4py.MPI.Datatype-class.html similarity index 100% rename from 3.1.5/apiref/mpi4py.MPI.Datatype-class.html rename to mpi4py/3.1.5/apiref/mpi4py.MPI.Datatype-class.html diff --git a/3.1.5/apiref/mpi4py.MPI.Distgraphcomm-class.html b/mpi4py/3.1.5/apiref/mpi4py.MPI.Distgraphcomm-class.html similarity index 100% rename from 3.1.5/apiref/mpi4py.MPI.Distgraphcomm-class.html rename to mpi4py/3.1.5/apiref/mpi4py.MPI.Distgraphcomm-class.html diff --git a/3.1.5/apiref/mpi4py.MPI.Errhandler-class.html b/mpi4py/3.1.5/apiref/mpi4py.MPI.Errhandler-class.html similarity index 100% rename from 3.1.5/apiref/mpi4py.MPI.Errhandler-class.html rename to mpi4py/3.1.5/apiref/mpi4py.MPI.Errhandler-class.html diff --git a/3.1.5/apiref/mpi4py.MPI.Exception-class.html b/mpi4py/3.1.5/apiref/mpi4py.MPI.Exception-class.html similarity index 100% rename from 3.1.5/apiref/mpi4py.MPI.Exception-class.html rename to mpi4py/3.1.5/apiref/mpi4py.MPI.Exception-class.html diff --git a/3.1.5/apiref/mpi4py.MPI.File-class.html b/mpi4py/3.1.5/apiref/mpi4py.MPI.File-class.html similarity index 100% rename from 3.1.5/apiref/mpi4py.MPI.File-class.html rename to mpi4py/3.1.5/apiref/mpi4py.MPI.File-class.html diff --git a/3.1.5/apiref/mpi4py.MPI.Graphcomm-class.html b/mpi4py/3.1.5/apiref/mpi4py.MPI.Graphcomm-class.html similarity index 100% rename from 3.1.5/apiref/mpi4py.MPI.Graphcomm-class.html rename to mpi4py/3.1.5/apiref/mpi4py.MPI.Graphcomm-class.html diff --git a/3.1.5/apiref/mpi4py.MPI.Grequest-class.html b/mpi4py/3.1.5/apiref/mpi4py.MPI.Grequest-class.html similarity index 100% rename from 3.1.5/apiref/mpi4py.MPI.Grequest-class.html rename to mpi4py/3.1.5/apiref/mpi4py.MPI.Grequest-class.html diff --git a/3.1.5/apiref/mpi4py.MPI.Group-class.html b/mpi4py/3.1.5/apiref/mpi4py.MPI.Group-class.html similarity index 100% rename from 3.1.5/apiref/mpi4py.MPI.Group-class.html rename to mpi4py/3.1.5/apiref/mpi4py.MPI.Group-class.html diff --git a/3.1.5/apiref/mpi4py.MPI.Info-class.html b/mpi4py/3.1.5/apiref/mpi4py.MPI.Info-class.html similarity index 100% rename from 3.1.5/apiref/mpi4py.MPI.Info-class.html rename to mpi4py/3.1.5/apiref/mpi4py.MPI.Info-class.html diff --git a/3.1.5/apiref/mpi4py.MPI.Intercomm-class.html b/mpi4py/3.1.5/apiref/mpi4py.MPI.Intercomm-class.html similarity index 100% rename from 3.1.5/apiref/mpi4py.MPI.Intercomm-class.html rename to mpi4py/3.1.5/apiref/mpi4py.MPI.Intercomm-class.html diff --git a/3.1.5/apiref/mpi4py.MPI.Intracomm-class.html b/mpi4py/3.1.5/apiref/mpi4py.MPI.Intracomm-class.html similarity index 100% rename from 3.1.5/apiref/mpi4py.MPI.Intracomm-class.html rename to mpi4py/3.1.5/apiref/mpi4py.MPI.Intracomm-class.html diff --git a/3.1.5/apiref/mpi4py.MPI.Message-class.html b/mpi4py/3.1.5/apiref/mpi4py.MPI.Message-class.html similarity index 100% rename from 3.1.5/apiref/mpi4py.MPI.Message-class.html rename to mpi4py/3.1.5/apiref/mpi4py.MPI.Message-class.html diff --git a/3.1.5/apiref/mpi4py.MPI.Op-class.html b/mpi4py/3.1.5/apiref/mpi4py.MPI.Op-class.html similarity index 100% rename from 3.1.5/apiref/mpi4py.MPI.Op-class.html rename to mpi4py/3.1.5/apiref/mpi4py.MPI.Op-class.html diff --git a/3.1.5/apiref/mpi4py.MPI.Pickle-class.html b/mpi4py/3.1.5/apiref/mpi4py.MPI.Pickle-class.html similarity index 100% rename from 3.1.5/apiref/mpi4py.MPI.Pickle-class.html rename to mpi4py/3.1.5/apiref/mpi4py.MPI.Pickle-class.html diff --git a/3.1.5/apiref/mpi4py.MPI.Prequest-class.html b/mpi4py/3.1.5/apiref/mpi4py.MPI.Prequest-class.html similarity index 100% rename from 3.1.5/apiref/mpi4py.MPI.Prequest-class.html rename to mpi4py/3.1.5/apiref/mpi4py.MPI.Prequest-class.html diff --git a/3.1.5/apiref/mpi4py.MPI.Request-class.html b/mpi4py/3.1.5/apiref/mpi4py.MPI.Request-class.html similarity index 100% rename from 3.1.5/apiref/mpi4py.MPI.Request-class.html rename to mpi4py/3.1.5/apiref/mpi4py.MPI.Request-class.html diff --git a/3.1.5/apiref/mpi4py.MPI.Status-class.html b/mpi4py/3.1.5/apiref/mpi4py.MPI.Status-class.html similarity index 100% rename from 3.1.5/apiref/mpi4py.MPI.Status-class.html rename to mpi4py/3.1.5/apiref/mpi4py.MPI.Status-class.html diff --git a/3.1.5/apiref/mpi4py.MPI.Topocomm-class.html b/mpi4py/3.1.5/apiref/mpi4py.MPI.Topocomm-class.html similarity index 100% rename from 3.1.5/apiref/mpi4py.MPI.Topocomm-class.html rename to mpi4py/3.1.5/apiref/mpi4py.MPI.Topocomm-class.html diff --git a/3.1.5/apiref/mpi4py.MPI.Win-class.html b/mpi4py/3.1.5/apiref/mpi4py.MPI.Win-class.html similarity index 100% rename from 3.1.5/apiref/mpi4py.MPI.Win-class.html rename to mpi4py/3.1.5/apiref/mpi4py.MPI.Win-class.html diff --git a/3.1.5/apiref/mpi4py.MPI.memory-class.html b/mpi4py/3.1.5/apiref/mpi4py.MPI.memory-class.html similarity index 100% rename from 3.1.5/apiref/mpi4py.MPI.memory-class.html rename to mpi4py/3.1.5/apiref/mpi4py.MPI.memory-class.html diff --git a/3.1.5/apiref/mpi4py.Rc-class.html b/mpi4py/3.1.5/apiref/mpi4py.Rc-class.html similarity index 100% rename from 3.1.5/apiref/mpi4py.Rc-class.html rename to mpi4py/3.1.5/apiref/mpi4py.Rc-class.html diff --git a/3.1.5/apiref/redirect.html b/mpi4py/3.1.5/apiref/redirect.html similarity index 100% rename from 3.1.5/apiref/redirect.html rename to mpi4py/3.1.5/apiref/redirect.html diff --git a/3.1.5/apiref/toc-everything.html b/mpi4py/3.1.5/apiref/toc-everything.html similarity index 100% rename from 3.1.5/apiref/toc-everything.html rename to mpi4py/3.1.5/apiref/toc-everything.html diff --git a/3.1.5/apiref/toc-mpi4py-module.html b/mpi4py/3.1.5/apiref/toc-mpi4py-module.html similarity index 100% rename from 3.1.5/apiref/toc-mpi4py-module.html rename to mpi4py/3.1.5/apiref/toc-mpi4py-module.html diff --git a/3.1.5/apiref/toc-mpi4py.MPI-module.html b/mpi4py/3.1.5/apiref/toc-mpi4py.MPI-module.html similarity index 100% rename from 3.1.5/apiref/toc-mpi4py.MPI-module.html rename to mpi4py/3.1.5/apiref/toc-mpi4py.MPI-module.html diff --git a/3.1.5/apiref/toc.html b/mpi4py/3.1.5/apiref/toc.html similarity index 100% rename from 3.1.5/apiref/toc.html rename to mpi4py/3.1.5/apiref/toc.html diff --git a/3.1.5/index.html b/mpi4py/3.1.5/index.html similarity index 100% rename from 3.1.5/index.html rename to mpi4py/3.1.5/index.html diff --git a/3.1.5/index.rst b/mpi4py/3.1.5/index.rst similarity index 100% rename from 3.1.5/index.rst rename to mpi4py/3.1.5/index.rst diff --git a/3.1.5/mpi4py.1 b/mpi4py/3.1.5/mpi4py.1 similarity index 100% rename from 3.1.5/mpi4py.1 rename to mpi4py/3.1.5/mpi4py.1 diff --git a/3.1.5/mpi4py.bib b/mpi4py/3.1.5/mpi4py.bib similarity index 100% rename from 3.1.5/mpi4py.bib rename to mpi4py/3.1.5/mpi4py.bib diff --git a/3.1.5/mpi4py.info b/mpi4py/3.1.5/mpi4py.info similarity index 100% rename from 3.1.5/mpi4py.info rename to mpi4py/3.1.5/mpi4py.info diff --git a/3.1.5/mpi4py.pdf b/mpi4py/3.1.5/mpi4py.pdf similarity index 100% rename from 3.1.5/mpi4py.pdf rename to mpi4py/3.1.5/mpi4py.pdf diff --git a/3.1.5/source/usrman/.gitignore b/mpi4py/3.1.5/source/usrman/.gitignore similarity index 100% rename from 3.1.5/source/usrman/.gitignore rename to mpi4py/3.1.5/source/usrman/.gitignore diff --git a/3.1.5/source/usrman/Makefile b/mpi4py/3.1.5/source/usrman/Makefile similarity index 100% rename from 3.1.5/source/usrman/Makefile rename to mpi4py/3.1.5/source/usrman/Makefile diff --git a/3.1.5/source/usrman/_static/css/custom.css b/mpi4py/3.1.5/source/usrman/_static/css/custom.css similarity index 100% rename from 3.1.5/source/usrman/_static/css/custom.css rename to mpi4py/3.1.5/source/usrman/_static/css/custom.css diff --git a/3.1.5/source/usrman/_templates/autosummary/class.rst b/mpi4py/3.1.5/source/usrman/_templates/autosummary/class.rst similarity index 100% rename from 3.1.5/source/usrman/_templates/autosummary/class.rst rename to mpi4py/3.1.5/source/usrman/_templates/autosummary/class.rst diff --git a/3.1.5/source/usrman/_templates/autosummary/module.rst b/mpi4py/3.1.5/source/usrman/_templates/autosummary/module.rst similarity index 100% rename from 3.1.5/source/usrman/_templates/autosummary/module.rst rename to mpi4py/3.1.5/source/usrman/_templates/autosummary/module.rst diff --git a/3.1.5/source/usrman/_templates/layout.html b/mpi4py/3.1.5/source/usrman/_templates/layout.html similarity index 100% rename from 3.1.5/source/usrman/_templates/layout.html rename to mpi4py/3.1.5/source/usrman/_templates/layout.html diff --git a/3.1.5/source/usrman/apidoc.py b/mpi4py/3.1.5/source/usrman/apidoc.py similarity index 100% rename from 3.1.5/source/usrman/apidoc.py rename to mpi4py/3.1.5/source/usrman/apidoc.py diff --git a/3.1.5/source/usrman/appendix.rst b/mpi4py/3.1.5/source/usrman/appendix.rst similarity index 100% rename from 3.1.5/source/usrman/appendix.rst rename to mpi4py/3.1.5/source/usrman/appendix.rst diff --git a/3.1.5/source/usrman/citing.rst b/mpi4py/3.1.5/source/usrman/citing.rst similarity index 100% rename from 3.1.5/source/usrman/citing.rst rename to mpi4py/3.1.5/source/usrman/citing.rst diff --git a/3.1.5/source/usrman/conf.py b/mpi4py/3.1.5/source/usrman/conf.py similarity index 100% rename from 3.1.5/source/usrman/conf.py rename to mpi4py/3.1.5/source/usrman/conf.py diff --git a/3.1.5/source/usrman/index.rst b/mpi4py/3.1.5/source/usrman/index.rst similarity index 100% rename from 3.1.5/source/usrman/index.rst rename to mpi4py/3.1.5/source/usrman/index.rst diff --git a/3.1.5/source/usrman/install.rst b/mpi4py/3.1.5/source/usrman/install.rst similarity index 100% rename from 3.1.5/source/usrman/install.rst rename to mpi4py/3.1.5/source/usrman/install.rst diff --git a/3.1.5/source/usrman/intro.rst b/mpi4py/3.1.5/source/usrman/intro.rst similarity index 100% rename from 3.1.5/source/usrman/intro.rst rename to mpi4py/3.1.5/source/usrman/intro.rst diff --git a/3.1.5/source/usrman/make.bat b/mpi4py/3.1.5/source/usrman/make.bat similarity index 100% rename from 3.1.5/source/usrman/make.bat rename to mpi4py/3.1.5/source/usrman/make.bat diff --git a/3.1.5/source/usrman/mpi4py.MPI.rst b/mpi4py/3.1.5/source/usrman/mpi4py.MPI.rst similarity index 100% rename from 3.1.5/source/usrman/mpi4py.MPI.rst rename to mpi4py/3.1.5/source/usrman/mpi4py.MPI.rst diff --git a/3.1.5/source/usrman/mpi4py.futures.rst b/mpi4py/3.1.5/source/usrman/mpi4py.futures.rst similarity index 100% rename from 3.1.5/source/usrman/mpi4py.futures.rst rename to mpi4py/3.1.5/source/usrman/mpi4py.futures.rst diff --git a/3.1.5/source/usrman/mpi4py.rst b/mpi4py/3.1.5/source/usrman/mpi4py.rst similarity index 100% rename from 3.1.5/source/usrman/mpi4py.rst rename to mpi4py/3.1.5/source/usrman/mpi4py.rst diff --git a/3.1.5/source/usrman/mpi4py.run.rst b/mpi4py/3.1.5/source/usrman/mpi4py.run.rst similarity index 100% rename from 3.1.5/source/usrman/mpi4py.run.rst rename to mpi4py/3.1.5/source/usrman/mpi4py.run.rst diff --git a/3.1.5/source/usrman/mpi4py.util.dtlib.rst b/mpi4py/3.1.5/source/usrman/mpi4py.util.dtlib.rst similarity index 100% rename from 3.1.5/source/usrman/mpi4py.util.dtlib.rst rename to mpi4py/3.1.5/source/usrman/mpi4py.util.dtlib.rst diff --git a/3.1.5/source/usrman/mpi4py.util.pkl5.rst b/mpi4py/3.1.5/source/usrman/mpi4py.util.pkl5.rst similarity index 100% rename from 3.1.5/source/usrman/mpi4py.util.pkl5.rst rename to mpi4py/3.1.5/source/usrman/mpi4py.util.pkl5.rst diff --git a/3.1.5/source/usrman/mpi4py.util.rst b/mpi4py/3.1.5/source/usrman/mpi4py.util.rst similarity index 100% rename from 3.1.5/source/usrman/mpi4py.util.rst rename to mpi4py/3.1.5/source/usrman/mpi4py.util.rst diff --git a/3.1.5/source/usrman/overview.rst b/mpi4py/3.1.5/source/usrman/overview.rst similarity index 100% rename from 3.1.5/source/usrman/overview.rst rename to mpi4py/3.1.5/source/usrman/overview.rst diff --git a/3.1.5/source/usrman/reference.rst b/mpi4py/3.1.5/source/usrman/reference.rst similarity index 100% rename from 3.1.5/source/usrman/reference.rst rename to mpi4py/3.1.5/source/usrman/reference.rst diff --git a/3.1.5/source/usrman/tutorial.rst b/mpi4py/3.1.5/source/usrman/tutorial.rst similarity index 100% rename from 3.1.5/source/usrman/tutorial.rst rename to mpi4py/3.1.5/source/usrman/tutorial.rst diff --git a/3.1.5/usrman/_static/basic.css b/mpi4py/3.1.5/usrman/_static/basic.css similarity index 100% rename from 3.1.5/usrman/_static/basic.css rename to mpi4py/3.1.5/usrman/_static/basic.css diff --git a/3.1.5/usrman/_static/classic.css b/mpi4py/3.1.5/usrman/_static/classic.css similarity index 100% rename from 3.1.5/usrman/_static/classic.css rename to mpi4py/3.1.5/usrman/_static/classic.css diff --git a/3.1.5/usrman/_static/css/custom.css b/mpi4py/3.1.5/usrman/_static/css/custom.css similarity index 100% rename from 3.1.5/usrman/_static/css/custom.css rename to mpi4py/3.1.5/usrman/_static/css/custom.css diff --git a/3.1.5/usrman/_static/default.css b/mpi4py/3.1.5/usrman/_static/default.css similarity index 100% rename from 3.1.5/usrman/_static/default.css rename to mpi4py/3.1.5/usrman/_static/default.css diff --git a/3.1.5/usrman/_static/doctools.js b/mpi4py/3.1.5/usrman/_static/doctools.js similarity index 100% rename from 3.1.5/usrman/_static/doctools.js rename to mpi4py/3.1.5/usrman/_static/doctools.js diff --git a/3.1.5/usrman/_static/documentation_options.js b/mpi4py/3.1.5/usrman/_static/documentation_options.js similarity index 100% rename from 3.1.5/usrman/_static/documentation_options.js rename to mpi4py/3.1.5/usrman/_static/documentation_options.js diff --git a/3.1.5/usrman/_static/file.png b/mpi4py/3.1.5/usrman/_static/file.png similarity index 100% rename from 3.1.5/usrman/_static/file.png rename to mpi4py/3.1.5/usrman/_static/file.png diff --git a/3.1.5/usrman/_static/jquery-3.5.1.js b/mpi4py/3.1.5/usrman/_static/jquery-3.5.1.js similarity index 100% rename from 3.1.5/usrman/_static/jquery-3.5.1.js rename to mpi4py/3.1.5/usrman/_static/jquery-3.5.1.js diff --git a/3.1.5/usrman/_static/jquery.js b/mpi4py/3.1.5/usrman/_static/jquery.js similarity index 100% rename from 3.1.5/usrman/_static/jquery.js rename to mpi4py/3.1.5/usrman/_static/jquery.js diff --git a/3.1.5/usrman/_static/language_data.js b/mpi4py/3.1.5/usrman/_static/language_data.js similarity index 100% rename from 3.1.5/usrman/_static/language_data.js rename to mpi4py/3.1.5/usrman/_static/language_data.js diff --git a/3.1.5/usrman/_static/minus.png b/mpi4py/3.1.5/usrman/_static/minus.png similarity index 100% rename from 3.1.5/usrman/_static/minus.png rename to mpi4py/3.1.5/usrman/_static/minus.png diff --git a/3.1.5/usrman/_static/plus.png b/mpi4py/3.1.5/usrman/_static/plus.png similarity index 100% rename from 3.1.5/usrman/_static/plus.png rename to mpi4py/3.1.5/usrman/_static/plus.png diff --git a/3.1.5/usrman/_static/pygments.css b/mpi4py/3.1.5/usrman/_static/pygments.css similarity index 100% rename from 3.1.5/usrman/_static/pygments.css rename to mpi4py/3.1.5/usrman/_static/pygments.css diff --git a/3.1.5/usrman/_static/searchtools.js b/mpi4py/3.1.5/usrman/_static/searchtools.js similarity index 100% rename from 3.1.5/usrman/_static/searchtools.js rename to mpi4py/3.1.5/usrman/_static/searchtools.js diff --git a/3.1.5/usrman/_static/sidebar.js b/mpi4py/3.1.5/usrman/_static/sidebar.js similarity index 100% rename from 3.1.5/usrman/_static/sidebar.js rename to mpi4py/3.1.5/usrman/_static/sidebar.js diff --git a/3.1.5/usrman/_static/underscore-1.13.1.js b/mpi4py/3.1.5/usrman/_static/underscore-1.13.1.js similarity index 100% rename from 3.1.5/usrman/_static/underscore-1.13.1.js rename to mpi4py/3.1.5/usrman/_static/underscore-1.13.1.js diff --git a/3.1.5/usrman/_static/underscore.js b/mpi4py/3.1.5/usrman/_static/underscore.js similarity index 100% rename from 3.1.5/usrman/_static/underscore.js rename to mpi4py/3.1.5/usrman/_static/underscore.js diff --git a/3.1.5/usrman/appendix.html b/mpi4py/3.1.5/usrman/appendix.html similarity index 100% rename from 3.1.5/usrman/appendix.html rename to mpi4py/3.1.5/usrman/appendix.html diff --git a/3.1.5/usrman/citing.html b/mpi4py/3.1.5/usrman/citing.html similarity index 100% rename from 3.1.5/usrman/citing.html rename to mpi4py/3.1.5/usrman/citing.html diff --git a/3.1.5/usrman/genindex.html b/mpi4py/3.1.5/usrman/genindex.html similarity index 100% rename from 3.1.5/usrman/genindex.html rename to mpi4py/3.1.5/usrman/genindex.html diff --git a/3.1.5/usrman/index.html b/mpi4py/3.1.5/usrman/index.html similarity index 100% rename from 3.1.5/usrman/index.html rename to mpi4py/3.1.5/usrman/index.html diff --git a/3.1.5/usrman/install.html b/mpi4py/3.1.5/usrman/install.html similarity index 100% rename from 3.1.5/usrman/install.html rename to mpi4py/3.1.5/usrman/install.html diff --git a/3.1.5/usrman/intro.html b/mpi4py/3.1.5/usrman/intro.html similarity index 100% rename from 3.1.5/usrman/intro.html rename to mpi4py/3.1.5/usrman/intro.html diff --git a/3.1.5/usrman/mpi4py.MPI.html b/mpi4py/3.1.5/usrman/mpi4py.MPI.html similarity index 100% rename from 3.1.5/usrman/mpi4py.MPI.html rename to mpi4py/3.1.5/usrman/mpi4py.MPI.html diff --git a/3.1.5/usrman/mpi4py.futures.html b/mpi4py/3.1.5/usrman/mpi4py.futures.html similarity index 100% rename from 3.1.5/usrman/mpi4py.futures.html rename to mpi4py/3.1.5/usrman/mpi4py.futures.html diff --git a/3.1.5/usrman/mpi4py.html b/mpi4py/3.1.5/usrman/mpi4py.html similarity index 100% rename from 3.1.5/usrman/mpi4py.html rename to mpi4py/3.1.5/usrman/mpi4py.html diff --git a/3.1.5/usrman/mpi4py.run.html b/mpi4py/3.1.5/usrman/mpi4py.run.html similarity index 100% rename from 3.1.5/usrman/mpi4py.run.html rename to mpi4py/3.1.5/usrman/mpi4py.run.html diff --git a/3.1.5/usrman/mpi4py.util.dtlib.html b/mpi4py/3.1.5/usrman/mpi4py.util.dtlib.html similarity index 100% rename from 3.1.5/usrman/mpi4py.util.dtlib.html rename to mpi4py/3.1.5/usrman/mpi4py.util.dtlib.html diff --git a/3.1.5/usrman/mpi4py.util.html b/mpi4py/3.1.5/usrman/mpi4py.util.html similarity index 100% rename from 3.1.5/usrman/mpi4py.util.html rename to mpi4py/3.1.5/usrman/mpi4py.util.html diff --git a/3.1.5/usrman/mpi4py.util.pkl5.html b/mpi4py/3.1.5/usrman/mpi4py.util.pkl5.html similarity index 100% rename from 3.1.5/usrman/mpi4py.util.pkl5.html rename to mpi4py/3.1.5/usrman/mpi4py.util.pkl5.html diff --git a/3.1.5/usrman/objects.inv b/mpi4py/3.1.5/usrman/objects.inv similarity index 100% rename from 3.1.5/usrman/objects.inv rename to mpi4py/3.1.5/usrman/objects.inv diff --git a/3.1.5/usrman/overview.html b/mpi4py/3.1.5/usrman/overview.html similarity index 100% rename from 3.1.5/usrman/overview.html rename to mpi4py/3.1.5/usrman/overview.html diff --git a/3.1.5/usrman/py-modindex.html b/mpi4py/3.1.5/usrman/py-modindex.html similarity index 100% rename from 3.1.5/usrman/py-modindex.html rename to mpi4py/3.1.5/usrman/py-modindex.html diff --git a/3.1.5/usrman/reference.html b/mpi4py/3.1.5/usrman/reference.html similarity index 100% rename from 3.1.5/usrman/reference.html rename to mpi4py/3.1.5/usrman/reference.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.AINT.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.AINT.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.AINT.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.AINT.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.ANY_SOURCE.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ANY_SOURCE.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.ANY_SOURCE.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ANY_SOURCE.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.ANY_TAG.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ANY_TAG.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.ANY_TAG.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ANY_TAG.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.APPNUM.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.APPNUM.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.APPNUM.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.APPNUM.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.Add_error_class.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Add_error_class.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.Add_error_class.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Add_error_class.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.Add_error_code.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Add_error_code.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.Add_error_code.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Add_error_code.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.Add_error_string.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Add_error_string.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.Add_error_string.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Add_error_string.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.Aint_add.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Aint_add.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.Aint_add.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Aint_add.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.Aint_diff.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Aint_diff.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.Aint_diff.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Aint_diff.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.Alloc_mem.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Alloc_mem.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.Alloc_mem.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Alloc_mem.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.Attach_buffer.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Attach_buffer.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.Attach_buffer.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Attach_buffer.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.BAND.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.BAND.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.BAND.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.BAND.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.BOOL.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.BOOL.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.BOOL.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.BOOL.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.BOR.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.BOR.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.BOR.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.BOR.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.BOTTOM.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.BOTTOM.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.BOTTOM.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.BOTTOM.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.BSEND_OVERHEAD.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.BSEND_OVERHEAD.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.BSEND_OVERHEAD.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.BSEND_OVERHEAD.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.BXOR.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.BXOR.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.BXOR.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.BXOR.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.BYTE.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.BYTE.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.BYTE.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.BYTE.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.CART.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.CART.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.CART.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.CART.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.CHAR.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.CHAR.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.CHAR.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.CHAR.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.CHARACTER.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.CHARACTER.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.CHARACTER.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.CHARACTER.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.COMBINER_CONTIGUOUS.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.COMBINER_CONTIGUOUS.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.COMBINER_CONTIGUOUS.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.COMBINER_CONTIGUOUS.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.COMBINER_DARRAY.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.COMBINER_DARRAY.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.COMBINER_DARRAY.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.COMBINER_DARRAY.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.COMBINER_DUP.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.COMBINER_DUP.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.COMBINER_DUP.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.COMBINER_DUP.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.COMBINER_F90_COMPLEX.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.COMBINER_F90_COMPLEX.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.COMBINER_F90_COMPLEX.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.COMBINER_F90_COMPLEX.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.COMBINER_F90_INTEGER.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.COMBINER_F90_INTEGER.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.COMBINER_F90_INTEGER.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.COMBINER_F90_INTEGER.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.COMBINER_F90_REAL.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.COMBINER_F90_REAL.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.COMBINER_F90_REAL.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.COMBINER_F90_REAL.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.COMBINER_HINDEXED.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.COMBINER_HINDEXED.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.COMBINER_HINDEXED.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.COMBINER_HINDEXED.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.COMBINER_HINDEXED_BLOCK.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.COMBINER_HINDEXED_BLOCK.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.COMBINER_HINDEXED_BLOCK.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.COMBINER_HINDEXED_BLOCK.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.COMBINER_HVECTOR.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.COMBINER_HVECTOR.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.COMBINER_HVECTOR.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.COMBINER_HVECTOR.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.COMBINER_INDEXED.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.COMBINER_INDEXED.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.COMBINER_INDEXED.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.COMBINER_INDEXED.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.COMBINER_INDEXED_BLOCK.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.COMBINER_INDEXED_BLOCK.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.COMBINER_INDEXED_BLOCK.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.COMBINER_INDEXED_BLOCK.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.COMBINER_NAMED.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.COMBINER_NAMED.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.COMBINER_NAMED.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.COMBINER_NAMED.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.COMBINER_RESIZED.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.COMBINER_RESIZED.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.COMBINER_RESIZED.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.COMBINER_RESIZED.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.COMBINER_STRUCT.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.COMBINER_STRUCT.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.COMBINER_STRUCT.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.COMBINER_STRUCT.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.COMBINER_SUBARRAY.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.COMBINER_SUBARRAY.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.COMBINER_SUBARRAY.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.COMBINER_SUBARRAY.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.COMBINER_VECTOR.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.COMBINER_VECTOR.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.COMBINER_VECTOR.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.COMBINER_VECTOR.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.COMM_NULL.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.COMM_NULL.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.COMM_NULL.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.COMM_NULL.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.COMM_SELF.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.COMM_SELF.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.COMM_SELF.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.COMM_SELF.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.COMM_TYPE_SHARED.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.COMM_TYPE_SHARED.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.COMM_TYPE_SHARED.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.COMM_TYPE_SHARED.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.COMM_WORLD.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.COMM_WORLD.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.COMM_WORLD.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.COMM_WORLD.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.COMPLEX.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.COMPLEX.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.COMPLEX.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.COMPLEX.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.COMPLEX16.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.COMPLEX16.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.COMPLEX16.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.COMPLEX16.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.COMPLEX32.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.COMPLEX32.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.COMPLEX32.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.COMPLEX32.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.COMPLEX4.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.COMPLEX4.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.COMPLEX4.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.COMPLEX4.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.COMPLEX8.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.COMPLEX8.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.COMPLEX8.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.COMPLEX8.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.CONGRUENT.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.CONGRUENT.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.CONGRUENT.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.CONGRUENT.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.COUNT.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.COUNT.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.COUNT.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.COUNT.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.CXX_BOOL.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.CXX_BOOL.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.CXX_BOOL.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.CXX_BOOL.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.CXX_DOUBLE_COMPLEX.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.CXX_DOUBLE_COMPLEX.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.CXX_DOUBLE_COMPLEX.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.CXX_DOUBLE_COMPLEX.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.CXX_FLOAT_COMPLEX.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.CXX_FLOAT_COMPLEX.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.CXX_FLOAT_COMPLEX.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.CXX_FLOAT_COMPLEX.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.CXX_LONG_DOUBLE_COMPLEX.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.CXX_LONG_DOUBLE_COMPLEX.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.CXX_LONG_DOUBLE_COMPLEX.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.CXX_LONG_DOUBLE_COMPLEX.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.C_BOOL.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.C_BOOL.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.C_BOOL.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.C_BOOL.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.C_COMPLEX.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.C_COMPLEX.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.C_COMPLEX.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.C_COMPLEX.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.C_DOUBLE_COMPLEX.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.C_DOUBLE_COMPLEX.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.C_DOUBLE_COMPLEX.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.C_DOUBLE_COMPLEX.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.C_FLOAT_COMPLEX.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.C_FLOAT_COMPLEX.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.C_FLOAT_COMPLEX.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.C_FLOAT_COMPLEX.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.C_LONG_DOUBLE_COMPLEX.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.C_LONG_DOUBLE_COMPLEX.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.C_LONG_DOUBLE_COMPLEX.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.C_LONG_DOUBLE_COMPLEX.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.Cartcomm.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Cartcomm.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.Cartcomm.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Cartcomm.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.Close_port.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Close_port.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.Close_port.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Close_port.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.Comm.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Comm.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.Comm.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Comm.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.Compute_dims.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Compute_dims.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.Compute_dims.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Compute_dims.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.DATATYPE_NULL.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.DATATYPE_NULL.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.DATATYPE_NULL.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.DATATYPE_NULL.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.DISPLACEMENT_CURRENT.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.DISPLACEMENT_CURRENT.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.DISPLACEMENT_CURRENT.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.DISPLACEMENT_CURRENT.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.DISP_CUR.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.DISP_CUR.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.DISP_CUR.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.DISP_CUR.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.DISTRIBUTE_BLOCK.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.DISTRIBUTE_BLOCK.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.DISTRIBUTE_BLOCK.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.DISTRIBUTE_BLOCK.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.DISTRIBUTE_CYCLIC.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.DISTRIBUTE_CYCLIC.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.DISTRIBUTE_CYCLIC.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.DISTRIBUTE_CYCLIC.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.DISTRIBUTE_DFLT_DARG.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.DISTRIBUTE_DFLT_DARG.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.DISTRIBUTE_DFLT_DARG.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.DISTRIBUTE_DFLT_DARG.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.DISTRIBUTE_NONE.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.DISTRIBUTE_NONE.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.DISTRIBUTE_NONE.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.DISTRIBUTE_NONE.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.DIST_GRAPH.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.DIST_GRAPH.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.DIST_GRAPH.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.DIST_GRAPH.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.DOUBLE.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.DOUBLE.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.DOUBLE.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.DOUBLE.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.DOUBLE_COMPLEX.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.DOUBLE_COMPLEX.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.DOUBLE_COMPLEX.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.DOUBLE_COMPLEX.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.DOUBLE_INT.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.DOUBLE_INT.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.DOUBLE_INT.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.DOUBLE_INT.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.DOUBLE_PRECISION.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.DOUBLE_PRECISION.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.DOUBLE_PRECISION.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.DOUBLE_PRECISION.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.Datatype.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Datatype.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.Datatype.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Datatype.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.Detach_buffer.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Detach_buffer.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.Detach_buffer.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Detach_buffer.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.Distgraphcomm.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Distgraphcomm.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.Distgraphcomm.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Distgraphcomm.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.ERRHANDLER_NULL.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERRHANDLER_NULL.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.ERRHANDLER_NULL.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERRHANDLER_NULL.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.ERRORS_ARE_FATAL.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERRORS_ARE_FATAL.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.ERRORS_ARE_FATAL.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERRORS_ARE_FATAL.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.ERRORS_RETURN.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERRORS_RETURN.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.ERRORS_RETURN.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERRORS_RETURN.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.ERR_ACCESS.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_ACCESS.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.ERR_ACCESS.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_ACCESS.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.ERR_AMODE.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_AMODE.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.ERR_AMODE.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_AMODE.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.ERR_ARG.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_ARG.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.ERR_ARG.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_ARG.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.ERR_ASSERT.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_ASSERT.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.ERR_ASSERT.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_ASSERT.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.ERR_BAD_FILE.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_BAD_FILE.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.ERR_BAD_FILE.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_BAD_FILE.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.ERR_BASE.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_BASE.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.ERR_BASE.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_BASE.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.ERR_BUFFER.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_BUFFER.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.ERR_BUFFER.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_BUFFER.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.ERR_COMM.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_COMM.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.ERR_COMM.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_COMM.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.ERR_CONVERSION.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_CONVERSION.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.ERR_CONVERSION.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_CONVERSION.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.ERR_COUNT.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_COUNT.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.ERR_COUNT.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_COUNT.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.ERR_DIMS.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_DIMS.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.ERR_DIMS.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_DIMS.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.ERR_DISP.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_DISP.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.ERR_DISP.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_DISP.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.ERR_DUP_DATAREP.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_DUP_DATAREP.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.ERR_DUP_DATAREP.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_DUP_DATAREP.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.ERR_FILE.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_FILE.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.ERR_FILE.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_FILE.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.ERR_FILE_EXISTS.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_FILE_EXISTS.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.ERR_FILE_EXISTS.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_FILE_EXISTS.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.ERR_FILE_IN_USE.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_FILE_IN_USE.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.ERR_FILE_IN_USE.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_FILE_IN_USE.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.ERR_GROUP.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_GROUP.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.ERR_GROUP.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_GROUP.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.ERR_INFO.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_INFO.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.ERR_INFO.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_INFO.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.ERR_INFO_KEY.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_INFO_KEY.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.ERR_INFO_KEY.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_INFO_KEY.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.ERR_INFO_NOKEY.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_INFO_NOKEY.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.ERR_INFO_NOKEY.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_INFO_NOKEY.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.ERR_INFO_VALUE.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_INFO_VALUE.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.ERR_INFO_VALUE.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_INFO_VALUE.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.ERR_INTERN.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_INTERN.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.ERR_INTERN.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_INTERN.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.ERR_IN_STATUS.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_IN_STATUS.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.ERR_IN_STATUS.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_IN_STATUS.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.ERR_IO.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_IO.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.ERR_IO.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_IO.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.ERR_KEYVAL.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_KEYVAL.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.ERR_KEYVAL.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_KEYVAL.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.ERR_LASTCODE.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_LASTCODE.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.ERR_LASTCODE.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_LASTCODE.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.ERR_LOCKTYPE.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_LOCKTYPE.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.ERR_LOCKTYPE.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_LOCKTYPE.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.ERR_NAME.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_NAME.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.ERR_NAME.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_NAME.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.ERR_NOT_SAME.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_NOT_SAME.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.ERR_NOT_SAME.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_NOT_SAME.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.ERR_NO_MEM.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_NO_MEM.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.ERR_NO_MEM.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_NO_MEM.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.ERR_NO_SPACE.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_NO_SPACE.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.ERR_NO_SPACE.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_NO_SPACE.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.ERR_NO_SUCH_FILE.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_NO_SUCH_FILE.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.ERR_NO_SUCH_FILE.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_NO_SUCH_FILE.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.ERR_OP.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_OP.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.ERR_OP.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_OP.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.ERR_OTHER.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_OTHER.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.ERR_OTHER.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_OTHER.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.ERR_PENDING.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_PENDING.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.ERR_PENDING.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_PENDING.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.ERR_PORT.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_PORT.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.ERR_PORT.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_PORT.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.ERR_QUOTA.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_QUOTA.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.ERR_QUOTA.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_QUOTA.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.ERR_RANK.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_RANK.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.ERR_RANK.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_RANK.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.ERR_READ_ONLY.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_READ_ONLY.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.ERR_READ_ONLY.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_READ_ONLY.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.ERR_REQUEST.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_REQUEST.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.ERR_REQUEST.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_REQUEST.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.ERR_RMA_ATTACH.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_RMA_ATTACH.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.ERR_RMA_ATTACH.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_RMA_ATTACH.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.ERR_RMA_CONFLICT.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_RMA_CONFLICT.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.ERR_RMA_CONFLICT.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_RMA_CONFLICT.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.ERR_RMA_FLAVOR.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_RMA_FLAVOR.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.ERR_RMA_FLAVOR.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_RMA_FLAVOR.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.ERR_RMA_RANGE.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_RMA_RANGE.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.ERR_RMA_RANGE.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_RMA_RANGE.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.ERR_RMA_SHARED.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_RMA_SHARED.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.ERR_RMA_SHARED.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_RMA_SHARED.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.ERR_RMA_SYNC.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_RMA_SYNC.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.ERR_RMA_SYNC.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_RMA_SYNC.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.ERR_ROOT.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_ROOT.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.ERR_ROOT.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_ROOT.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.ERR_SERVICE.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_SERVICE.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.ERR_SERVICE.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_SERVICE.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.ERR_SIZE.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_SIZE.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.ERR_SIZE.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_SIZE.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.ERR_SPAWN.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_SPAWN.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.ERR_SPAWN.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_SPAWN.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.ERR_TAG.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_TAG.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.ERR_TAG.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_TAG.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.ERR_TOPOLOGY.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_TOPOLOGY.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.ERR_TOPOLOGY.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_TOPOLOGY.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.ERR_TRUNCATE.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_TRUNCATE.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.ERR_TRUNCATE.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_TRUNCATE.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.ERR_TYPE.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_TYPE.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.ERR_TYPE.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_TYPE.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.ERR_UNKNOWN.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_UNKNOWN.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.ERR_UNKNOWN.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_UNKNOWN.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.ERR_UNSUPPORTED_DATAREP.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_UNSUPPORTED_DATAREP.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.ERR_UNSUPPORTED_DATAREP.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_UNSUPPORTED_DATAREP.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.ERR_UNSUPPORTED_OPERATION.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_UNSUPPORTED_OPERATION.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.ERR_UNSUPPORTED_OPERATION.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_UNSUPPORTED_OPERATION.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.ERR_WIN.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_WIN.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.ERR_WIN.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ERR_WIN.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.Errhandler.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Errhandler.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.Errhandler.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Errhandler.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.Exception.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Exception.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.Exception.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Exception.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.FILE_NULL.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.FILE_NULL.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.FILE_NULL.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.FILE_NULL.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.FLOAT.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.FLOAT.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.FLOAT.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.FLOAT.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.FLOAT_INT.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.FLOAT_INT.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.FLOAT_INT.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.FLOAT_INT.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.F_BOOL.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.F_BOOL.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.F_BOOL.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.F_BOOL.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.F_COMPLEX.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.F_COMPLEX.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.F_COMPLEX.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.F_COMPLEX.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.F_DOUBLE.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.F_DOUBLE.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.F_DOUBLE.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.F_DOUBLE.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.F_DOUBLE_COMPLEX.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.F_DOUBLE_COMPLEX.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.F_DOUBLE_COMPLEX.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.F_DOUBLE_COMPLEX.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.F_FLOAT.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.F_FLOAT.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.F_FLOAT.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.F_FLOAT.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.F_FLOAT_COMPLEX.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.F_FLOAT_COMPLEX.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.F_FLOAT_COMPLEX.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.F_FLOAT_COMPLEX.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.F_INT.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.F_INT.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.F_INT.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.F_INT.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.File.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.File.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.File.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.File.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.Finalize.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Finalize.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.Finalize.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Finalize.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.Free_mem.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Free_mem.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.Free_mem.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Free_mem.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.GRAPH.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.GRAPH.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.GRAPH.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.GRAPH.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.GROUP_EMPTY.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.GROUP_EMPTY.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.GROUP_EMPTY.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.GROUP_EMPTY.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.GROUP_NULL.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.GROUP_NULL.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.GROUP_NULL.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.GROUP_NULL.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.Get_address.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Get_address.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.Get_address.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Get_address.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.Get_error_class.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Get_error_class.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.Get_error_class.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Get_error_class.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.Get_error_string.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Get_error_string.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.Get_error_string.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Get_error_string.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.Get_library_version.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Get_library_version.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.Get_library_version.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Get_library_version.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.Get_processor_name.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Get_processor_name.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.Get_processor_name.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Get_processor_name.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.Get_version.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Get_version.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.Get_version.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Get_version.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.Graphcomm.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Graphcomm.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.Graphcomm.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Graphcomm.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.Grequest.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Grequest.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.Grequest.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Grequest.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.Group.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Group.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.Group.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Group.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.HOST.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.HOST.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.HOST.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.HOST.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.IDENT.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.IDENT.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.IDENT.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.IDENT.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.INFO_ENV.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.INFO_ENV.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.INFO_ENV.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.INFO_ENV.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.INFO_NULL.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.INFO_NULL.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.INFO_NULL.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.INFO_NULL.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.INT.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.INT.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.INT.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.INT.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.INT16_T.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.INT16_T.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.INT16_T.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.INT16_T.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.INT32_T.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.INT32_T.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.INT32_T.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.INT32_T.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.INT64_T.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.INT64_T.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.INT64_T.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.INT64_T.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.INT8_T.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.INT8_T.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.INT8_T.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.INT8_T.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.INTEGER.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.INTEGER.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.INTEGER.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.INTEGER.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.INTEGER1.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.INTEGER1.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.INTEGER1.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.INTEGER1.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.INTEGER16.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.INTEGER16.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.INTEGER16.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.INTEGER16.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.INTEGER2.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.INTEGER2.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.INTEGER2.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.INTEGER2.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.INTEGER4.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.INTEGER4.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.INTEGER4.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.INTEGER4.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.INTEGER8.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.INTEGER8.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.INTEGER8.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.INTEGER8.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.INT_INT.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.INT_INT.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.INT_INT.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.INT_INT.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.IN_PLACE.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.IN_PLACE.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.IN_PLACE.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.IN_PLACE.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.IO.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.IO.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.IO.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.IO.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.Info.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Info.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.Info.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Info.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.Init.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Init.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.Init.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Init.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.Init_thread.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Init_thread.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.Init_thread.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Init_thread.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.Intercomm.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Intercomm.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.Intercomm.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Intercomm.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.Intracomm.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Intracomm.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.Intracomm.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Intracomm.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.Is_finalized.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Is_finalized.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.Is_finalized.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Is_finalized.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.Is_initialized.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Is_initialized.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.Is_initialized.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Is_initialized.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.Is_thread_main.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Is_thread_main.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.Is_thread_main.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Is_thread_main.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.KEYVAL_INVALID.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.KEYVAL_INVALID.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.KEYVAL_INVALID.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.KEYVAL_INVALID.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.LAND.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.LAND.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.LAND.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.LAND.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.LASTUSEDCODE.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.LASTUSEDCODE.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.LASTUSEDCODE.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.LASTUSEDCODE.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.LB.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.LB.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.LB.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.LB.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.LOCK_EXCLUSIVE.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.LOCK_EXCLUSIVE.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.LOCK_EXCLUSIVE.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.LOCK_EXCLUSIVE.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.LOCK_SHARED.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.LOCK_SHARED.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.LOCK_SHARED.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.LOCK_SHARED.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.LOGICAL.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.LOGICAL.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.LOGICAL.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.LOGICAL.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.LOGICAL1.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.LOGICAL1.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.LOGICAL1.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.LOGICAL1.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.LOGICAL2.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.LOGICAL2.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.LOGICAL2.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.LOGICAL2.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.LOGICAL4.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.LOGICAL4.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.LOGICAL4.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.LOGICAL4.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.LOGICAL8.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.LOGICAL8.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.LOGICAL8.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.LOGICAL8.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.LONG.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.LONG.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.LONG.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.LONG.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.LONG_DOUBLE.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.LONG_DOUBLE.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.LONG_DOUBLE.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.LONG_DOUBLE.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.LONG_DOUBLE_INT.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.LONG_DOUBLE_INT.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.LONG_DOUBLE_INT.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.LONG_DOUBLE_INT.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.LONG_INT.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.LONG_INT.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.LONG_INT.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.LONG_INT.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.LONG_LONG.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.LONG_LONG.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.LONG_LONG.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.LONG_LONG.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.LOR.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.LOR.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.LOR.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.LOR.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.LXOR.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.LXOR.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.LXOR.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.LXOR.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.Lookup_name.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Lookup_name.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.Lookup_name.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Lookup_name.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.MAX.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.MAX.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.MAX.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.MAX.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.MAXLOC.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.MAXLOC.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.MAXLOC.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.MAXLOC.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.MAX_DATAREP_STRING.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.MAX_DATAREP_STRING.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.MAX_DATAREP_STRING.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.MAX_DATAREP_STRING.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.MAX_ERROR_STRING.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.MAX_ERROR_STRING.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.MAX_ERROR_STRING.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.MAX_ERROR_STRING.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.MAX_INFO_KEY.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.MAX_INFO_KEY.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.MAX_INFO_KEY.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.MAX_INFO_KEY.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.MAX_INFO_VAL.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.MAX_INFO_VAL.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.MAX_INFO_VAL.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.MAX_INFO_VAL.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.MAX_LIBRARY_VERSION_STRING.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.MAX_LIBRARY_VERSION_STRING.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.MAX_LIBRARY_VERSION_STRING.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.MAX_LIBRARY_VERSION_STRING.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.MAX_OBJECT_NAME.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.MAX_OBJECT_NAME.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.MAX_OBJECT_NAME.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.MAX_OBJECT_NAME.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.MAX_PORT_NAME.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.MAX_PORT_NAME.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.MAX_PORT_NAME.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.MAX_PORT_NAME.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.MAX_PROCESSOR_NAME.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.MAX_PROCESSOR_NAME.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.MAX_PROCESSOR_NAME.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.MAX_PROCESSOR_NAME.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.MESSAGE_NO_PROC.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.MESSAGE_NO_PROC.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.MESSAGE_NO_PROC.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.MESSAGE_NO_PROC.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.MESSAGE_NULL.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.MESSAGE_NULL.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.MESSAGE_NULL.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.MESSAGE_NULL.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.MIN.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.MIN.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.MIN.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.MIN.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.MINLOC.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.MINLOC.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.MINLOC.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.MINLOC.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.MODE_APPEND.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.MODE_APPEND.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.MODE_APPEND.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.MODE_APPEND.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.MODE_CREATE.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.MODE_CREATE.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.MODE_CREATE.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.MODE_CREATE.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.MODE_DELETE_ON_CLOSE.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.MODE_DELETE_ON_CLOSE.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.MODE_DELETE_ON_CLOSE.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.MODE_DELETE_ON_CLOSE.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.MODE_EXCL.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.MODE_EXCL.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.MODE_EXCL.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.MODE_EXCL.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.MODE_NOCHECK.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.MODE_NOCHECK.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.MODE_NOCHECK.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.MODE_NOCHECK.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.MODE_NOPRECEDE.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.MODE_NOPRECEDE.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.MODE_NOPRECEDE.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.MODE_NOPRECEDE.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.MODE_NOPUT.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.MODE_NOPUT.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.MODE_NOPUT.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.MODE_NOPUT.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.MODE_NOSTORE.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.MODE_NOSTORE.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.MODE_NOSTORE.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.MODE_NOSTORE.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.MODE_NOSUCCEED.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.MODE_NOSUCCEED.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.MODE_NOSUCCEED.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.MODE_NOSUCCEED.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.MODE_RDONLY.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.MODE_RDONLY.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.MODE_RDONLY.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.MODE_RDONLY.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.MODE_RDWR.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.MODE_RDWR.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.MODE_RDWR.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.MODE_RDWR.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.MODE_SEQUENTIAL.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.MODE_SEQUENTIAL.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.MODE_SEQUENTIAL.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.MODE_SEQUENTIAL.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.MODE_UNIQUE_OPEN.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.MODE_UNIQUE_OPEN.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.MODE_UNIQUE_OPEN.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.MODE_UNIQUE_OPEN.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.MODE_WRONLY.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.MODE_WRONLY.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.MODE_WRONLY.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.MODE_WRONLY.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.Message.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Message.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.Message.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Message.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.NO_OP.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.NO_OP.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.NO_OP.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.NO_OP.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.OFFSET.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.OFFSET.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.OFFSET.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.OFFSET.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.OP_NULL.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.OP_NULL.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.OP_NULL.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.OP_NULL.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.ORDER_C.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ORDER_C.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.ORDER_C.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ORDER_C.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.ORDER_F.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ORDER_F.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.ORDER_F.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ORDER_F.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.ORDER_FORTRAN.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ORDER_FORTRAN.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.ORDER_FORTRAN.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ORDER_FORTRAN.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.Op.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Op.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.Op.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Op.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.Open_port.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Open_port.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.Open_port.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Open_port.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.PACKED.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.PACKED.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.PACKED.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.PACKED.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.PROC_NULL.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.PROC_NULL.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.PROC_NULL.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.PROC_NULL.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.PROD.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.PROD.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.PROD.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.PROD.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.Pcontrol.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Pcontrol.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.Pcontrol.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Pcontrol.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.Pickle.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Pickle.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.Pickle.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Pickle.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.Prequest.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Prequest.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.Prequest.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Prequest.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.Publish_name.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Publish_name.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.Publish_name.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Publish_name.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.Query_thread.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Query_thread.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.Query_thread.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Query_thread.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.REAL.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.REAL.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.REAL.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.REAL.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.REAL16.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.REAL16.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.REAL16.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.REAL16.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.REAL2.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.REAL2.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.REAL2.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.REAL2.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.REAL4.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.REAL4.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.REAL4.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.REAL4.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.REAL8.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.REAL8.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.REAL8.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.REAL8.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.REPLACE.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.REPLACE.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.REPLACE.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.REPLACE.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.REQUEST_NULL.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.REQUEST_NULL.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.REQUEST_NULL.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.REQUEST_NULL.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.ROOT.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ROOT.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.ROOT.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.ROOT.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.Register_datarep.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Register_datarep.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.Register_datarep.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Register_datarep.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.Request.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Request.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.Request.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Request.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.SEEK_CUR.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.SEEK_CUR.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.SEEK_CUR.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.SEEK_CUR.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.SEEK_END.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.SEEK_END.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.SEEK_END.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.SEEK_END.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.SEEK_SET.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.SEEK_SET.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.SEEK_SET.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.SEEK_SET.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.SHORT.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.SHORT.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.SHORT.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.SHORT.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.SHORT_INT.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.SHORT_INT.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.SHORT_INT.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.SHORT_INT.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.SIGNED_CHAR.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.SIGNED_CHAR.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.SIGNED_CHAR.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.SIGNED_CHAR.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.SIGNED_INT.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.SIGNED_INT.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.SIGNED_INT.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.SIGNED_INT.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.SIGNED_LONG.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.SIGNED_LONG.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.SIGNED_LONG.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.SIGNED_LONG.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.SIGNED_LONG_LONG.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.SIGNED_LONG_LONG.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.SIGNED_LONG_LONG.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.SIGNED_LONG_LONG.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.SIGNED_SHORT.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.SIGNED_SHORT.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.SIGNED_SHORT.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.SIGNED_SHORT.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.SIMILAR.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.SIMILAR.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.SIMILAR.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.SIMILAR.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.SINT16_T.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.SINT16_T.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.SINT16_T.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.SINT16_T.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.SINT32_T.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.SINT32_T.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.SINT32_T.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.SINT32_T.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.SINT64_T.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.SINT64_T.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.SINT64_T.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.SINT64_T.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.SINT8_T.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.SINT8_T.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.SINT8_T.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.SINT8_T.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.SUBVERSION.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.SUBVERSION.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.SUBVERSION.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.SUBVERSION.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.SUCCESS.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.SUCCESS.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.SUCCESS.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.SUCCESS.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.SUM.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.SUM.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.SUM.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.SUM.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.Status.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Status.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.Status.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Status.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.TAG_UB.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.TAG_UB.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.TAG_UB.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.TAG_UB.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.THREAD_FUNNELED.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.THREAD_FUNNELED.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.THREAD_FUNNELED.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.THREAD_FUNNELED.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.THREAD_MULTIPLE.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.THREAD_MULTIPLE.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.THREAD_MULTIPLE.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.THREAD_MULTIPLE.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.THREAD_SERIALIZED.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.THREAD_SERIALIZED.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.THREAD_SERIALIZED.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.THREAD_SERIALIZED.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.THREAD_SINGLE.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.THREAD_SINGLE.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.THREAD_SINGLE.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.THREAD_SINGLE.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.TWOINT.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.TWOINT.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.TWOINT.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.TWOINT.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.TYPECLASS_COMPLEX.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.TYPECLASS_COMPLEX.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.TYPECLASS_COMPLEX.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.TYPECLASS_COMPLEX.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.TYPECLASS_INTEGER.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.TYPECLASS_INTEGER.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.TYPECLASS_INTEGER.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.TYPECLASS_INTEGER.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.TYPECLASS_REAL.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.TYPECLASS_REAL.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.TYPECLASS_REAL.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.TYPECLASS_REAL.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.Topocomm.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Topocomm.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.Topocomm.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Topocomm.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.UB.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.UB.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.UB.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.UB.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.UINT16_T.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.UINT16_T.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.UINT16_T.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.UINT16_T.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.UINT32_T.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.UINT32_T.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.UINT32_T.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.UINT32_T.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.UINT64_T.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.UINT64_T.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.UINT64_T.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.UINT64_T.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.UINT8_T.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.UINT8_T.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.UINT8_T.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.UINT8_T.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.UNDEFINED.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.UNDEFINED.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.UNDEFINED.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.UNDEFINED.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.UNEQUAL.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.UNEQUAL.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.UNEQUAL.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.UNEQUAL.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.UNIVERSE_SIZE.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.UNIVERSE_SIZE.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.UNIVERSE_SIZE.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.UNIVERSE_SIZE.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.UNSIGNED.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.UNSIGNED.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.UNSIGNED.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.UNSIGNED.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.UNSIGNED_CHAR.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.UNSIGNED_CHAR.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.UNSIGNED_CHAR.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.UNSIGNED_CHAR.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.UNSIGNED_INT.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.UNSIGNED_INT.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.UNSIGNED_INT.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.UNSIGNED_INT.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.UNSIGNED_LONG.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.UNSIGNED_LONG.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.UNSIGNED_LONG.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.UNSIGNED_LONG.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.UNSIGNED_LONG_LONG.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.UNSIGNED_LONG_LONG.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.UNSIGNED_LONG_LONG.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.UNSIGNED_LONG_LONG.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.UNSIGNED_SHORT.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.UNSIGNED_SHORT.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.UNSIGNED_SHORT.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.UNSIGNED_SHORT.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.UNWEIGHTED.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.UNWEIGHTED.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.UNWEIGHTED.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.UNWEIGHTED.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.Unpublish_name.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Unpublish_name.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.Unpublish_name.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Unpublish_name.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.VERSION.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.VERSION.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.VERSION.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.VERSION.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.WCHAR.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.WCHAR.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.WCHAR.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.WCHAR.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.WEIGHTS_EMPTY.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.WEIGHTS_EMPTY.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.WEIGHTS_EMPTY.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.WEIGHTS_EMPTY.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.WIN_BASE.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.WIN_BASE.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.WIN_BASE.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.WIN_BASE.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.WIN_CREATE_FLAVOR.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.WIN_CREATE_FLAVOR.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.WIN_CREATE_FLAVOR.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.WIN_CREATE_FLAVOR.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.WIN_DISP_UNIT.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.WIN_DISP_UNIT.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.WIN_DISP_UNIT.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.WIN_DISP_UNIT.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.WIN_FLAVOR.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.WIN_FLAVOR.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.WIN_FLAVOR.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.WIN_FLAVOR.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.WIN_FLAVOR_ALLOCATE.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.WIN_FLAVOR_ALLOCATE.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.WIN_FLAVOR_ALLOCATE.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.WIN_FLAVOR_ALLOCATE.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.WIN_FLAVOR_CREATE.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.WIN_FLAVOR_CREATE.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.WIN_FLAVOR_CREATE.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.WIN_FLAVOR_CREATE.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.WIN_FLAVOR_DYNAMIC.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.WIN_FLAVOR_DYNAMIC.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.WIN_FLAVOR_DYNAMIC.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.WIN_FLAVOR_DYNAMIC.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.WIN_FLAVOR_SHARED.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.WIN_FLAVOR_SHARED.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.WIN_FLAVOR_SHARED.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.WIN_FLAVOR_SHARED.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.WIN_MODEL.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.WIN_MODEL.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.WIN_MODEL.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.WIN_MODEL.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.WIN_NULL.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.WIN_NULL.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.WIN_NULL.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.WIN_NULL.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.WIN_SEPARATE.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.WIN_SEPARATE.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.WIN_SEPARATE.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.WIN_SEPARATE.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.WIN_SIZE.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.WIN_SIZE.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.WIN_SIZE.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.WIN_SIZE.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.WIN_UNIFIED.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.WIN_UNIFIED.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.WIN_UNIFIED.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.WIN_UNIFIED.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.WTIME_IS_GLOBAL.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.WTIME_IS_GLOBAL.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.WTIME_IS_GLOBAL.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.WTIME_IS_GLOBAL.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.Win.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Win.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.Win.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Win.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.Wtick.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Wtick.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.Wtick.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Wtick.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.Wtime.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Wtime.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.Wtime.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.Wtime.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.get_vendor.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.get_vendor.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.get_vendor.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.get_vendor.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.memory.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.memory.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.memory.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.memory.html diff --git a/3.1.5/usrman/reference/mpi4py.MPI.pickle.html b/mpi4py/3.1.5/usrman/reference/mpi4py.MPI.pickle.html similarity index 100% rename from 3.1.5/usrman/reference/mpi4py.MPI.pickle.html rename to mpi4py/3.1.5/usrman/reference/mpi4py.MPI.pickle.html diff --git a/3.1.5/usrman/search.html b/mpi4py/3.1.5/usrman/search.html similarity index 100% rename from 3.1.5/usrman/search.html rename to mpi4py/3.1.5/usrman/search.html diff --git a/3.1.5/usrman/searchindex.js b/mpi4py/3.1.5/usrman/searchindex.js similarity index 100% rename from 3.1.5/usrman/searchindex.js rename to mpi4py/3.1.5/usrman/searchindex.js diff --git a/3.1.5/usrman/tutorial.html b/mpi4py/3.1.5/usrman/tutorial.html similarity index 100% rename from 3.1.5/usrman/tutorial.html rename to mpi4py/3.1.5/usrman/tutorial.html diff --git a/3.1.6/CHANGES.html b/mpi4py/3.1.6/CHANGES.html similarity index 100% rename from 3.1.6/CHANGES.html rename to mpi4py/3.1.6/CHANGES.html diff --git a/3.1.6/LICENSE.html b/mpi4py/3.1.6/LICENSE.html similarity index 100% rename from 3.1.6/LICENSE.html rename to mpi4py/3.1.6/LICENSE.html diff --git a/3.1.6/apiref/api-objects.txt b/mpi4py/3.1.6/apiref/api-objects.txt similarity index 100% rename from 3.1.6/apiref/api-objects.txt rename to mpi4py/3.1.6/apiref/api-objects.txt diff --git a/3.1.6/apiref/class-tree.html b/mpi4py/3.1.6/apiref/class-tree.html similarity index 100% rename from 3.1.6/apiref/class-tree.html rename to mpi4py/3.1.6/apiref/class-tree.html diff --git a/3.1.6/apiref/class_hierarchy_for_cartcomm.png b/mpi4py/3.1.6/apiref/class_hierarchy_for_cartcomm.png similarity index 100% rename from 3.1.6/apiref/class_hierarchy_for_cartcomm.png rename to mpi4py/3.1.6/apiref/class_hierarchy_for_cartcomm.png diff --git a/3.1.6/apiref/class_hierarchy_for_comm.png b/mpi4py/3.1.6/apiref/class_hierarchy_for_comm.png similarity index 100% rename from 3.1.6/apiref/class_hierarchy_for_comm.png rename to mpi4py/3.1.6/apiref/class_hierarchy_for_comm.png diff --git a/3.1.6/apiref/class_hierarchy_for_datatype.png b/mpi4py/3.1.6/apiref/class_hierarchy_for_datatype.png similarity index 100% rename from 3.1.6/apiref/class_hierarchy_for_datatype.png rename to mpi4py/3.1.6/apiref/class_hierarchy_for_datatype.png diff --git a/3.1.6/apiref/class_hierarchy_for_distgraphc.png b/mpi4py/3.1.6/apiref/class_hierarchy_for_distgraphc.png similarity index 100% rename from 3.1.6/apiref/class_hierarchy_for_distgraphc.png rename to mpi4py/3.1.6/apiref/class_hierarchy_for_distgraphc.png diff --git a/3.1.6/apiref/class_hierarchy_for_errhandler.png b/mpi4py/3.1.6/apiref/class_hierarchy_for_errhandler.png similarity index 100% rename from 3.1.6/apiref/class_hierarchy_for_errhandler.png rename to mpi4py/3.1.6/apiref/class_hierarchy_for_errhandler.png diff --git a/3.1.6/apiref/class_hierarchy_for_exception.png b/mpi4py/3.1.6/apiref/class_hierarchy_for_exception.png similarity index 100% rename from 3.1.6/apiref/class_hierarchy_for_exception.png rename to mpi4py/3.1.6/apiref/class_hierarchy_for_exception.png diff --git a/3.1.6/apiref/class_hierarchy_for_file.png b/mpi4py/3.1.6/apiref/class_hierarchy_for_file.png similarity index 100% rename from 3.1.6/apiref/class_hierarchy_for_file.png rename to mpi4py/3.1.6/apiref/class_hierarchy_for_file.png diff --git a/3.1.6/apiref/class_hierarchy_for_graphcomm.png b/mpi4py/3.1.6/apiref/class_hierarchy_for_graphcomm.png similarity index 100% rename from 3.1.6/apiref/class_hierarchy_for_graphcomm.png rename to mpi4py/3.1.6/apiref/class_hierarchy_for_graphcomm.png diff --git a/3.1.6/apiref/class_hierarchy_for_grequest.png b/mpi4py/3.1.6/apiref/class_hierarchy_for_grequest.png similarity index 100% rename from 3.1.6/apiref/class_hierarchy_for_grequest.png rename to mpi4py/3.1.6/apiref/class_hierarchy_for_grequest.png diff --git a/3.1.6/apiref/class_hierarchy_for_group.png b/mpi4py/3.1.6/apiref/class_hierarchy_for_group.png similarity index 100% rename from 3.1.6/apiref/class_hierarchy_for_group.png rename to mpi4py/3.1.6/apiref/class_hierarchy_for_group.png diff --git a/3.1.6/apiref/class_hierarchy_for_info.png b/mpi4py/3.1.6/apiref/class_hierarchy_for_info.png similarity index 100% rename from 3.1.6/apiref/class_hierarchy_for_info.png rename to mpi4py/3.1.6/apiref/class_hierarchy_for_info.png diff --git a/3.1.6/apiref/class_hierarchy_for_intercomm.png b/mpi4py/3.1.6/apiref/class_hierarchy_for_intercomm.png similarity index 100% rename from 3.1.6/apiref/class_hierarchy_for_intercomm.png rename to mpi4py/3.1.6/apiref/class_hierarchy_for_intercomm.png diff --git a/3.1.6/apiref/class_hierarchy_for_intracomm.png b/mpi4py/3.1.6/apiref/class_hierarchy_for_intracomm.png similarity index 100% rename from 3.1.6/apiref/class_hierarchy_for_intracomm.png rename to mpi4py/3.1.6/apiref/class_hierarchy_for_intracomm.png diff --git a/3.1.6/apiref/class_hierarchy_for_memory.png b/mpi4py/3.1.6/apiref/class_hierarchy_for_memory.png similarity index 100% rename from 3.1.6/apiref/class_hierarchy_for_memory.png rename to mpi4py/3.1.6/apiref/class_hierarchy_for_memory.png diff --git a/3.1.6/apiref/class_hierarchy_for_message.png b/mpi4py/3.1.6/apiref/class_hierarchy_for_message.png similarity index 100% rename from 3.1.6/apiref/class_hierarchy_for_message.png rename to mpi4py/3.1.6/apiref/class_hierarchy_for_message.png diff --git a/3.1.6/apiref/class_hierarchy_for_op.png b/mpi4py/3.1.6/apiref/class_hierarchy_for_op.png similarity index 100% rename from 3.1.6/apiref/class_hierarchy_for_op.png rename to mpi4py/3.1.6/apiref/class_hierarchy_for_op.png diff --git a/3.1.6/apiref/class_hierarchy_for_pickle.png b/mpi4py/3.1.6/apiref/class_hierarchy_for_pickle.png similarity index 100% rename from 3.1.6/apiref/class_hierarchy_for_pickle.png rename to mpi4py/3.1.6/apiref/class_hierarchy_for_pickle.png diff --git a/3.1.6/apiref/class_hierarchy_for_prequest.png b/mpi4py/3.1.6/apiref/class_hierarchy_for_prequest.png similarity index 100% rename from 3.1.6/apiref/class_hierarchy_for_prequest.png rename to mpi4py/3.1.6/apiref/class_hierarchy_for_prequest.png diff --git a/3.1.6/apiref/class_hierarchy_for_rc.png b/mpi4py/3.1.6/apiref/class_hierarchy_for_rc.png similarity index 100% rename from 3.1.6/apiref/class_hierarchy_for_rc.png rename to mpi4py/3.1.6/apiref/class_hierarchy_for_rc.png diff --git a/3.1.6/apiref/class_hierarchy_for_request.png b/mpi4py/3.1.6/apiref/class_hierarchy_for_request.png similarity index 100% rename from 3.1.6/apiref/class_hierarchy_for_request.png rename to mpi4py/3.1.6/apiref/class_hierarchy_for_request.png diff --git a/3.1.6/apiref/class_hierarchy_for_status.png b/mpi4py/3.1.6/apiref/class_hierarchy_for_status.png similarity index 100% rename from 3.1.6/apiref/class_hierarchy_for_status.png rename to mpi4py/3.1.6/apiref/class_hierarchy_for_status.png diff --git a/3.1.6/apiref/class_hierarchy_for_topocomm.png b/mpi4py/3.1.6/apiref/class_hierarchy_for_topocomm.png similarity index 100% rename from 3.1.6/apiref/class_hierarchy_for_topocomm.png rename to mpi4py/3.1.6/apiref/class_hierarchy_for_topocomm.png diff --git a/3.1.6/apiref/class_hierarchy_for_win.png b/mpi4py/3.1.6/apiref/class_hierarchy_for_win.png similarity index 100% rename from 3.1.6/apiref/class_hierarchy_for_win.png rename to mpi4py/3.1.6/apiref/class_hierarchy_for_win.png diff --git a/3.1.6/apiref/crarr.png b/mpi4py/3.1.6/apiref/crarr.png similarity index 100% rename from 3.1.6/apiref/crarr.png rename to mpi4py/3.1.6/apiref/crarr.png diff --git a/3.1.6/apiref/epydoc.css b/mpi4py/3.1.6/apiref/epydoc.css similarity index 100% rename from 3.1.6/apiref/epydoc.css rename to mpi4py/3.1.6/apiref/epydoc.css diff --git a/3.1.6/apiref/epydoc.js b/mpi4py/3.1.6/apiref/epydoc.js similarity index 100% rename from 3.1.6/apiref/epydoc.js rename to mpi4py/3.1.6/apiref/epydoc.js diff --git a/3.1.6/apiref/frames.html b/mpi4py/3.1.6/apiref/frames.html similarity index 100% rename from 3.1.6/apiref/frames.html rename to mpi4py/3.1.6/apiref/frames.html diff --git a/3.1.6/apiref/help.html b/mpi4py/3.1.6/apiref/help.html similarity index 100% rename from 3.1.6/apiref/help.html rename to mpi4py/3.1.6/apiref/help.html diff --git a/3.1.6/apiref/identifier-index.html b/mpi4py/3.1.6/apiref/identifier-index.html similarity index 100% rename from 3.1.6/apiref/identifier-index.html rename to mpi4py/3.1.6/apiref/identifier-index.html diff --git a/3.1.6/apiref/index.html b/mpi4py/3.1.6/apiref/index.html similarity index 100% rename from 3.1.6/apiref/index.html rename to mpi4py/3.1.6/apiref/index.html diff --git a/3.1.6/apiref/module-tree.html b/mpi4py/3.1.6/apiref/module-tree.html similarity index 100% rename from 3.1.6/apiref/module-tree.html rename to mpi4py/3.1.6/apiref/module-tree.html diff --git a/3.1.6/apiref/mpi4py-module.html b/mpi4py/3.1.6/apiref/mpi4py-module.html similarity index 100% rename from 3.1.6/apiref/mpi4py-module.html rename to mpi4py/3.1.6/apiref/mpi4py-module.html diff --git a/3.1.6/apiref/mpi4py-pysrc.html b/mpi4py/3.1.6/apiref/mpi4py-pysrc.html similarity index 100% rename from 3.1.6/apiref/mpi4py-pysrc.html rename to mpi4py/3.1.6/apiref/mpi4py-pysrc.html diff --git a/3.1.6/apiref/mpi4py.MPI-module.html b/mpi4py/3.1.6/apiref/mpi4py.MPI-module.html similarity index 100% rename from 3.1.6/apiref/mpi4py.MPI-module.html rename to mpi4py/3.1.6/apiref/mpi4py.MPI-module.html diff --git a/3.1.6/apiref/mpi4py.MPI.Cartcomm-class.html b/mpi4py/3.1.6/apiref/mpi4py.MPI.Cartcomm-class.html similarity index 100% rename from 3.1.6/apiref/mpi4py.MPI.Cartcomm-class.html rename to mpi4py/3.1.6/apiref/mpi4py.MPI.Cartcomm-class.html diff --git a/3.1.6/apiref/mpi4py.MPI.Comm-class.html b/mpi4py/3.1.6/apiref/mpi4py.MPI.Comm-class.html similarity index 100% rename from 3.1.6/apiref/mpi4py.MPI.Comm-class.html rename to mpi4py/3.1.6/apiref/mpi4py.MPI.Comm-class.html diff --git a/3.1.6/apiref/mpi4py.MPI.Datatype-class.html b/mpi4py/3.1.6/apiref/mpi4py.MPI.Datatype-class.html similarity index 100% rename from 3.1.6/apiref/mpi4py.MPI.Datatype-class.html rename to mpi4py/3.1.6/apiref/mpi4py.MPI.Datatype-class.html diff --git a/3.1.6/apiref/mpi4py.MPI.Distgraphcomm-class.html b/mpi4py/3.1.6/apiref/mpi4py.MPI.Distgraphcomm-class.html similarity index 100% rename from 3.1.6/apiref/mpi4py.MPI.Distgraphcomm-class.html rename to mpi4py/3.1.6/apiref/mpi4py.MPI.Distgraphcomm-class.html diff --git a/3.1.6/apiref/mpi4py.MPI.Errhandler-class.html b/mpi4py/3.1.6/apiref/mpi4py.MPI.Errhandler-class.html similarity index 100% rename from 3.1.6/apiref/mpi4py.MPI.Errhandler-class.html rename to mpi4py/3.1.6/apiref/mpi4py.MPI.Errhandler-class.html diff --git a/3.1.6/apiref/mpi4py.MPI.Exception-class.html b/mpi4py/3.1.6/apiref/mpi4py.MPI.Exception-class.html similarity index 100% rename from 3.1.6/apiref/mpi4py.MPI.Exception-class.html rename to mpi4py/3.1.6/apiref/mpi4py.MPI.Exception-class.html diff --git a/3.1.6/apiref/mpi4py.MPI.File-class.html b/mpi4py/3.1.6/apiref/mpi4py.MPI.File-class.html similarity index 100% rename from 3.1.6/apiref/mpi4py.MPI.File-class.html rename to mpi4py/3.1.6/apiref/mpi4py.MPI.File-class.html diff --git a/3.1.6/apiref/mpi4py.MPI.Graphcomm-class.html b/mpi4py/3.1.6/apiref/mpi4py.MPI.Graphcomm-class.html similarity index 100% rename from 3.1.6/apiref/mpi4py.MPI.Graphcomm-class.html rename to mpi4py/3.1.6/apiref/mpi4py.MPI.Graphcomm-class.html diff --git a/3.1.6/apiref/mpi4py.MPI.Grequest-class.html b/mpi4py/3.1.6/apiref/mpi4py.MPI.Grequest-class.html similarity index 100% rename from 3.1.6/apiref/mpi4py.MPI.Grequest-class.html rename to mpi4py/3.1.6/apiref/mpi4py.MPI.Grequest-class.html diff --git a/3.1.6/apiref/mpi4py.MPI.Group-class.html b/mpi4py/3.1.6/apiref/mpi4py.MPI.Group-class.html similarity index 100% rename from 3.1.6/apiref/mpi4py.MPI.Group-class.html rename to mpi4py/3.1.6/apiref/mpi4py.MPI.Group-class.html diff --git a/3.1.6/apiref/mpi4py.MPI.Info-class.html b/mpi4py/3.1.6/apiref/mpi4py.MPI.Info-class.html similarity index 100% rename from 3.1.6/apiref/mpi4py.MPI.Info-class.html rename to mpi4py/3.1.6/apiref/mpi4py.MPI.Info-class.html diff --git a/3.1.6/apiref/mpi4py.MPI.Intercomm-class.html b/mpi4py/3.1.6/apiref/mpi4py.MPI.Intercomm-class.html similarity index 100% rename from 3.1.6/apiref/mpi4py.MPI.Intercomm-class.html rename to mpi4py/3.1.6/apiref/mpi4py.MPI.Intercomm-class.html diff --git a/3.1.6/apiref/mpi4py.MPI.Intracomm-class.html b/mpi4py/3.1.6/apiref/mpi4py.MPI.Intracomm-class.html similarity index 100% rename from 3.1.6/apiref/mpi4py.MPI.Intracomm-class.html rename to mpi4py/3.1.6/apiref/mpi4py.MPI.Intracomm-class.html diff --git a/3.1.6/apiref/mpi4py.MPI.Message-class.html b/mpi4py/3.1.6/apiref/mpi4py.MPI.Message-class.html similarity index 100% rename from 3.1.6/apiref/mpi4py.MPI.Message-class.html rename to mpi4py/3.1.6/apiref/mpi4py.MPI.Message-class.html diff --git a/3.1.6/apiref/mpi4py.MPI.Op-class.html b/mpi4py/3.1.6/apiref/mpi4py.MPI.Op-class.html similarity index 100% rename from 3.1.6/apiref/mpi4py.MPI.Op-class.html rename to mpi4py/3.1.6/apiref/mpi4py.MPI.Op-class.html diff --git a/3.1.6/apiref/mpi4py.MPI.Pickle-class.html b/mpi4py/3.1.6/apiref/mpi4py.MPI.Pickle-class.html similarity index 100% rename from 3.1.6/apiref/mpi4py.MPI.Pickle-class.html rename to mpi4py/3.1.6/apiref/mpi4py.MPI.Pickle-class.html diff --git a/3.1.6/apiref/mpi4py.MPI.Prequest-class.html b/mpi4py/3.1.6/apiref/mpi4py.MPI.Prequest-class.html similarity index 100% rename from 3.1.6/apiref/mpi4py.MPI.Prequest-class.html rename to mpi4py/3.1.6/apiref/mpi4py.MPI.Prequest-class.html diff --git a/3.1.6/apiref/mpi4py.MPI.Request-class.html b/mpi4py/3.1.6/apiref/mpi4py.MPI.Request-class.html similarity index 100% rename from 3.1.6/apiref/mpi4py.MPI.Request-class.html rename to mpi4py/3.1.6/apiref/mpi4py.MPI.Request-class.html diff --git a/3.1.6/apiref/mpi4py.MPI.Status-class.html b/mpi4py/3.1.6/apiref/mpi4py.MPI.Status-class.html similarity index 100% rename from 3.1.6/apiref/mpi4py.MPI.Status-class.html rename to mpi4py/3.1.6/apiref/mpi4py.MPI.Status-class.html diff --git a/3.1.6/apiref/mpi4py.MPI.Topocomm-class.html b/mpi4py/3.1.6/apiref/mpi4py.MPI.Topocomm-class.html similarity index 100% rename from 3.1.6/apiref/mpi4py.MPI.Topocomm-class.html rename to mpi4py/3.1.6/apiref/mpi4py.MPI.Topocomm-class.html diff --git a/3.1.6/apiref/mpi4py.MPI.Win-class.html b/mpi4py/3.1.6/apiref/mpi4py.MPI.Win-class.html similarity index 100% rename from 3.1.6/apiref/mpi4py.MPI.Win-class.html rename to mpi4py/3.1.6/apiref/mpi4py.MPI.Win-class.html diff --git a/3.1.6/apiref/mpi4py.MPI.memory-class.html b/mpi4py/3.1.6/apiref/mpi4py.MPI.memory-class.html similarity index 100% rename from 3.1.6/apiref/mpi4py.MPI.memory-class.html rename to mpi4py/3.1.6/apiref/mpi4py.MPI.memory-class.html diff --git a/3.1.6/apiref/mpi4py.Rc-class.html b/mpi4py/3.1.6/apiref/mpi4py.Rc-class.html similarity index 100% rename from 3.1.6/apiref/mpi4py.Rc-class.html rename to mpi4py/3.1.6/apiref/mpi4py.Rc-class.html diff --git a/3.1.6/apiref/redirect.html b/mpi4py/3.1.6/apiref/redirect.html similarity index 100% rename from 3.1.6/apiref/redirect.html rename to mpi4py/3.1.6/apiref/redirect.html diff --git a/3.1.6/apiref/toc-everything.html b/mpi4py/3.1.6/apiref/toc-everything.html similarity index 100% rename from 3.1.6/apiref/toc-everything.html rename to mpi4py/3.1.6/apiref/toc-everything.html diff --git a/3.1.6/apiref/toc-mpi4py-module.html b/mpi4py/3.1.6/apiref/toc-mpi4py-module.html similarity index 100% rename from 3.1.6/apiref/toc-mpi4py-module.html rename to mpi4py/3.1.6/apiref/toc-mpi4py-module.html diff --git a/3.1.6/apiref/toc-mpi4py.MPI-module.html b/mpi4py/3.1.6/apiref/toc-mpi4py.MPI-module.html similarity index 100% rename from 3.1.6/apiref/toc-mpi4py.MPI-module.html rename to mpi4py/3.1.6/apiref/toc-mpi4py.MPI-module.html diff --git a/3.1.6/apiref/toc.html b/mpi4py/3.1.6/apiref/toc.html similarity index 100% rename from 3.1.6/apiref/toc.html rename to mpi4py/3.1.6/apiref/toc.html diff --git a/3.1.6/index.html b/mpi4py/3.1.6/index.html similarity index 100% rename from 3.1.6/index.html rename to mpi4py/3.1.6/index.html diff --git a/3.1.6/index.rst b/mpi4py/3.1.6/index.rst similarity index 100% rename from 3.1.6/index.rst rename to mpi4py/3.1.6/index.rst diff --git a/3.1.6/mpi4py.1 b/mpi4py/3.1.6/mpi4py.1 similarity index 100% rename from 3.1.6/mpi4py.1 rename to mpi4py/3.1.6/mpi4py.1 diff --git a/3.1.6/mpi4py.bib b/mpi4py/3.1.6/mpi4py.bib similarity index 100% rename from 3.1.6/mpi4py.bib rename to mpi4py/3.1.6/mpi4py.bib diff --git a/3.1.6/mpi4py.info b/mpi4py/3.1.6/mpi4py.info similarity index 100% rename from 3.1.6/mpi4py.info rename to mpi4py/3.1.6/mpi4py.info diff --git a/3.1.6/mpi4py.pdf b/mpi4py/3.1.6/mpi4py.pdf similarity index 100% rename from 3.1.6/mpi4py.pdf rename to mpi4py/3.1.6/mpi4py.pdf diff --git a/3.1.6/source/usrman/.gitignore b/mpi4py/3.1.6/source/usrman/.gitignore similarity index 100% rename from 3.1.6/source/usrman/.gitignore rename to mpi4py/3.1.6/source/usrman/.gitignore diff --git a/3.1.6/source/usrman/Makefile b/mpi4py/3.1.6/source/usrman/Makefile similarity index 100% rename from 3.1.6/source/usrman/Makefile rename to mpi4py/3.1.6/source/usrman/Makefile diff --git a/3.1.6/source/usrman/_static/css/custom.css b/mpi4py/3.1.6/source/usrman/_static/css/custom.css similarity index 100% rename from 3.1.6/source/usrman/_static/css/custom.css rename to mpi4py/3.1.6/source/usrman/_static/css/custom.css diff --git a/3.1.6/source/usrman/_templates/autosummary/class.rst b/mpi4py/3.1.6/source/usrman/_templates/autosummary/class.rst similarity index 100% rename from 3.1.6/source/usrman/_templates/autosummary/class.rst rename to mpi4py/3.1.6/source/usrman/_templates/autosummary/class.rst diff --git a/3.1.6/source/usrman/_templates/autosummary/module.rst b/mpi4py/3.1.6/source/usrman/_templates/autosummary/module.rst similarity index 100% rename from 3.1.6/source/usrman/_templates/autosummary/module.rst rename to mpi4py/3.1.6/source/usrman/_templates/autosummary/module.rst diff --git a/3.1.6/source/usrman/_templates/layout.html b/mpi4py/3.1.6/source/usrman/_templates/layout.html similarity index 100% rename from 3.1.6/source/usrman/_templates/layout.html rename to mpi4py/3.1.6/source/usrman/_templates/layout.html diff --git a/3.1.6/source/usrman/apidoc.py b/mpi4py/3.1.6/source/usrman/apidoc.py similarity index 100% rename from 3.1.6/source/usrman/apidoc.py rename to mpi4py/3.1.6/source/usrman/apidoc.py diff --git a/3.1.6/source/usrman/appendix.rst b/mpi4py/3.1.6/source/usrman/appendix.rst similarity index 100% rename from 3.1.6/source/usrman/appendix.rst rename to mpi4py/3.1.6/source/usrman/appendix.rst diff --git a/3.1.6/source/usrman/citing.rst b/mpi4py/3.1.6/source/usrman/citing.rst similarity index 100% rename from 3.1.6/source/usrman/citing.rst rename to mpi4py/3.1.6/source/usrman/citing.rst diff --git a/3.1.6/source/usrman/conf.py b/mpi4py/3.1.6/source/usrman/conf.py similarity index 100% rename from 3.1.6/source/usrman/conf.py rename to mpi4py/3.1.6/source/usrman/conf.py diff --git a/3.1.6/source/usrman/index.rst b/mpi4py/3.1.6/source/usrman/index.rst similarity index 100% rename from 3.1.6/source/usrman/index.rst rename to mpi4py/3.1.6/source/usrman/index.rst diff --git a/3.1.6/source/usrman/install.rst b/mpi4py/3.1.6/source/usrman/install.rst similarity index 100% rename from 3.1.6/source/usrman/install.rst rename to mpi4py/3.1.6/source/usrman/install.rst diff --git a/3.1.6/source/usrman/intro.rst b/mpi4py/3.1.6/source/usrman/intro.rst similarity index 100% rename from 3.1.6/source/usrman/intro.rst rename to mpi4py/3.1.6/source/usrman/intro.rst diff --git a/3.1.6/source/usrman/make.bat b/mpi4py/3.1.6/source/usrman/make.bat similarity index 100% rename from 3.1.6/source/usrman/make.bat rename to mpi4py/3.1.6/source/usrman/make.bat diff --git a/3.1.6/source/usrman/mpi4py.MPI.rst b/mpi4py/3.1.6/source/usrman/mpi4py.MPI.rst similarity index 100% rename from 3.1.6/source/usrman/mpi4py.MPI.rst rename to mpi4py/3.1.6/source/usrman/mpi4py.MPI.rst diff --git a/3.1.6/source/usrman/mpi4py.futures.rst b/mpi4py/3.1.6/source/usrman/mpi4py.futures.rst similarity index 100% rename from 3.1.6/source/usrman/mpi4py.futures.rst rename to mpi4py/3.1.6/source/usrman/mpi4py.futures.rst diff --git a/3.1.6/source/usrman/mpi4py.rst b/mpi4py/3.1.6/source/usrman/mpi4py.rst similarity index 100% rename from 3.1.6/source/usrman/mpi4py.rst rename to mpi4py/3.1.6/source/usrman/mpi4py.rst diff --git a/3.1.6/source/usrman/mpi4py.run.rst b/mpi4py/3.1.6/source/usrman/mpi4py.run.rst similarity index 100% rename from 3.1.6/source/usrman/mpi4py.run.rst rename to mpi4py/3.1.6/source/usrman/mpi4py.run.rst diff --git a/3.1.6/source/usrman/mpi4py.util.dtlib.rst b/mpi4py/3.1.6/source/usrman/mpi4py.util.dtlib.rst similarity index 100% rename from 3.1.6/source/usrman/mpi4py.util.dtlib.rst rename to mpi4py/3.1.6/source/usrman/mpi4py.util.dtlib.rst diff --git a/3.1.6/source/usrman/mpi4py.util.pkl5.rst b/mpi4py/3.1.6/source/usrman/mpi4py.util.pkl5.rst similarity index 100% rename from 3.1.6/source/usrman/mpi4py.util.pkl5.rst rename to mpi4py/3.1.6/source/usrman/mpi4py.util.pkl5.rst diff --git a/3.1.6/source/usrman/mpi4py.util.rst b/mpi4py/3.1.6/source/usrman/mpi4py.util.rst similarity index 100% rename from 3.1.6/source/usrman/mpi4py.util.rst rename to mpi4py/3.1.6/source/usrman/mpi4py.util.rst diff --git a/3.1.6/source/usrman/overview.rst b/mpi4py/3.1.6/source/usrman/overview.rst similarity index 100% rename from 3.1.6/source/usrman/overview.rst rename to mpi4py/3.1.6/source/usrman/overview.rst diff --git a/3.1.6/source/usrman/reference.rst b/mpi4py/3.1.6/source/usrman/reference.rst similarity index 100% rename from 3.1.6/source/usrman/reference.rst rename to mpi4py/3.1.6/source/usrman/reference.rst diff --git a/3.1.6/source/usrman/tutorial.rst b/mpi4py/3.1.6/source/usrman/tutorial.rst similarity index 100% rename from 3.1.6/source/usrman/tutorial.rst rename to mpi4py/3.1.6/source/usrman/tutorial.rst diff --git a/3.1.6/usrman/_static/basic.css b/mpi4py/3.1.6/usrman/_static/basic.css similarity index 100% rename from 3.1.6/usrman/_static/basic.css rename to mpi4py/3.1.6/usrman/_static/basic.css diff --git a/3.1.6/usrman/_static/classic.css b/mpi4py/3.1.6/usrman/_static/classic.css similarity index 100% rename from 3.1.6/usrman/_static/classic.css rename to mpi4py/3.1.6/usrman/_static/classic.css diff --git a/3.1.6/usrman/_static/css/custom.css b/mpi4py/3.1.6/usrman/_static/css/custom.css similarity index 100% rename from 3.1.6/usrman/_static/css/custom.css rename to mpi4py/3.1.6/usrman/_static/css/custom.css diff --git a/3.1.6/usrman/_static/default.css b/mpi4py/3.1.6/usrman/_static/default.css similarity index 100% rename from 3.1.6/usrman/_static/default.css rename to mpi4py/3.1.6/usrman/_static/default.css diff --git a/3.1.6/usrman/_static/doctools.js b/mpi4py/3.1.6/usrman/_static/doctools.js similarity index 100% rename from 3.1.6/usrman/_static/doctools.js rename to mpi4py/3.1.6/usrman/_static/doctools.js diff --git a/3.1.6/usrman/_static/documentation_options.js b/mpi4py/3.1.6/usrman/_static/documentation_options.js similarity index 100% rename from 3.1.6/usrman/_static/documentation_options.js rename to mpi4py/3.1.6/usrman/_static/documentation_options.js diff --git a/3.1.6/usrman/_static/file.png b/mpi4py/3.1.6/usrman/_static/file.png similarity index 100% rename from 3.1.6/usrman/_static/file.png rename to mpi4py/3.1.6/usrman/_static/file.png diff --git a/3.1.6/usrman/_static/language_data.js b/mpi4py/3.1.6/usrman/_static/language_data.js similarity index 100% rename from 3.1.6/usrman/_static/language_data.js rename to mpi4py/3.1.6/usrman/_static/language_data.js diff --git a/3.1.6/usrman/_static/minus.png b/mpi4py/3.1.6/usrman/_static/minus.png similarity index 100% rename from 3.1.6/usrman/_static/minus.png rename to mpi4py/3.1.6/usrman/_static/minus.png diff --git a/3.1.6/usrman/_static/plus.png b/mpi4py/3.1.6/usrman/_static/plus.png similarity index 100% rename from 3.1.6/usrman/_static/plus.png rename to mpi4py/3.1.6/usrman/_static/plus.png diff --git a/3.1.6/usrman/_static/pygments.css b/mpi4py/3.1.6/usrman/_static/pygments.css similarity index 100% rename from 3.1.6/usrman/_static/pygments.css rename to mpi4py/3.1.6/usrman/_static/pygments.css diff --git a/3.1.6/usrman/_static/searchtools.js b/mpi4py/3.1.6/usrman/_static/searchtools.js similarity index 100% rename from 3.1.6/usrman/_static/searchtools.js rename to mpi4py/3.1.6/usrman/_static/searchtools.js diff --git a/3.1.6/usrman/_static/sidebar.js b/mpi4py/3.1.6/usrman/_static/sidebar.js similarity index 100% rename from 3.1.6/usrman/_static/sidebar.js rename to mpi4py/3.1.6/usrman/_static/sidebar.js diff --git a/3.1.6/usrman/_static/sphinx_highlight.js b/mpi4py/3.1.6/usrman/_static/sphinx_highlight.js similarity index 100% rename from 3.1.6/usrman/_static/sphinx_highlight.js rename to mpi4py/3.1.6/usrman/_static/sphinx_highlight.js diff --git a/3.1.6/usrman/appendix.html b/mpi4py/3.1.6/usrman/appendix.html similarity index 100% rename from 3.1.6/usrman/appendix.html rename to mpi4py/3.1.6/usrman/appendix.html diff --git a/3.1.6/usrman/citing.html b/mpi4py/3.1.6/usrman/citing.html similarity index 100% rename from 3.1.6/usrman/citing.html rename to mpi4py/3.1.6/usrman/citing.html diff --git a/3.1.6/usrman/genindex.html b/mpi4py/3.1.6/usrman/genindex.html similarity index 100% rename from 3.1.6/usrman/genindex.html rename to mpi4py/3.1.6/usrman/genindex.html diff --git a/3.1.6/usrman/index.html b/mpi4py/3.1.6/usrman/index.html similarity index 100% rename from 3.1.6/usrman/index.html rename to mpi4py/3.1.6/usrman/index.html diff --git a/3.1.6/usrman/install.html b/mpi4py/3.1.6/usrman/install.html similarity index 100% rename from 3.1.6/usrman/install.html rename to mpi4py/3.1.6/usrman/install.html diff --git a/3.1.6/usrman/intro.html b/mpi4py/3.1.6/usrman/intro.html similarity index 100% rename from 3.1.6/usrman/intro.html rename to mpi4py/3.1.6/usrman/intro.html diff --git a/3.1.6/usrman/mpi4py.MPI.html b/mpi4py/3.1.6/usrman/mpi4py.MPI.html similarity index 100% rename from 3.1.6/usrman/mpi4py.MPI.html rename to mpi4py/3.1.6/usrman/mpi4py.MPI.html diff --git a/3.1.6/usrman/mpi4py.futures.html b/mpi4py/3.1.6/usrman/mpi4py.futures.html similarity index 100% rename from 3.1.6/usrman/mpi4py.futures.html rename to mpi4py/3.1.6/usrman/mpi4py.futures.html diff --git a/3.1.6/usrman/mpi4py.html b/mpi4py/3.1.6/usrman/mpi4py.html similarity index 100% rename from 3.1.6/usrman/mpi4py.html rename to mpi4py/3.1.6/usrman/mpi4py.html diff --git a/3.1.6/usrman/mpi4py.run.html b/mpi4py/3.1.6/usrman/mpi4py.run.html similarity index 100% rename from 3.1.6/usrman/mpi4py.run.html rename to mpi4py/3.1.6/usrman/mpi4py.run.html diff --git a/3.1.6/usrman/mpi4py.util.dtlib.html b/mpi4py/3.1.6/usrman/mpi4py.util.dtlib.html similarity index 100% rename from 3.1.6/usrman/mpi4py.util.dtlib.html rename to mpi4py/3.1.6/usrman/mpi4py.util.dtlib.html diff --git a/3.1.6/usrman/mpi4py.util.html b/mpi4py/3.1.6/usrman/mpi4py.util.html similarity index 100% rename from 3.1.6/usrman/mpi4py.util.html rename to mpi4py/3.1.6/usrman/mpi4py.util.html diff --git a/3.1.6/usrman/mpi4py.util.pkl5.html b/mpi4py/3.1.6/usrman/mpi4py.util.pkl5.html similarity index 100% rename from 3.1.6/usrman/mpi4py.util.pkl5.html rename to mpi4py/3.1.6/usrman/mpi4py.util.pkl5.html diff --git a/3.1.6/usrman/objects.inv b/mpi4py/3.1.6/usrman/objects.inv similarity index 100% rename from 3.1.6/usrman/objects.inv rename to mpi4py/3.1.6/usrman/objects.inv diff --git a/3.1.6/usrman/overview.html b/mpi4py/3.1.6/usrman/overview.html similarity index 100% rename from 3.1.6/usrman/overview.html rename to mpi4py/3.1.6/usrman/overview.html diff --git a/3.1.6/usrman/py-modindex.html b/mpi4py/3.1.6/usrman/py-modindex.html similarity index 100% rename from 3.1.6/usrman/py-modindex.html rename to mpi4py/3.1.6/usrman/py-modindex.html diff --git a/3.1.6/usrman/reference.html b/mpi4py/3.1.6/usrman/reference.html similarity index 100% rename from 3.1.6/usrman/reference.html rename to mpi4py/3.1.6/usrman/reference.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.AINT.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.AINT.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.AINT.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.AINT.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.ANY_SOURCE.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ANY_SOURCE.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.ANY_SOURCE.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ANY_SOURCE.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.ANY_TAG.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ANY_TAG.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.ANY_TAG.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ANY_TAG.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.APPNUM.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.APPNUM.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.APPNUM.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.APPNUM.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.Add_error_class.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Add_error_class.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.Add_error_class.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Add_error_class.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.Add_error_code.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Add_error_code.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.Add_error_code.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Add_error_code.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.Add_error_string.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Add_error_string.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.Add_error_string.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Add_error_string.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.Aint_add.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Aint_add.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.Aint_add.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Aint_add.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.Aint_diff.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Aint_diff.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.Aint_diff.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Aint_diff.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.Alloc_mem.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Alloc_mem.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.Alloc_mem.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Alloc_mem.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.Attach_buffer.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Attach_buffer.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.Attach_buffer.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Attach_buffer.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.BAND.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.BAND.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.BAND.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.BAND.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.BOOL.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.BOOL.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.BOOL.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.BOOL.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.BOR.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.BOR.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.BOR.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.BOR.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.BOTTOM.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.BOTTOM.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.BOTTOM.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.BOTTOM.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.BSEND_OVERHEAD.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.BSEND_OVERHEAD.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.BSEND_OVERHEAD.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.BSEND_OVERHEAD.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.BXOR.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.BXOR.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.BXOR.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.BXOR.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.BYTE.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.BYTE.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.BYTE.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.BYTE.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.CART.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.CART.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.CART.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.CART.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.CHAR.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.CHAR.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.CHAR.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.CHAR.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.CHARACTER.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.CHARACTER.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.CHARACTER.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.CHARACTER.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.COMBINER_CONTIGUOUS.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.COMBINER_CONTIGUOUS.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.COMBINER_CONTIGUOUS.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.COMBINER_CONTIGUOUS.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.COMBINER_DARRAY.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.COMBINER_DARRAY.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.COMBINER_DARRAY.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.COMBINER_DARRAY.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.COMBINER_DUP.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.COMBINER_DUP.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.COMBINER_DUP.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.COMBINER_DUP.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.COMBINER_F90_COMPLEX.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.COMBINER_F90_COMPLEX.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.COMBINER_F90_COMPLEX.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.COMBINER_F90_COMPLEX.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.COMBINER_F90_INTEGER.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.COMBINER_F90_INTEGER.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.COMBINER_F90_INTEGER.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.COMBINER_F90_INTEGER.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.COMBINER_F90_REAL.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.COMBINER_F90_REAL.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.COMBINER_F90_REAL.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.COMBINER_F90_REAL.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.COMBINER_HINDEXED.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.COMBINER_HINDEXED.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.COMBINER_HINDEXED.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.COMBINER_HINDEXED.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.COMBINER_HINDEXED_BLOCK.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.COMBINER_HINDEXED_BLOCK.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.COMBINER_HINDEXED_BLOCK.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.COMBINER_HINDEXED_BLOCK.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.COMBINER_HVECTOR.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.COMBINER_HVECTOR.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.COMBINER_HVECTOR.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.COMBINER_HVECTOR.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.COMBINER_INDEXED.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.COMBINER_INDEXED.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.COMBINER_INDEXED.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.COMBINER_INDEXED.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.COMBINER_INDEXED_BLOCK.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.COMBINER_INDEXED_BLOCK.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.COMBINER_INDEXED_BLOCK.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.COMBINER_INDEXED_BLOCK.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.COMBINER_NAMED.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.COMBINER_NAMED.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.COMBINER_NAMED.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.COMBINER_NAMED.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.COMBINER_RESIZED.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.COMBINER_RESIZED.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.COMBINER_RESIZED.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.COMBINER_RESIZED.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.COMBINER_STRUCT.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.COMBINER_STRUCT.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.COMBINER_STRUCT.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.COMBINER_STRUCT.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.COMBINER_SUBARRAY.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.COMBINER_SUBARRAY.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.COMBINER_SUBARRAY.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.COMBINER_SUBARRAY.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.COMBINER_VECTOR.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.COMBINER_VECTOR.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.COMBINER_VECTOR.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.COMBINER_VECTOR.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.COMM_NULL.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.COMM_NULL.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.COMM_NULL.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.COMM_NULL.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.COMM_SELF.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.COMM_SELF.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.COMM_SELF.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.COMM_SELF.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.COMM_TYPE_SHARED.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.COMM_TYPE_SHARED.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.COMM_TYPE_SHARED.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.COMM_TYPE_SHARED.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.COMM_WORLD.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.COMM_WORLD.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.COMM_WORLD.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.COMM_WORLD.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.COMPLEX.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.COMPLEX.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.COMPLEX.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.COMPLEX.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.COMPLEX16.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.COMPLEX16.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.COMPLEX16.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.COMPLEX16.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.COMPLEX32.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.COMPLEX32.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.COMPLEX32.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.COMPLEX32.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.COMPLEX4.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.COMPLEX4.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.COMPLEX4.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.COMPLEX4.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.COMPLEX8.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.COMPLEX8.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.COMPLEX8.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.COMPLEX8.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.CONGRUENT.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.CONGRUENT.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.CONGRUENT.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.CONGRUENT.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.COUNT.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.COUNT.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.COUNT.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.COUNT.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.CXX_BOOL.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.CXX_BOOL.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.CXX_BOOL.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.CXX_BOOL.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.CXX_DOUBLE_COMPLEX.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.CXX_DOUBLE_COMPLEX.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.CXX_DOUBLE_COMPLEX.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.CXX_DOUBLE_COMPLEX.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.CXX_FLOAT_COMPLEX.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.CXX_FLOAT_COMPLEX.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.CXX_FLOAT_COMPLEX.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.CXX_FLOAT_COMPLEX.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.CXX_LONG_DOUBLE_COMPLEX.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.CXX_LONG_DOUBLE_COMPLEX.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.CXX_LONG_DOUBLE_COMPLEX.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.CXX_LONG_DOUBLE_COMPLEX.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.C_BOOL.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.C_BOOL.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.C_BOOL.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.C_BOOL.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.C_COMPLEX.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.C_COMPLEX.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.C_COMPLEX.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.C_COMPLEX.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.C_DOUBLE_COMPLEX.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.C_DOUBLE_COMPLEX.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.C_DOUBLE_COMPLEX.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.C_DOUBLE_COMPLEX.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.C_FLOAT_COMPLEX.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.C_FLOAT_COMPLEX.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.C_FLOAT_COMPLEX.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.C_FLOAT_COMPLEX.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.C_LONG_DOUBLE_COMPLEX.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.C_LONG_DOUBLE_COMPLEX.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.C_LONG_DOUBLE_COMPLEX.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.C_LONG_DOUBLE_COMPLEX.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.Cartcomm.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Cartcomm.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.Cartcomm.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Cartcomm.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.Close_port.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Close_port.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.Close_port.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Close_port.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.Comm.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Comm.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.Comm.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Comm.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.Compute_dims.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Compute_dims.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.Compute_dims.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Compute_dims.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.DATATYPE_NULL.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.DATATYPE_NULL.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.DATATYPE_NULL.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.DATATYPE_NULL.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.DISPLACEMENT_CURRENT.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.DISPLACEMENT_CURRENT.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.DISPLACEMENT_CURRENT.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.DISPLACEMENT_CURRENT.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.DISP_CUR.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.DISP_CUR.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.DISP_CUR.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.DISP_CUR.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.DISTRIBUTE_BLOCK.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.DISTRIBUTE_BLOCK.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.DISTRIBUTE_BLOCK.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.DISTRIBUTE_BLOCK.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.DISTRIBUTE_CYCLIC.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.DISTRIBUTE_CYCLIC.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.DISTRIBUTE_CYCLIC.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.DISTRIBUTE_CYCLIC.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.DISTRIBUTE_DFLT_DARG.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.DISTRIBUTE_DFLT_DARG.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.DISTRIBUTE_DFLT_DARG.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.DISTRIBUTE_DFLT_DARG.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.DISTRIBUTE_NONE.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.DISTRIBUTE_NONE.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.DISTRIBUTE_NONE.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.DISTRIBUTE_NONE.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.DIST_GRAPH.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.DIST_GRAPH.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.DIST_GRAPH.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.DIST_GRAPH.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.DOUBLE.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.DOUBLE.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.DOUBLE.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.DOUBLE.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.DOUBLE_COMPLEX.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.DOUBLE_COMPLEX.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.DOUBLE_COMPLEX.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.DOUBLE_COMPLEX.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.DOUBLE_INT.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.DOUBLE_INT.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.DOUBLE_INT.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.DOUBLE_INT.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.DOUBLE_PRECISION.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.DOUBLE_PRECISION.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.DOUBLE_PRECISION.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.DOUBLE_PRECISION.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.Datatype.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Datatype.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.Datatype.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Datatype.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.Detach_buffer.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Detach_buffer.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.Detach_buffer.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Detach_buffer.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.Distgraphcomm.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Distgraphcomm.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.Distgraphcomm.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Distgraphcomm.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.ERRHANDLER_NULL.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERRHANDLER_NULL.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.ERRHANDLER_NULL.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERRHANDLER_NULL.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.ERRORS_ARE_FATAL.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERRORS_ARE_FATAL.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.ERRORS_ARE_FATAL.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERRORS_ARE_FATAL.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.ERRORS_RETURN.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERRORS_RETURN.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.ERRORS_RETURN.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERRORS_RETURN.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.ERR_ACCESS.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_ACCESS.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.ERR_ACCESS.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_ACCESS.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.ERR_AMODE.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_AMODE.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.ERR_AMODE.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_AMODE.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.ERR_ARG.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_ARG.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.ERR_ARG.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_ARG.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.ERR_ASSERT.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_ASSERT.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.ERR_ASSERT.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_ASSERT.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.ERR_BAD_FILE.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_BAD_FILE.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.ERR_BAD_FILE.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_BAD_FILE.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.ERR_BASE.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_BASE.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.ERR_BASE.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_BASE.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.ERR_BUFFER.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_BUFFER.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.ERR_BUFFER.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_BUFFER.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.ERR_COMM.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_COMM.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.ERR_COMM.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_COMM.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.ERR_CONVERSION.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_CONVERSION.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.ERR_CONVERSION.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_CONVERSION.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.ERR_COUNT.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_COUNT.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.ERR_COUNT.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_COUNT.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.ERR_DIMS.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_DIMS.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.ERR_DIMS.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_DIMS.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.ERR_DISP.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_DISP.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.ERR_DISP.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_DISP.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.ERR_DUP_DATAREP.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_DUP_DATAREP.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.ERR_DUP_DATAREP.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_DUP_DATAREP.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.ERR_FILE.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_FILE.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.ERR_FILE.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_FILE.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.ERR_FILE_EXISTS.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_FILE_EXISTS.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.ERR_FILE_EXISTS.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_FILE_EXISTS.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.ERR_FILE_IN_USE.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_FILE_IN_USE.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.ERR_FILE_IN_USE.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_FILE_IN_USE.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.ERR_GROUP.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_GROUP.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.ERR_GROUP.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_GROUP.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.ERR_INFO.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_INFO.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.ERR_INFO.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_INFO.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.ERR_INFO_KEY.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_INFO_KEY.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.ERR_INFO_KEY.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_INFO_KEY.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.ERR_INFO_NOKEY.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_INFO_NOKEY.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.ERR_INFO_NOKEY.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_INFO_NOKEY.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.ERR_INFO_VALUE.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_INFO_VALUE.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.ERR_INFO_VALUE.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_INFO_VALUE.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.ERR_INTERN.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_INTERN.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.ERR_INTERN.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_INTERN.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.ERR_IN_STATUS.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_IN_STATUS.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.ERR_IN_STATUS.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_IN_STATUS.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.ERR_IO.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_IO.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.ERR_IO.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_IO.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.ERR_KEYVAL.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_KEYVAL.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.ERR_KEYVAL.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_KEYVAL.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.ERR_LASTCODE.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_LASTCODE.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.ERR_LASTCODE.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_LASTCODE.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.ERR_LOCKTYPE.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_LOCKTYPE.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.ERR_LOCKTYPE.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_LOCKTYPE.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.ERR_NAME.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_NAME.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.ERR_NAME.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_NAME.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.ERR_NOT_SAME.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_NOT_SAME.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.ERR_NOT_SAME.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_NOT_SAME.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.ERR_NO_MEM.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_NO_MEM.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.ERR_NO_MEM.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_NO_MEM.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.ERR_NO_SPACE.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_NO_SPACE.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.ERR_NO_SPACE.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_NO_SPACE.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.ERR_NO_SUCH_FILE.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_NO_SUCH_FILE.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.ERR_NO_SUCH_FILE.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_NO_SUCH_FILE.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.ERR_OP.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_OP.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.ERR_OP.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_OP.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.ERR_OTHER.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_OTHER.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.ERR_OTHER.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_OTHER.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.ERR_PENDING.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_PENDING.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.ERR_PENDING.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_PENDING.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.ERR_PORT.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_PORT.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.ERR_PORT.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_PORT.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.ERR_QUOTA.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_QUOTA.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.ERR_QUOTA.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_QUOTA.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.ERR_RANK.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_RANK.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.ERR_RANK.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_RANK.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.ERR_READ_ONLY.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_READ_ONLY.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.ERR_READ_ONLY.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_READ_ONLY.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.ERR_REQUEST.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_REQUEST.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.ERR_REQUEST.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_REQUEST.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.ERR_RMA_ATTACH.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_RMA_ATTACH.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.ERR_RMA_ATTACH.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_RMA_ATTACH.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.ERR_RMA_CONFLICT.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_RMA_CONFLICT.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.ERR_RMA_CONFLICT.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_RMA_CONFLICT.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.ERR_RMA_FLAVOR.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_RMA_FLAVOR.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.ERR_RMA_FLAVOR.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_RMA_FLAVOR.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.ERR_RMA_RANGE.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_RMA_RANGE.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.ERR_RMA_RANGE.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_RMA_RANGE.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.ERR_RMA_SHARED.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_RMA_SHARED.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.ERR_RMA_SHARED.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_RMA_SHARED.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.ERR_RMA_SYNC.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_RMA_SYNC.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.ERR_RMA_SYNC.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_RMA_SYNC.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.ERR_ROOT.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_ROOT.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.ERR_ROOT.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_ROOT.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.ERR_SERVICE.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_SERVICE.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.ERR_SERVICE.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_SERVICE.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.ERR_SIZE.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_SIZE.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.ERR_SIZE.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_SIZE.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.ERR_SPAWN.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_SPAWN.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.ERR_SPAWN.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_SPAWN.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.ERR_TAG.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_TAG.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.ERR_TAG.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_TAG.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.ERR_TOPOLOGY.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_TOPOLOGY.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.ERR_TOPOLOGY.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_TOPOLOGY.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.ERR_TRUNCATE.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_TRUNCATE.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.ERR_TRUNCATE.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_TRUNCATE.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.ERR_TYPE.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_TYPE.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.ERR_TYPE.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_TYPE.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.ERR_UNKNOWN.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_UNKNOWN.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.ERR_UNKNOWN.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_UNKNOWN.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.ERR_UNSUPPORTED_DATAREP.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_UNSUPPORTED_DATAREP.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.ERR_UNSUPPORTED_DATAREP.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_UNSUPPORTED_DATAREP.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.ERR_UNSUPPORTED_OPERATION.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_UNSUPPORTED_OPERATION.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.ERR_UNSUPPORTED_OPERATION.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_UNSUPPORTED_OPERATION.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.ERR_WIN.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_WIN.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.ERR_WIN.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ERR_WIN.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.Errhandler.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Errhandler.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.Errhandler.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Errhandler.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.Exception.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Exception.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.Exception.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Exception.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.FILE_NULL.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.FILE_NULL.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.FILE_NULL.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.FILE_NULL.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.FLOAT.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.FLOAT.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.FLOAT.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.FLOAT.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.FLOAT_INT.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.FLOAT_INT.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.FLOAT_INT.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.FLOAT_INT.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.F_BOOL.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.F_BOOL.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.F_BOOL.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.F_BOOL.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.F_COMPLEX.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.F_COMPLEX.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.F_COMPLEX.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.F_COMPLEX.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.F_DOUBLE.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.F_DOUBLE.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.F_DOUBLE.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.F_DOUBLE.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.F_DOUBLE_COMPLEX.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.F_DOUBLE_COMPLEX.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.F_DOUBLE_COMPLEX.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.F_DOUBLE_COMPLEX.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.F_FLOAT.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.F_FLOAT.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.F_FLOAT.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.F_FLOAT.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.F_FLOAT_COMPLEX.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.F_FLOAT_COMPLEX.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.F_FLOAT_COMPLEX.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.F_FLOAT_COMPLEX.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.F_INT.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.F_INT.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.F_INT.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.F_INT.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.File.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.File.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.File.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.File.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.Finalize.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Finalize.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.Finalize.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Finalize.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.Free_mem.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Free_mem.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.Free_mem.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Free_mem.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.GRAPH.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.GRAPH.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.GRAPH.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.GRAPH.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.GROUP_EMPTY.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.GROUP_EMPTY.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.GROUP_EMPTY.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.GROUP_EMPTY.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.GROUP_NULL.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.GROUP_NULL.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.GROUP_NULL.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.GROUP_NULL.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.Get_address.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Get_address.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.Get_address.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Get_address.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.Get_error_class.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Get_error_class.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.Get_error_class.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Get_error_class.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.Get_error_string.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Get_error_string.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.Get_error_string.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Get_error_string.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.Get_library_version.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Get_library_version.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.Get_library_version.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Get_library_version.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.Get_processor_name.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Get_processor_name.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.Get_processor_name.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Get_processor_name.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.Get_version.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Get_version.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.Get_version.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Get_version.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.Graphcomm.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Graphcomm.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.Graphcomm.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Graphcomm.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.Grequest.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Grequest.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.Grequest.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Grequest.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.Group.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Group.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.Group.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Group.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.HOST.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.HOST.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.HOST.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.HOST.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.IDENT.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.IDENT.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.IDENT.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.IDENT.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.INFO_ENV.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.INFO_ENV.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.INFO_ENV.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.INFO_ENV.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.INFO_NULL.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.INFO_NULL.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.INFO_NULL.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.INFO_NULL.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.INT.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.INT.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.INT.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.INT.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.INT16_T.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.INT16_T.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.INT16_T.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.INT16_T.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.INT32_T.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.INT32_T.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.INT32_T.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.INT32_T.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.INT64_T.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.INT64_T.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.INT64_T.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.INT64_T.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.INT8_T.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.INT8_T.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.INT8_T.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.INT8_T.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.INTEGER.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.INTEGER.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.INTEGER.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.INTEGER.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.INTEGER1.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.INTEGER1.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.INTEGER1.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.INTEGER1.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.INTEGER16.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.INTEGER16.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.INTEGER16.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.INTEGER16.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.INTEGER2.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.INTEGER2.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.INTEGER2.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.INTEGER2.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.INTEGER4.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.INTEGER4.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.INTEGER4.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.INTEGER4.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.INTEGER8.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.INTEGER8.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.INTEGER8.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.INTEGER8.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.INT_INT.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.INT_INT.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.INT_INT.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.INT_INT.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.IN_PLACE.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.IN_PLACE.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.IN_PLACE.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.IN_PLACE.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.IO.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.IO.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.IO.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.IO.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.Info.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Info.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.Info.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Info.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.Init.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Init.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.Init.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Init.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.Init_thread.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Init_thread.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.Init_thread.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Init_thread.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.Intercomm.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Intercomm.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.Intercomm.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Intercomm.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.Intracomm.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Intracomm.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.Intracomm.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Intracomm.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.Is_finalized.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Is_finalized.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.Is_finalized.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Is_finalized.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.Is_initialized.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Is_initialized.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.Is_initialized.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Is_initialized.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.Is_thread_main.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Is_thread_main.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.Is_thread_main.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Is_thread_main.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.KEYVAL_INVALID.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.KEYVAL_INVALID.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.KEYVAL_INVALID.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.KEYVAL_INVALID.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.LAND.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.LAND.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.LAND.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.LAND.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.LASTUSEDCODE.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.LASTUSEDCODE.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.LASTUSEDCODE.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.LASTUSEDCODE.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.LB.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.LB.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.LB.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.LB.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.LOCK_EXCLUSIVE.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.LOCK_EXCLUSIVE.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.LOCK_EXCLUSIVE.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.LOCK_EXCLUSIVE.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.LOCK_SHARED.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.LOCK_SHARED.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.LOCK_SHARED.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.LOCK_SHARED.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.LOGICAL.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.LOGICAL.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.LOGICAL.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.LOGICAL.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.LOGICAL1.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.LOGICAL1.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.LOGICAL1.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.LOGICAL1.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.LOGICAL2.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.LOGICAL2.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.LOGICAL2.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.LOGICAL2.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.LOGICAL4.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.LOGICAL4.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.LOGICAL4.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.LOGICAL4.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.LOGICAL8.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.LOGICAL8.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.LOGICAL8.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.LOGICAL8.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.LONG.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.LONG.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.LONG.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.LONG.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.LONG_DOUBLE.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.LONG_DOUBLE.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.LONG_DOUBLE.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.LONG_DOUBLE.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.LONG_DOUBLE_INT.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.LONG_DOUBLE_INT.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.LONG_DOUBLE_INT.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.LONG_DOUBLE_INT.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.LONG_INT.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.LONG_INT.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.LONG_INT.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.LONG_INT.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.LONG_LONG.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.LONG_LONG.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.LONG_LONG.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.LONG_LONG.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.LOR.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.LOR.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.LOR.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.LOR.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.LXOR.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.LXOR.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.LXOR.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.LXOR.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.Lookup_name.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Lookup_name.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.Lookup_name.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Lookup_name.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.MAX.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.MAX.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.MAX.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.MAX.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.MAXLOC.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.MAXLOC.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.MAXLOC.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.MAXLOC.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.MAX_DATAREP_STRING.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.MAX_DATAREP_STRING.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.MAX_DATAREP_STRING.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.MAX_DATAREP_STRING.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.MAX_ERROR_STRING.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.MAX_ERROR_STRING.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.MAX_ERROR_STRING.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.MAX_ERROR_STRING.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.MAX_INFO_KEY.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.MAX_INFO_KEY.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.MAX_INFO_KEY.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.MAX_INFO_KEY.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.MAX_INFO_VAL.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.MAX_INFO_VAL.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.MAX_INFO_VAL.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.MAX_INFO_VAL.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.MAX_LIBRARY_VERSION_STRING.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.MAX_LIBRARY_VERSION_STRING.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.MAX_LIBRARY_VERSION_STRING.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.MAX_LIBRARY_VERSION_STRING.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.MAX_OBJECT_NAME.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.MAX_OBJECT_NAME.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.MAX_OBJECT_NAME.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.MAX_OBJECT_NAME.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.MAX_PORT_NAME.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.MAX_PORT_NAME.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.MAX_PORT_NAME.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.MAX_PORT_NAME.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.MAX_PROCESSOR_NAME.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.MAX_PROCESSOR_NAME.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.MAX_PROCESSOR_NAME.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.MAX_PROCESSOR_NAME.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.MESSAGE_NO_PROC.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.MESSAGE_NO_PROC.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.MESSAGE_NO_PROC.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.MESSAGE_NO_PROC.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.MESSAGE_NULL.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.MESSAGE_NULL.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.MESSAGE_NULL.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.MESSAGE_NULL.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.MIN.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.MIN.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.MIN.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.MIN.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.MINLOC.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.MINLOC.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.MINLOC.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.MINLOC.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.MODE_APPEND.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.MODE_APPEND.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.MODE_APPEND.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.MODE_APPEND.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.MODE_CREATE.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.MODE_CREATE.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.MODE_CREATE.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.MODE_CREATE.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.MODE_DELETE_ON_CLOSE.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.MODE_DELETE_ON_CLOSE.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.MODE_DELETE_ON_CLOSE.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.MODE_DELETE_ON_CLOSE.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.MODE_EXCL.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.MODE_EXCL.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.MODE_EXCL.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.MODE_EXCL.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.MODE_NOCHECK.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.MODE_NOCHECK.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.MODE_NOCHECK.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.MODE_NOCHECK.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.MODE_NOPRECEDE.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.MODE_NOPRECEDE.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.MODE_NOPRECEDE.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.MODE_NOPRECEDE.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.MODE_NOPUT.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.MODE_NOPUT.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.MODE_NOPUT.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.MODE_NOPUT.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.MODE_NOSTORE.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.MODE_NOSTORE.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.MODE_NOSTORE.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.MODE_NOSTORE.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.MODE_NOSUCCEED.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.MODE_NOSUCCEED.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.MODE_NOSUCCEED.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.MODE_NOSUCCEED.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.MODE_RDONLY.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.MODE_RDONLY.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.MODE_RDONLY.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.MODE_RDONLY.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.MODE_RDWR.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.MODE_RDWR.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.MODE_RDWR.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.MODE_RDWR.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.MODE_SEQUENTIAL.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.MODE_SEQUENTIAL.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.MODE_SEQUENTIAL.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.MODE_SEQUENTIAL.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.MODE_UNIQUE_OPEN.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.MODE_UNIQUE_OPEN.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.MODE_UNIQUE_OPEN.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.MODE_UNIQUE_OPEN.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.MODE_WRONLY.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.MODE_WRONLY.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.MODE_WRONLY.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.MODE_WRONLY.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.Message.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Message.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.Message.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Message.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.NO_OP.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.NO_OP.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.NO_OP.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.NO_OP.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.OFFSET.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.OFFSET.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.OFFSET.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.OFFSET.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.OP_NULL.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.OP_NULL.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.OP_NULL.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.OP_NULL.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.ORDER_C.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ORDER_C.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.ORDER_C.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ORDER_C.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.ORDER_F.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ORDER_F.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.ORDER_F.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ORDER_F.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.ORDER_FORTRAN.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ORDER_FORTRAN.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.ORDER_FORTRAN.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ORDER_FORTRAN.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.Op.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Op.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.Op.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Op.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.Open_port.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Open_port.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.Open_port.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Open_port.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.PACKED.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.PACKED.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.PACKED.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.PACKED.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.PROC_NULL.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.PROC_NULL.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.PROC_NULL.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.PROC_NULL.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.PROD.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.PROD.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.PROD.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.PROD.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.Pcontrol.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Pcontrol.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.Pcontrol.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Pcontrol.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.Pickle.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Pickle.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.Pickle.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Pickle.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.Prequest.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Prequest.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.Prequest.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Prequest.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.Publish_name.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Publish_name.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.Publish_name.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Publish_name.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.Query_thread.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Query_thread.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.Query_thread.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Query_thread.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.REAL.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.REAL.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.REAL.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.REAL.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.REAL16.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.REAL16.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.REAL16.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.REAL16.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.REAL2.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.REAL2.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.REAL2.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.REAL2.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.REAL4.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.REAL4.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.REAL4.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.REAL4.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.REAL8.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.REAL8.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.REAL8.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.REAL8.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.REPLACE.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.REPLACE.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.REPLACE.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.REPLACE.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.REQUEST_NULL.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.REQUEST_NULL.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.REQUEST_NULL.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.REQUEST_NULL.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.ROOT.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ROOT.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.ROOT.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.ROOT.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.Register_datarep.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Register_datarep.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.Register_datarep.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Register_datarep.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.Request.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Request.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.Request.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Request.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.SEEK_CUR.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.SEEK_CUR.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.SEEK_CUR.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.SEEK_CUR.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.SEEK_END.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.SEEK_END.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.SEEK_END.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.SEEK_END.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.SEEK_SET.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.SEEK_SET.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.SEEK_SET.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.SEEK_SET.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.SHORT.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.SHORT.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.SHORT.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.SHORT.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.SHORT_INT.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.SHORT_INT.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.SHORT_INT.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.SHORT_INT.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.SIGNED_CHAR.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.SIGNED_CHAR.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.SIGNED_CHAR.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.SIGNED_CHAR.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.SIGNED_INT.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.SIGNED_INT.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.SIGNED_INT.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.SIGNED_INT.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.SIGNED_LONG.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.SIGNED_LONG.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.SIGNED_LONG.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.SIGNED_LONG.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.SIGNED_LONG_LONG.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.SIGNED_LONG_LONG.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.SIGNED_LONG_LONG.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.SIGNED_LONG_LONG.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.SIGNED_SHORT.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.SIGNED_SHORT.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.SIGNED_SHORT.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.SIGNED_SHORT.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.SIMILAR.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.SIMILAR.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.SIMILAR.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.SIMILAR.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.SINT16_T.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.SINT16_T.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.SINT16_T.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.SINT16_T.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.SINT32_T.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.SINT32_T.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.SINT32_T.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.SINT32_T.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.SINT64_T.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.SINT64_T.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.SINT64_T.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.SINT64_T.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.SINT8_T.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.SINT8_T.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.SINT8_T.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.SINT8_T.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.SUBVERSION.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.SUBVERSION.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.SUBVERSION.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.SUBVERSION.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.SUCCESS.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.SUCCESS.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.SUCCESS.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.SUCCESS.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.SUM.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.SUM.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.SUM.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.SUM.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.Status.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Status.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.Status.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Status.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.TAG_UB.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.TAG_UB.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.TAG_UB.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.TAG_UB.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.THREAD_FUNNELED.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.THREAD_FUNNELED.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.THREAD_FUNNELED.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.THREAD_FUNNELED.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.THREAD_MULTIPLE.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.THREAD_MULTIPLE.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.THREAD_MULTIPLE.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.THREAD_MULTIPLE.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.THREAD_SERIALIZED.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.THREAD_SERIALIZED.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.THREAD_SERIALIZED.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.THREAD_SERIALIZED.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.THREAD_SINGLE.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.THREAD_SINGLE.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.THREAD_SINGLE.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.THREAD_SINGLE.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.TWOINT.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.TWOINT.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.TWOINT.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.TWOINT.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.TYPECLASS_COMPLEX.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.TYPECLASS_COMPLEX.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.TYPECLASS_COMPLEX.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.TYPECLASS_COMPLEX.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.TYPECLASS_INTEGER.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.TYPECLASS_INTEGER.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.TYPECLASS_INTEGER.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.TYPECLASS_INTEGER.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.TYPECLASS_REAL.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.TYPECLASS_REAL.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.TYPECLASS_REAL.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.TYPECLASS_REAL.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.Topocomm.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Topocomm.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.Topocomm.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Topocomm.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.UB.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.UB.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.UB.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.UB.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.UINT16_T.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.UINT16_T.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.UINT16_T.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.UINT16_T.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.UINT32_T.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.UINT32_T.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.UINT32_T.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.UINT32_T.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.UINT64_T.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.UINT64_T.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.UINT64_T.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.UINT64_T.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.UINT8_T.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.UINT8_T.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.UINT8_T.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.UINT8_T.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.UNDEFINED.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.UNDEFINED.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.UNDEFINED.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.UNDEFINED.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.UNEQUAL.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.UNEQUAL.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.UNEQUAL.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.UNEQUAL.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.UNIVERSE_SIZE.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.UNIVERSE_SIZE.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.UNIVERSE_SIZE.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.UNIVERSE_SIZE.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.UNSIGNED.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.UNSIGNED.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.UNSIGNED.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.UNSIGNED.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.UNSIGNED_CHAR.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.UNSIGNED_CHAR.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.UNSIGNED_CHAR.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.UNSIGNED_CHAR.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.UNSIGNED_INT.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.UNSIGNED_INT.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.UNSIGNED_INT.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.UNSIGNED_INT.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.UNSIGNED_LONG.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.UNSIGNED_LONG.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.UNSIGNED_LONG.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.UNSIGNED_LONG.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.UNSIGNED_LONG_LONG.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.UNSIGNED_LONG_LONG.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.UNSIGNED_LONG_LONG.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.UNSIGNED_LONG_LONG.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.UNSIGNED_SHORT.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.UNSIGNED_SHORT.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.UNSIGNED_SHORT.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.UNSIGNED_SHORT.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.UNWEIGHTED.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.UNWEIGHTED.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.UNWEIGHTED.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.UNWEIGHTED.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.Unpublish_name.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Unpublish_name.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.Unpublish_name.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Unpublish_name.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.VERSION.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.VERSION.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.VERSION.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.VERSION.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.WCHAR.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.WCHAR.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.WCHAR.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.WCHAR.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.WEIGHTS_EMPTY.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.WEIGHTS_EMPTY.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.WEIGHTS_EMPTY.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.WEIGHTS_EMPTY.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.WIN_BASE.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.WIN_BASE.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.WIN_BASE.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.WIN_BASE.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.WIN_CREATE_FLAVOR.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.WIN_CREATE_FLAVOR.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.WIN_CREATE_FLAVOR.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.WIN_CREATE_FLAVOR.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.WIN_DISP_UNIT.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.WIN_DISP_UNIT.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.WIN_DISP_UNIT.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.WIN_DISP_UNIT.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.WIN_FLAVOR.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.WIN_FLAVOR.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.WIN_FLAVOR.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.WIN_FLAVOR.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.WIN_FLAVOR_ALLOCATE.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.WIN_FLAVOR_ALLOCATE.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.WIN_FLAVOR_ALLOCATE.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.WIN_FLAVOR_ALLOCATE.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.WIN_FLAVOR_CREATE.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.WIN_FLAVOR_CREATE.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.WIN_FLAVOR_CREATE.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.WIN_FLAVOR_CREATE.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.WIN_FLAVOR_DYNAMIC.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.WIN_FLAVOR_DYNAMIC.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.WIN_FLAVOR_DYNAMIC.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.WIN_FLAVOR_DYNAMIC.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.WIN_FLAVOR_SHARED.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.WIN_FLAVOR_SHARED.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.WIN_FLAVOR_SHARED.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.WIN_FLAVOR_SHARED.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.WIN_MODEL.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.WIN_MODEL.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.WIN_MODEL.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.WIN_MODEL.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.WIN_NULL.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.WIN_NULL.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.WIN_NULL.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.WIN_NULL.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.WIN_SEPARATE.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.WIN_SEPARATE.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.WIN_SEPARATE.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.WIN_SEPARATE.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.WIN_SIZE.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.WIN_SIZE.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.WIN_SIZE.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.WIN_SIZE.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.WIN_UNIFIED.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.WIN_UNIFIED.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.WIN_UNIFIED.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.WIN_UNIFIED.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.WTIME_IS_GLOBAL.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.WTIME_IS_GLOBAL.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.WTIME_IS_GLOBAL.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.WTIME_IS_GLOBAL.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.Win.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Win.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.Win.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Win.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.Wtick.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Wtick.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.Wtick.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Wtick.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.Wtime.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Wtime.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.Wtime.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.Wtime.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.get_vendor.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.get_vendor.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.get_vendor.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.get_vendor.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.memory.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.memory.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.memory.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.memory.html diff --git a/3.1.6/usrman/reference/mpi4py.MPI.pickle.html b/mpi4py/3.1.6/usrman/reference/mpi4py.MPI.pickle.html similarity index 100% rename from 3.1.6/usrman/reference/mpi4py.MPI.pickle.html rename to mpi4py/3.1.6/usrman/reference/mpi4py.MPI.pickle.html diff --git a/3.1.6/usrman/search.html b/mpi4py/3.1.6/usrman/search.html similarity index 100% rename from 3.1.6/usrman/search.html rename to mpi4py/3.1.6/usrman/search.html diff --git a/3.1.6/usrman/searchindex.js b/mpi4py/3.1.6/usrman/searchindex.js similarity index 100% rename from 3.1.6/usrman/searchindex.js rename to mpi4py/3.1.6/usrman/searchindex.js diff --git a/3.1.6/usrman/tutorial.html b/mpi4py/3.1.6/usrman/tutorial.html similarity index 100% rename from 3.1.6/usrman/tutorial.html rename to mpi4py/3.1.6/usrman/tutorial.html diff --git a/4.0.0/html/_static/basic.css b/mpi4py/4.0.0/html/_static/basic.css similarity index 100% rename from 4.0.0/html/_static/basic.css rename to mpi4py/4.0.0/html/_static/basic.css diff --git a/4.0.0/html/_static/check-solid.svg b/mpi4py/4.0.0/html/_static/check-solid.svg similarity index 100% rename from 4.0.0/html/_static/check-solid.svg rename to mpi4py/4.0.0/html/_static/check-solid.svg diff --git a/4.0.0/html/_static/classic.css b/mpi4py/4.0.0/html/_static/classic.css similarity index 100% rename from 4.0.0/html/_static/classic.css rename to mpi4py/4.0.0/html/_static/classic.css diff --git a/4.0.0/html/_static/clipboard.min.js b/mpi4py/4.0.0/html/_static/clipboard.min.js similarity index 100% rename from 4.0.0/html/_static/clipboard.min.js rename to mpi4py/4.0.0/html/_static/clipboard.min.js diff --git a/4.0.0/html/_static/copy-button.svg b/mpi4py/4.0.0/html/_static/copy-button.svg similarity index 100% rename from 4.0.0/html/_static/copy-button.svg rename to mpi4py/4.0.0/html/_static/copy-button.svg diff --git a/4.0.0/html/_static/copybutton.css b/mpi4py/4.0.0/html/_static/copybutton.css similarity index 100% rename from 4.0.0/html/_static/copybutton.css rename to mpi4py/4.0.0/html/_static/copybutton.css diff --git a/4.0.0/html/_static/copybutton.js b/mpi4py/4.0.0/html/_static/copybutton.js similarity index 100% rename from 4.0.0/html/_static/copybutton.js rename to mpi4py/4.0.0/html/_static/copybutton.js diff --git a/4.0.0/html/_static/copybutton_funcs.js b/mpi4py/4.0.0/html/_static/copybutton_funcs.js similarity index 100% rename from 4.0.0/html/_static/copybutton_funcs.js rename to mpi4py/4.0.0/html/_static/copybutton_funcs.js diff --git a/4.0.0/html/_static/default.css b/mpi4py/4.0.0/html/_static/default.css similarity index 100% rename from 4.0.0/html/_static/default.css rename to mpi4py/4.0.0/html/_static/default.css diff --git a/4.0.0/html/_static/doctools.js b/mpi4py/4.0.0/html/_static/doctools.js similarity index 100% rename from 4.0.0/html/_static/doctools.js rename to mpi4py/4.0.0/html/_static/doctools.js diff --git a/4.0.0/html/_static/documentation_options.js b/mpi4py/4.0.0/html/_static/documentation_options.js similarity index 100% rename from 4.0.0/html/_static/documentation_options.js rename to mpi4py/4.0.0/html/_static/documentation_options.js diff --git a/4.0.0/html/_static/file.png b/mpi4py/4.0.0/html/_static/file.png similarity index 100% rename from 4.0.0/html/_static/file.png rename to mpi4py/4.0.0/html/_static/file.png diff --git a/4.0.0/html/_static/language_data.js b/mpi4py/4.0.0/html/_static/language_data.js similarity index 100% rename from 4.0.0/html/_static/language_data.js rename to mpi4py/4.0.0/html/_static/language_data.js diff --git a/4.0.0/html/_static/minus.png b/mpi4py/4.0.0/html/_static/minus.png similarity index 100% rename from 4.0.0/html/_static/minus.png rename to mpi4py/4.0.0/html/_static/minus.png diff --git a/4.0.0/html/_static/mpi4py.svg b/mpi4py/4.0.0/html/_static/mpi4py.svg similarity index 100% rename from 4.0.0/html/_static/mpi4py.svg rename to mpi4py/4.0.0/html/_static/mpi4py.svg diff --git a/4.0.0/html/_static/plus.png b/mpi4py/4.0.0/html/_static/plus.png similarity index 100% rename from 4.0.0/html/_static/plus.png rename to mpi4py/4.0.0/html/_static/plus.png diff --git a/4.0.0/html/_static/pygments.css b/mpi4py/4.0.0/html/_static/pygments.css similarity index 100% rename from 4.0.0/html/_static/pygments.css rename to mpi4py/4.0.0/html/_static/pygments.css diff --git a/4.0.0/html/_static/searchtools.js b/mpi4py/4.0.0/html/_static/searchtools.js similarity index 100% rename from 4.0.0/html/_static/searchtools.js rename to mpi4py/4.0.0/html/_static/searchtools.js diff --git a/4.0.0/html/_static/sidebar.js b/mpi4py/4.0.0/html/_static/sidebar.js similarity index 100% rename from 4.0.0/html/_static/sidebar.js rename to mpi4py/4.0.0/html/_static/sidebar.js diff --git a/4.0.0/html/_static/sphinx_highlight.js b/mpi4py/4.0.0/html/_static/sphinx_highlight.js similarity index 100% rename from 4.0.0/html/_static/sphinx_highlight.js rename to mpi4py/4.0.0/html/_static/sphinx_highlight.js diff --git a/4.0.0/html/changes.html b/mpi4py/4.0.0/html/changes.html similarity index 100% rename from 4.0.0/html/changes.html rename to mpi4py/4.0.0/html/changes.html diff --git a/4.0.0/html/citation.html b/mpi4py/4.0.0/html/citation.html similarity index 100% rename from 4.0.0/html/citation.html rename to mpi4py/4.0.0/html/citation.html diff --git a/4.0.0/html/develop.html b/mpi4py/4.0.0/html/develop.html similarity index 100% rename from 4.0.0/html/develop.html rename to mpi4py/4.0.0/html/develop.html diff --git a/4.0.0/html/genindex.html b/mpi4py/4.0.0/html/genindex.html similarity index 100% rename from 4.0.0/html/genindex.html rename to mpi4py/4.0.0/html/genindex.html diff --git a/4.0.0/html/guidelines.html b/mpi4py/4.0.0/html/guidelines.html similarity index 100% rename from 4.0.0/html/guidelines.html rename to mpi4py/4.0.0/html/guidelines.html diff --git a/4.0.0/html/index.html b/mpi4py/4.0.0/html/index.html similarity index 100% rename from 4.0.0/html/index.html rename to mpi4py/4.0.0/html/index.html diff --git a/4.0.0/html/install.html b/mpi4py/4.0.0/html/install.html similarity index 100% rename from 4.0.0/html/install.html rename to mpi4py/4.0.0/html/install.html diff --git a/4.0.0/html/intro.html b/mpi4py/4.0.0/html/intro.html similarity index 100% rename from 4.0.0/html/intro.html rename to mpi4py/4.0.0/html/intro.html diff --git a/4.0.0/html/license.html b/mpi4py/4.0.0/html/license.html similarity index 100% rename from 4.0.0/html/license.html rename to mpi4py/4.0.0/html/license.html diff --git a/4.0.0/html/mpi4py.MPI.html b/mpi4py/4.0.0/html/mpi4py.MPI.html similarity index 100% rename from 4.0.0/html/mpi4py.MPI.html rename to mpi4py/4.0.0/html/mpi4py.MPI.html diff --git a/4.0.0/html/mpi4py.bench.html b/mpi4py/4.0.0/html/mpi4py.bench.html similarity index 100% rename from 4.0.0/html/mpi4py.bench.html rename to mpi4py/4.0.0/html/mpi4py.bench.html diff --git a/4.0.0/html/mpi4py.futures.html b/mpi4py/4.0.0/html/mpi4py.futures.html similarity index 100% rename from 4.0.0/html/mpi4py.futures.html rename to mpi4py/4.0.0/html/mpi4py.futures.html diff --git a/4.0.0/html/mpi4py.html b/mpi4py/4.0.0/html/mpi4py.html similarity index 100% rename from 4.0.0/html/mpi4py.html rename to mpi4py/4.0.0/html/mpi4py.html diff --git a/4.0.0/html/mpi4py.run.html b/mpi4py/4.0.0/html/mpi4py.run.html similarity index 100% rename from 4.0.0/html/mpi4py.run.html rename to mpi4py/4.0.0/html/mpi4py.run.html diff --git a/4.0.0/html/mpi4py.typing.html b/mpi4py/4.0.0/html/mpi4py.typing.html similarity index 100% rename from 4.0.0/html/mpi4py.typing.html rename to mpi4py/4.0.0/html/mpi4py.typing.html diff --git a/4.0.0/html/mpi4py.util.dtlib.html b/mpi4py/4.0.0/html/mpi4py.util.dtlib.html similarity index 100% rename from 4.0.0/html/mpi4py.util.dtlib.html rename to mpi4py/4.0.0/html/mpi4py.util.dtlib.html diff --git a/4.0.0/html/mpi4py.util.html b/mpi4py/4.0.0/html/mpi4py.util.html similarity index 100% rename from 4.0.0/html/mpi4py.util.html rename to mpi4py/4.0.0/html/mpi4py.util.html diff --git a/4.0.0/html/mpi4py.util.pkl5.html b/mpi4py/4.0.0/html/mpi4py.util.pkl5.html similarity index 100% rename from 4.0.0/html/mpi4py.util.pkl5.html rename to mpi4py/4.0.0/html/mpi4py.util.pkl5.html diff --git a/4.0.0/html/mpi4py.util.pool.html b/mpi4py/4.0.0/html/mpi4py.util.pool.html similarity index 100% rename from 4.0.0/html/mpi4py.util.pool.html rename to mpi4py/4.0.0/html/mpi4py.util.pool.html diff --git a/4.0.0/html/mpi4py.util.sync.html b/mpi4py/4.0.0/html/mpi4py.util.sync.html similarity index 100% rename from 4.0.0/html/mpi4py.util.sync.html rename to mpi4py/4.0.0/html/mpi4py.util.sync.html diff --git a/4.0.0/html/objects.inv b/mpi4py/4.0.0/html/objects.inv similarity index 100% rename from 4.0.0/html/objects.inv rename to mpi4py/4.0.0/html/objects.inv diff --git a/4.0.0/html/overview.html b/mpi4py/4.0.0/html/overview.html similarity index 100% rename from 4.0.0/html/overview.html rename to mpi4py/4.0.0/html/overview.html diff --git a/4.0.0/html/py-modindex.html b/mpi4py/4.0.0/html/py-modindex.html similarity index 100% rename from 4.0.0/html/py-modindex.html rename to mpi4py/4.0.0/html/py-modindex.html diff --git a/4.0.0/html/reference.html b/mpi4py/4.0.0/html/reference.html similarity index 100% rename from 4.0.0/html/reference.html rename to mpi4py/4.0.0/html/reference.html diff --git a/4.0.0/html/reference/mpi4py.MPI.AINT.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.AINT.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.AINT.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.AINT.html diff --git a/4.0.0/html/reference/mpi4py.MPI.ANY_SOURCE.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.ANY_SOURCE.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.ANY_SOURCE.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.ANY_SOURCE.html diff --git a/4.0.0/html/reference/mpi4py.MPI.ANY_TAG.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.ANY_TAG.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.ANY_TAG.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.ANY_TAG.html diff --git a/4.0.0/html/reference/mpi4py.MPI.APPNUM.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.APPNUM.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.APPNUM.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.APPNUM.html diff --git a/4.0.0/html/reference/mpi4py.MPI.Add_error_class.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.Add_error_class.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.Add_error_class.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.Add_error_class.html diff --git a/4.0.0/html/reference/mpi4py.MPI.Add_error_code.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.Add_error_code.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.Add_error_code.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.Add_error_code.html diff --git a/4.0.0/html/reference/mpi4py.MPI.Add_error_string.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.Add_error_string.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.Add_error_string.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.Add_error_string.html diff --git a/4.0.0/html/reference/mpi4py.MPI.Aint_add.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.Aint_add.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.Aint_add.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.Aint_add.html diff --git a/4.0.0/html/reference/mpi4py.MPI.Aint_diff.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.Aint_diff.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.Aint_diff.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.Aint_diff.html diff --git a/4.0.0/html/reference/mpi4py.MPI.Alloc_mem.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.Alloc_mem.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.Alloc_mem.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.Alloc_mem.html diff --git a/4.0.0/html/reference/mpi4py.MPI.Attach_buffer.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.Attach_buffer.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.Attach_buffer.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.Attach_buffer.html diff --git a/4.0.0/html/reference/mpi4py.MPI.BAND.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.BAND.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.BAND.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.BAND.html diff --git a/4.0.0/html/reference/mpi4py.MPI.BOOL.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.BOOL.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.BOOL.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.BOOL.html diff --git a/4.0.0/html/reference/mpi4py.MPI.BOR.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.BOR.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.BOR.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.BOR.html diff --git a/4.0.0/html/reference/mpi4py.MPI.BOTTOM.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.BOTTOM.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.BOTTOM.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.BOTTOM.html diff --git a/4.0.0/html/reference/mpi4py.MPI.BSEND_OVERHEAD.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.BSEND_OVERHEAD.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.BSEND_OVERHEAD.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.BSEND_OVERHEAD.html diff --git a/4.0.0/html/reference/mpi4py.MPI.BUFFER_AUTOMATIC.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.BUFFER_AUTOMATIC.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.BUFFER_AUTOMATIC.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.BUFFER_AUTOMATIC.html diff --git a/4.0.0/html/reference/mpi4py.MPI.BXOR.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.BXOR.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.BXOR.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.BXOR.html diff --git a/4.0.0/html/reference/mpi4py.MPI.BYTE.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.BYTE.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.BYTE.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.BYTE.html diff --git a/4.0.0/html/reference/mpi4py.MPI.BottomType.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.BottomType.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.BottomType.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.BottomType.html diff --git a/4.0.0/html/reference/mpi4py.MPI.BufferAutomaticType.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.BufferAutomaticType.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.BufferAutomaticType.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.BufferAutomaticType.html diff --git a/4.0.0/html/reference/mpi4py.MPI.CART.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.CART.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.CART.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.CART.html diff --git a/4.0.0/html/reference/mpi4py.MPI.CHAR.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.CHAR.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.CHAR.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.CHAR.html diff --git a/4.0.0/html/reference/mpi4py.MPI.CHARACTER.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.CHARACTER.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.CHARACTER.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.CHARACTER.html diff --git a/4.0.0/html/reference/mpi4py.MPI.COMBINER_CONTIGUOUS.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.COMBINER_CONTIGUOUS.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.COMBINER_CONTIGUOUS.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.COMBINER_CONTIGUOUS.html diff --git a/4.0.0/html/reference/mpi4py.MPI.COMBINER_DARRAY.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.COMBINER_DARRAY.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.COMBINER_DARRAY.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.COMBINER_DARRAY.html diff --git a/4.0.0/html/reference/mpi4py.MPI.COMBINER_DUP.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.COMBINER_DUP.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.COMBINER_DUP.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.COMBINER_DUP.html diff --git a/4.0.0/html/reference/mpi4py.MPI.COMBINER_F90_COMPLEX.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.COMBINER_F90_COMPLEX.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.COMBINER_F90_COMPLEX.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.COMBINER_F90_COMPLEX.html diff --git a/4.0.0/html/reference/mpi4py.MPI.COMBINER_F90_INTEGER.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.COMBINER_F90_INTEGER.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.COMBINER_F90_INTEGER.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.COMBINER_F90_INTEGER.html diff --git a/4.0.0/html/reference/mpi4py.MPI.COMBINER_F90_REAL.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.COMBINER_F90_REAL.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.COMBINER_F90_REAL.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.COMBINER_F90_REAL.html diff --git a/4.0.0/html/reference/mpi4py.MPI.COMBINER_HINDEXED.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.COMBINER_HINDEXED.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.COMBINER_HINDEXED.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.COMBINER_HINDEXED.html diff --git a/4.0.0/html/reference/mpi4py.MPI.COMBINER_HINDEXED_BLOCK.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.COMBINER_HINDEXED_BLOCK.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.COMBINER_HINDEXED_BLOCK.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.COMBINER_HINDEXED_BLOCK.html diff --git a/4.0.0/html/reference/mpi4py.MPI.COMBINER_HVECTOR.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.COMBINER_HVECTOR.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.COMBINER_HVECTOR.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.COMBINER_HVECTOR.html diff --git a/4.0.0/html/reference/mpi4py.MPI.COMBINER_INDEXED.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.COMBINER_INDEXED.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.COMBINER_INDEXED.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.COMBINER_INDEXED.html diff --git a/4.0.0/html/reference/mpi4py.MPI.COMBINER_INDEXED_BLOCK.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.COMBINER_INDEXED_BLOCK.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.COMBINER_INDEXED_BLOCK.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.COMBINER_INDEXED_BLOCK.html diff --git a/4.0.0/html/reference/mpi4py.MPI.COMBINER_NAMED.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.COMBINER_NAMED.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.COMBINER_NAMED.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.COMBINER_NAMED.html diff --git a/4.0.0/html/reference/mpi4py.MPI.COMBINER_RESIZED.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.COMBINER_RESIZED.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.COMBINER_RESIZED.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.COMBINER_RESIZED.html diff --git a/4.0.0/html/reference/mpi4py.MPI.COMBINER_STRUCT.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.COMBINER_STRUCT.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.COMBINER_STRUCT.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.COMBINER_STRUCT.html diff --git a/4.0.0/html/reference/mpi4py.MPI.COMBINER_SUBARRAY.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.COMBINER_SUBARRAY.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.COMBINER_SUBARRAY.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.COMBINER_SUBARRAY.html diff --git a/4.0.0/html/reference/mpi4py.MPI.COMBINER_VALUE_INDEX.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.COMBINER_VALUE_INDEX.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.COMBINER_VALUE_INDEX.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.COMBINER_VALUE_INDEX.html diff --git a/4.0.0/html/reference/mpi4py.MPI.COMBINER_VECTOR.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.COMBINER_VECTOR.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.COMBINER_VECTOR.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.COMBINER_VECTOR.html diff --git a/4.0.0/html/reference/mpi4py.MPI.COMM_NULL.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.COMM_NULL.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.COMM_NULL.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.COMM_NULL.html diff --git a/4.0.0/html/reference/mpi4py.MPI.COMM_SELF.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.COMM_SELF.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.COMM_SELF.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.COMM_SELF.html diff --git a/4.0.0/html/reference/mpi4py.MPI.COMM_TYPE_HW_GUIDED.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.COMM_TYPE_HW_GUIDED.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.COMM_TYPE_HW_GUIDED.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.COMM_TYPE_HW_GUIDED.html diff --git a/4.0.0/html/reference/mpi4py.MPI.COMM_TYPE_HW_UNGUIDED.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.COMM_TYPE_HW_UNGUIDED.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.COMM_TYPE_HW_UNGUIDED.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.COMM_TYPE_HW_UNGUIDED.html diff --git a/4.0.0/html/reference/mpi4py.MPI.COMM_TYPE_RESOURCE_GUIDED.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.COMM_TYPE_RESOURCE_GUIDED.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.COMM_TYPE_RESOURCE_GUIDED.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.COMM_TYPE_RESOURCE_GUIDED.html diff --git a/4.0.0/html/reference/mpi4py.MPI.COMM_TYPE_SHARED.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.COMM_TYPE_SHARED.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.COMM_TYPE_SHARED.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.COMM_TYPE_SHARED.html diff --git a/4.0.0/html/reference/mpi4py.MPI.COMM_WORLD.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.COMM_WORLD.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.COMM_WORLD.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.COMM_WORLD.html diff --git a/4.0.0/html/reference/mpi4py.MPI.COMPLEX.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.COMPLEX.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.COMPLEX.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.COMPLEX.html diff --git a/4.0.0/html/reference/mpi4py.MPI.COMPLEX16.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.COMPLEX16.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.COMPLEX16.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.COMPLEX16.html diff --git a/4.0.0/html/reference/mpi4py.MPI.COMPLEX32.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.COMPLEX32.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.COMPLEX32.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.COMPLEX32.html diff --git a/4.0.0/html/reference/mpi4py.MPI.COMPLEX4.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.COMPLEX4.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.COMPLEX4.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.COMPLEX4.html diff --git a/4.0.0/html/reference/mpi4py.MPI.COMPLEX8.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.COMPLEX8.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.COMPLEX8.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.COMPLEX8.html diff --git a/4.0.0/html/reference/mpi4py.MPI.CONGRUENT.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.CONGRUENT.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.CONGRUENT.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.CONGRUENT.html diff --git a/4.0.0/html/reference/mpi4py.MPI.COUNT.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.COUNT.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.COUNT.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.COUNT.html diff --git a/4.0.0/html/reference/mpi4py.MPI.CXX_BOOL.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.CXX_BOOL.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.CXX_BOOL.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.CXX_BOOL.html diff --git a/4.0.0/html/reference/mpi4py.MPI.CXX_DOUBLE_COMPLEX.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.CXX_DOUBLE_COMPLEX.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.CXX_DOUBLE_COMPLEX.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.CXX_DOUBLE_COMPLEX.html diff --git a/4.0.0/html/reference/mpi4py.MPI.CXX_FLOAT_COMPLEX.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.CXX_FLOAT_COMPLEX.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.CXX_FLOAT_COMPLEX.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.CXX_FLOAT_COMPLEX.html diff --git a/4.0.0/html/reference/mpi4py.MPI.CXX_LONG_DOUBLE_COMPLEX.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.CXX_LONG_DOUBLE_COMPLEX.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.CXX_LONG_DOUBLE_COMPLEX.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.CXX_LONG_DOUBLE_COMPLEX.html diff --git a/4.0.0/html/reference/mpi4py.MPI.C_BOOL.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.C_BOOL.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.C_BOOL.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.C_BOOL.html diff --git a/4.0.0/html/reference/mpi4py.MPI.C_COMPLEX.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.C_COMPLEX.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.C_COMPLEX.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.C_COMPLEX.html diff --git a/4.0.0/html/reference/mpi4py.MPI.C_DOUBLE_COMPLEX.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.C_DOUBLE_COMPLEX.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.C_DOUBLE_COMPLEX.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.C_DOUBLE_COMPLEX.html diff --git a/4.0.0/html/reference/mpi4py.MPI.C_FLOAT_COMPLEX.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.C_FLOAT_COMPLEX.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.C_FLOAT_COMPLEX.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.C_FLOAT_COMPLEX.html diff --git a/4.0.0/html/reference/mpi4py.MPI.C_LONG_DOUBLE_COMPLEX.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.C_LONG_DOUBLE_COMPLEX.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.C_LONG_DOUBLE_COMPLEX.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.C_LONG_DOUBLE_COMPLEX.html diff --git a/4.0.0/html/reference/mpi4py.MPI.Cartcomm.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.Cartcomm.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.Cartcomm.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.Cartcomm.html diff --git a/4.0.0/html/reference/mpi4py.MPI.Close_port.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.Close_port.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.Close_port.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.Close_port.html diff --git a/4.0.0/html/reference/mpi4py.MPI.Comm.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.Comm.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.Comm.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.Comm.html diff --git a/4.0.0/html/reference/mpi4py.MPI.Compute_dims.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.Compute_dims.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.Compute_dims.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.Compute_dims.html diff --git a/4.0.0/html/reference/mpi4py.MPI.DATATYPE_NULL.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.DATATYPE_NULL.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.DATATYPE_NULL.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.DATATYPE_NULL.html diff --git a/4.0.0/html/reference/mpi4py.MPI.DISPLACEMENT_CURRENT.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.DISPLACEMENT_CURRENT.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.DISPLACEMENT_CURRENT.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.DISPLACEMENT_CURRENT.html diff --git a/4.0.0/html/reference/mpi4py.MPI.DISP_CUR.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.DISP_CUR.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.DISP_CUR.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.DISP_CUR.html diff --git a/4.0.0/html/reference/mpi4py.MPI.DISTRIBUTE_BLOCK.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.DISTRIBUTE_BLOCK.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.DISTRIBUTE_BLOCK.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.DISTRIBUTE_BLOCK.html diff --git a/4.0.0/html/reference/mpi4py.MPI.DISTRIBUTE_CYCLIC.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.DISTRIBUTE_CYCLIC.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.DISTRIBUTE_CYCLIC.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.DISTRIBUTE_CYCLIC.html diff --git a/4.0.0/html/reference/mpi4py.MPI.DISTRIBUTE_DFLT_DARG.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.DISTRIBUTE_DFLT_DARG.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.DISTRIBUTE_DFLT_DARG.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.DISTRIBUTE_DFLT_DARG.html diff --git a/4.0.0/html/reference/mpi4py.MPI.DISTRIBUTE_NONE.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.DISTRIBUTE_NONE.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.DISTRIBUTE_NONE.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.DISTRIBUTE_NONE.html diff --git a/4.0.0/html/reference/mpi4py.MPI.DIST_GRAPH.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.DIST_GRAPH.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.DIST_GRAPH.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.DIST_GRAPH.html diff --git a/4.0.0/html/reference/mpi4py.MPI.DOUBLE.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.DOUBLE.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.DOUBLE.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.DOUBLE.html diff --git a/4.0.0/html/reference/mpi4py.MPI.DOUBLE_COMPLEX.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.DOUBLE_COMPLEX.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.DOUBLE_COMPLEX.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.DOUBLE_COMPLEX.html diff --git a/4.0.0/html/reference/mpi4py.MPI.DOUBLE_INT.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.DOUBLE_INT.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.DOUBLE_INT.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.DOUBLE_INT.html diff --git a/4.0.0/html/reference/mpi4py.MPI.DOUBLE_PRECISION.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.DOUBLE_PRECISION.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.DOUBLE_PRECISION.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.DOUBLE_PRECISION.html diff --git a/4.0.0/html/reference/mpi4py.MPI.Datatype.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.Datatype.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.Datatype.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.Datatype.html diff --git a/4.0.0/html/reference/mpi4py.MPI.Detach_buffer.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.Detach_buffer.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.Detach_buffer.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.Detach_buffer.html diff --git a/4.0.0/html/reference/mpi4py.MPI.Distgraphcomm.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.Distgraphcomm.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.Distgraphcomm.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.Distgraphcomm.html diff --git a/4.0.0/html/reference/mpi4py.MPI.ERRHANDLER_NULL.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.ERRHANDLER_NULL.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.ERRHANDLER_NULL.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.ERRHANDLER_NULL.html diff --git a/4.0.0/html/reference/mpi4py.MPI.ERRORS_ABORT.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.ERRORS_ABORT.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.ERRORS_ABORT.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.ERRORS_ABORT.html diff --git a/4.0.0/html/reference/mpi4py.MPI.ERRORS_ARE_FATAL.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.ERRORS_ARE_FATAL.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.ERRORS_ARE_FATAL.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.ERRORS_ARE_FATAL.html diff --git a/4.0.0/html/reference/mpi4py.MPI.ERRORS_RETURN.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.ERRORS_RETURN.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.ERRORS_RETURN.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.ERRORS_RETURN.html diff --git a/4.0.0/html/reference/mpi4py.MPI.ERR_ACCESS.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_ACCESS.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.ERR_ACCESS.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_ACCESS.html diff --git a/4.0.0/html/reference/mpi4py.MPI.ERR_AMODE.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_AMODE.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.ERR_AMODE.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_AMODE.html diff --git a/4.0.0/html/reference/mpi4py.MPI.ERR_ARG.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_ARG.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.ERR_ARG.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_ARG.html diff --git a/4.0.0/html/reference/mpi4py.MPI.ERR_ASSERT.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_ASSERT.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.ERR_ASSERT.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_ASSERT.html diff --git a/4.0.0/html/reference/mpi4py.MPI.ERR_BAD_FILE.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_BAD_FILE.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.ERR_BAD_FILE.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_BAD_FILE.html diff --git a/4.0.0/html/reference/mpi4py.MPI.ERR_BASE.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_BASE.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.ERR_BASE.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_BASE.html diff --git a/4.0.0/html/reference/mpi4py.MPI.ERR_BUFFER.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_BUFFER.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.ERR_BUFFER.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_BUFFER.html diff --git a/4.0.0/html/reference/mpi4py.MPI.ERR_COMM.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_COMM.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.ERR_COMM.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_COMM.html diff --git a/4.0.0/html/reference/mpi4py.MPI.ERR_CONVERSION.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_CONVERSION.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.ERR_CONVERSION.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_CONVERSION.html diff --git a/4.0.0/html/reference/mpi4py.MPI.ERR_COUNT.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_COUNT.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.ERR_COUNT.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_COUNT.html diff --git a/4.0.0/html/reference/mpi4py.MPI.ERR_DIMS.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_DIMS.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.ERR_DIMS.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_DIMS.html diff --git a/4.0.0/html/reference/mpi4py.MPI.ERR_DISP.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_DISP.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.ERR_DISP.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_DISP.html diff --git a/4.0.0/html/reference/mpi4py.MPI.ERR_DUP_DATAREP.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_DUP_DATAREP.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.ERR_DUP_DATAREP.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_DUP_DATAREP.html diff --git a/4.0.0/html/reference/mpi4py.MPI.ERR_ERRHANDLER.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_ERRHANDLER.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.ERR_ERRHANDLER.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_ERRHANDLER.html diff --git a/4.0.0/html/reference/mpi4py.MPI.ERR_FILE.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_FILE.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.ERR_FILE.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_FILE.html diff --git a/4.0.0/html/reference/mpi4py.MPI.ERR_FILE_EXISTS.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_FILE_EXISTS.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.ERR_FILE_EXISTS.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_FILE_EXISTS.html diff --git a/4.0.0/html/reference/mpi4py.MPI.ERR_FILE_IN_USE.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_FILE_IN_USE.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.ERR_FILE_IN_USE.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_FILE_IN_USE.html diff --git a/4.0.0/html/reference/mpi4py.MPI.ERR_GROUP.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_GROUP.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.ERR_GROUP.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_GROUP.html diff --git a/4.0.0/html/reference/mpi4py.MPI.ERR_INFO.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_INFO.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.ERR_INFO.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_INFO.html diff --git a/4.0.0/html/reference/mpi4py.MPI.ERR_INFO_KEY.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_INFO_KEY.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.ERR_INFO_KEY.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_INFO_KEY.html diff --git a/4.0.0/html/reference/mpi4py.MPI.ERR_INFO_NOKEY.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_INFO_NOKEY.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.ERR_INFO_NOKEY.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_INFO_NOKEY.html diff --git a/4.0.0/html/reference/mpi4py.MPI.ERR_INFO_VALUE.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_INFO_VALUE.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.ERR_INFO_VALUE.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_INFO_VALUE.html diff --git a/4.0.0/html/reference/mpi4py.MPI.ERR_INTERN.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_INTERN.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.ERR_INTERN.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_INTERN.html diff --git a/4.0.0/html/reference/mpi4py.MPI.ERR_IN_STATUS.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_IN_STATUS.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.ERR_IN_STATUS.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_IN_STATUS.html diff --git a/4.0.0/html/reference/mpi4py.MPI.ERR_IO.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_IO.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.ERR_IO.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_IO.html diff --git a/4.0.0/html/reference/mpi4py.MPI.ERR_KEYVAL.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_KEYVAL.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.ERR_KEYVAL.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_KEYVAL.html diff --git a/4.0.0/html/reference/mpi4py.MPI.ERR_LASTCODE.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_LASTCODE.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.ERR_LASTCODE.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_LASTCODE.html diff --git a/4.0.0/html/reference/mpi4py.MPI.ERR_LOCKTYPE.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_LOCKTYPE.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.ERR_LOCKTYPE.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_LOCKTYPE.html diff --git a/4.0.0/html/reference/mpi4py.MPI.ERR_NAME.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_NAME.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.ERR_NAME.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_NAME.html diff --git a/4.0.0/html/reference/mpi4py.MPI.ERR_NOT_SAME.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_NOT_SAME.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.ERR_NOT_SAME.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_NOT_SAME.html diff --git a/4.0.0/html/reference/mpi4py.MPI.ERR_NO_MEM.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_NO_MEM.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.ERR_NO_MEM.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_NO_MEM.html diff --git a/4.0.0/html/reference/mpi4py.MPI.ERR_NO_SPACE.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_NO_SPACE.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.ERR_NO_SPACE.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_NO_SPACE.html diff --git a/4.0.0/html/reference/mpi4py.MPI.ERR_NO_SUCH_FILE.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_NO_SUCH_FILE.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.ERR_NO_SUCH_FILE.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_NO_SUCH_FILE.html diff --git a/4.0.0/html/reference/mpi4py.MPI.ERR_OP.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_OP.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.ERR_OP.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_OP.html diff --git a/4.0.0/html/reference/mpi4py.MPI.ERR_OTHER.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_OTHER.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.ERR_OTHER.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_OTHER.html diff --git a/4.0.0/html/reference/mpi4py.MPI.ERR_PENDING.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_PENDING.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.ERR_PENDING.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_PENDING.html diff --git a/4.0.0/html/reference/mpi4py.MPI.ERR_PORT.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_PORT.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.ERR_PORT.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_PORT.html diff --git a/4.0.0/html/reference/mpi4py.MPI.ERR_PROC_ABORTED.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_PROC_ABORTED.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.ERR_PROC_ABORTED.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_PROC_ABORTED.html diff --git a/4.0.0/html/reference/mpi4py.MPI.ERR_PROC_FAILED.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_PROC_FAILED.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.ERR_PROC_FAILED.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_PROC_FAILED.html diff --git a/4.0.0/html/reference/mpi4py.MPI.ERR_PROC_FAILED_PENDING.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_PROC_FAILED_PENDING.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.ERR_PROC_FAILED_PENDING.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_PROC_FAILED_PENDING.html diff --git a/4.0.0/html/reference/mpi4py.MPI.ERR_QUOTA.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_QUOTA.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.ERR_QUOTA.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_QUOTA.html diff --git a/4.0.0/html/reference/mpi4py.MPI.ERR_RANK.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_RANK.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.ERR_RANK.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_RANK.html diff --git a/4.0.0/html/reference/mpi4py.MPI.ERR_READ_ONLY.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_READ_ONLY.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.ERR_READ_ONLY.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_READ_ONLY.html diff --git a/4.0.0/html/reference/mpi4py.MPI.ERR_REQUEST.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_REQUEST.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.ERR_REQUEST.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_REQUEST.html diff --git a/4.0.0/html/reference/mpi4py.MPI.ERR_REVOKED.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_REVOKED.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.ERR_REVOKED.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_REVOKED.html diff --git a/4.0.0/html/reference/mpi4py.MPI.ERR_RMA_ATTACH.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_RMA_ATTACH.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.ERR_RMA_ATTACH.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_RMA_ATTACH.html diff --git a/4.0.0/html/reference/mpi4py.MPI.ERR_RMA_CONFLICT.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_RMA_CONFLICT.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.ERR_RMA_CONFLICT.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_RMA_CONFLICT.html diff --git a/4.0.0/html/reference/mpi4py.MPI.ERR_RMA_FLAVOR.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_RMA_FLAVOR.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.ERR_RMA_FLAVOR.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_RMA_FLAVOR.html diff --git a/4.0.0/html/reference/mpi4py.MPI.ERR_RMA_RANGE.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_RMA_RANGE.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.ERR_RMA_RANGE.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_RMA_RANGE.html diff --git a/4.0.0/html/reference/mpi4py.MPI.ERR_RMA_SHARED.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_RMA_SHARED.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.ERR_RMA_SHARED.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_RMA_SHARED.html diff --git a/4.0.0/html/reference/mpi4py.MPI.ERR_RMA_SYNC.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_RMA_SYNC.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.ERR_RMA_SYNC.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_RMA_SYNC.html diff --git a/4.0.0/html/reference/mpi4py.MPI.ERR_ROOT.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_ROOT.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.ERR_ROOT.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_ROOT.html diff --git a/4.0.0/html/reference/mpi4py.MPI.ERR_SERVICE.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_SERVICE.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.ERR_SERVICE.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_SERVICE.html diff --git a/4.0.0/html/reference/mpi4py.MPI.ERR_SESSION.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_SESSION.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.ERR_SESSION.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_SESSION.html diff --git a/4.0.0/html/reference/mpi4py.MPI.ERR_SIZE.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_SIZE.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.ERR_SIZE.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_SIZE.html diff --git a/4.0.0/html/reference/mpi4py.MPI.ERR_SPAWN.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_SPAWN.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.ERR_SPAWN.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_SPAWN.html diff --git a/4.0.0/html/reference/mpi4py.MPI.ERR_TAG.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_TAG.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.ERR_TAG.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_TAG.html diff --git a/4.0.0/html/reference/mpi4py.MPI.ERR_TOPOLOGY.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_TOPOLOGY.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.ERR_TOPOLOGY.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_TOPOLOGY.html diff --git a/4.0.0/html/reference/mpi4py.MPI.ERR_TRUNCATE.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_TRUNCATE.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.ERR_TRUNCATE.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_TRUNCATE.html diff --git a/4.0.0/html/reference/mpi4py.MPI.ERR_TYPE.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_TYPE.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.ERR_TYPE.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_TYPE.html diff --git a/4.0.0/html/reference/mpi4py.MPI.ERR_UNKNOWN.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_UNKNOWN.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.ERR_UNKNOWN.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_UNKNOWN.html diff --git a/4.0.0/html/reference/mpi4py.MPI.ERR_UNSUPPORTED_DATAREP.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_UNSUPPORTED_DATAREP.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.ERR_UNSUPPORTED_DATAREP.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_UNSUPPORTED_DATAREP.html diff --git a/4.0.0/html/reference/mpi4py.MPI.ERR_UNSUPPORTED_OPERATION.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_UNSUPPORTED_OPERATION.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.ERR_UNSUPPORTED_OPERATION.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_UNSUPPORTED_OPERATION.html diff --git a/4.0.0/html/reference/mpi4py.MPI.ERR_VALUE_TOO_LARGE.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_VALUE_TOO_LARGE.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.ERR_VALUE_TOO_LARGE.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_VALUE_TOO_LARGE.html diff --git a/4.0.0/html/reference/mpi4py.MPI.ERR_WIN.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_WIN.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.ERR_WIN.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.ERR_WIN.html diff --git a/4.0.0/html/reference/mpi4py.MPI.Errhandler.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.Errhandler.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.Errhandler.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.Errhandler.html diff --git a/4.0.0/html/reference/mpi4py.MPI.Exception.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.Exception.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.Exception.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.Exception.html diff --git a/4.0.0/html/reference/mpi4py.MPI.FILE_NULL.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.FILE_NULL.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.FILE_NULL.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.FILE_NULL.html diff --git a/4.0.0/html/reference/mpi4py.MPI.FLOAT.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.FLOAT.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.FLOAT.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.FLOAT.html diff --git a/4.0.0/html/reference/mpi4py.MPI.FLOAT_INT.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.FLOAT_INT.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.FLOAT_INT.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.FLOAT_INT.html diff --git a/4.0.0/html/reference/mpi4py.MPI.F_BOOL.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.F_BOOL.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.F_BOOL.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.F_BOOL.html diff --git a/4.0.0/html/reference/mpi4py.MPI.F_COMPLEX.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.F_COMPLEX.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.F_COMPLEX.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.F_COMPLEX.html diff --git a/4.0.0/html/reference/mpi4py.MPI.F_DOUBLE.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.F_DOUBLE.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.F_DOUBLE.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.F_DOUBLE.html diff --git a/4.0.0/html/reference/mpi4py.MPI.F_DOUBLE_COMPLEX.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.F_DOUBLE_COMPLEX.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.F_DOUBLE_COMPLEX.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.F_DOUBLE_COMPLEX.html diff --git a/4.0.0/html/reference/mpi4py.MPI.F_ERROR.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.F_ERROR.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.F_ERROR.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.F_ERROR.html diff --git a/4.0.0/html/reference/mpi4py.MPI.F_FLOAT.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.F_FLOAT.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.F_FLOAT.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.F_FLOAT.html diff --git a/4.0.0/html/reference/mpi4py.MPI.F_FLOAT_COMPLEX.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.F_FLOAT_COMPLEX.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.F_FLOAT_COMPLEX.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.F_FLOAT_COMPLEX.html diff --git a/4.0.0/html/reference/mpi4py.MPI.F_INT.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.F_INT.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.F_INT.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.F_INT.html diff --git a/4.0.0/html/reference/mpi4py.MPI.F_SOURCE.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.F_SOURCE.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.F_SOURCE.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.F_SOURCE.html diff --git a/4.0.0/html/reference/mpi4py.MPI.F_STATUS_SIZE.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.F_STATUS_SIZE.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.F_STATUS_SIZE.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.F_STATUS_SIZE.html diff --git a/4.0.0/html/reference/mpi4py.MPI.F_TAG.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.F_TAG.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.F_TAG.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.F_TAG.html diff --git a/4.0.0/html/reference/mpi4py.MPI.File.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.File.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.File.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.File.html diff --git a/4.0.0/html/reference/mpi4py.MPI.Finalize.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.Finalize.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.Finalize.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.Finalize.html diff --git a/4.0.0/html/reference/mpi4py.MPI.Flush_buffer.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.Flush_buffer.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.Flush_buffer.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.Flush_buffer.html diff --git a/4.0.0/html/reference/mpi4py.MPI.Free_mem.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.Free_mem.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.Free_mem.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.Free_mem.html diff --git a/4.0.0/html/reference/mpi4py.MPI.GRAPH.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.GRAPH.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.GRAPH.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.GRAPH.html diff --git a/4.0.0/html/reference/mpi4py.MPI.GROUP_EMPTY.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.GROUP_EMPTY.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.GROUP_EMPTY.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.GROUP_EMPTY.html diff --git a/4.0.0/html/reference/mpi4py.MPI.GROUP_NULL.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.GROUP_NULL.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.GROUP_NULL.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.GROUP_NULL.html diff --git a/4.0.0/html/reference/mpi4py.MPI.Get_address.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.Get_address.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.Get_address.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.Get_address.html diff --git a/4.0.0/html/reference/mpi4py.MPI.Get_error_class.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.Get_error_class.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.Get_error_class.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.Get_error_class.html diff --git a/4.0.0/html/reference/mpi4py.MPI.Get_error_string.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.Get_error_string.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.Get_error_string.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.Get_error_string.html diff --git a/4.0.0/html/reference/mpi4py.MPI.Get_hw_resource_info.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.Get_hw_resource_info.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.Get_hw_resource_info.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.Get_hw_resource_info.html diff --git a/4.0.0/html/reference/mpi4py.MPI.Get_library_version.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.Get_library_version.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.Get_library_version.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.Get_library_version.html diff --git a/4.0.0/html/reference/mpi4py.MPI.Get_processor_name.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.Get_processor_name.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.Get_processor_name.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.Get_processor_name.html diff --git a/4.0.0/html/reference/mpi4py.MPI.Get_version.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.Get_version.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.Get_version.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.Get_version.html diff --git a/4.0.0/html/reference/mpi4py.MPI.Graphcomm.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.Graphcomm.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.Graphcomm.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.Graphcomm.html diff --git a/4.0.0/html/reference/mpi4py.MPI.Grequest.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.Grequest.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.Grequest.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.Grequest.html diff --git a/4.0.0/html/reference/mpi4py.MPI.Group.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.Group.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.Group.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.Group.html diff --git a/4.0.0/html/reference/mpi4py.MPI.IDENT.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.IDENT.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.IDENT.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.IDENT.html diff --git a/4.0.0/html/reference/mpi4py.MPI.INFO_ENV.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.INFO_ENV.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.INFO_ENV.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.INFO_ENV.html diff --git a/4.0.0/html/reference/mpi4py.MPI.INFO_NULL.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.INFO_NULL.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.INFO_NULL.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.INFO_NULL.html diff --git a/4.0.0/html/reference/mpi4py.MPI.INT.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.INT.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.INT.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.INT.html diff --git a/4.0.0/html/reference/mpi4py.MPI.INT16_T.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.INT16_T.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.INT16_T.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.INT16_T.html diff --git a/4.0.0/html/reference/mpi4py.MPI.INT32_T.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.INT32_T.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.INT32_T.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.INT32_T.html diff --git a/4.0.0/html/reference/mpi4py.MPI.INT64_T.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.INT64_T.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.INT64_T.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.INT64_T.html diff --git a/4.0.0/html/reference/mpi4py.MPI.INT8_T.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.INT8_T.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.INT8_T.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.INT8_T.html diff --git a/4.0.0/html/reference/mpi4py.MPI.INTEGER.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.INTEGER.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.INTEGER.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.INTEGER.html diff --git a/4.0.0/html/reference/mpi4py.MPI.INTEGER1.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.INTEGER1.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.INTEGER1.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.INTEGER1.html diff --git a/4.0.0/html/reference/mpi4py.MPI.INTEGER16.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.INTEGER16.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.INTEGER16.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.INTEGER16.html diff --git a/4.0.0/html/reference/mpi4py.MPI.INTEGER2.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.INTEGER2.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.INTEGER2.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.INTEGER2.html diff --git a/4.0.0/html/reference/mpi4py.MPI.INTEGER4.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.INTEGER4.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.INTEGER4.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.INTEGER4.html diff --git a/4.0.0/html/reference/mpi4py.MPI.INTEGER8.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.INTEGER8.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.INTEGER8.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.INTEGER8.html diff --git a/4.0.0/html/reference/mpi4py.MPI.INT_INT.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.INT_INT.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.INT_INT.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.INT_INT.html diff --git a/4.0.0/html/reference/mpi4py.MPI.IN_PLACE.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.IN_PLACE.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.IN_PLACE.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.IN_PLACE.html diff --git a/4.0.0/html/reference/mpi4py.MPI.IO.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.IO.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.IO.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.IO.html diff --git a/4.0.0/html/reference/mpi4py.MPI.Iflush_buffer.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.Iflush_buffer.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.Iflush_buffer.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.Iflush_buffer.html diff --git a/4.0.0/html/reference/mpi4py.MPI.InPlaceType.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.InPlaceType.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.InPlaceType.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.InPlaceType.html diff --git a/4.0.0/html/reference/mpi4py.MPI.Info.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.Info.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.Info.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.Info.html diff --git a/4.0.0/html/reference/mpi4py.MPI.Init.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.Init.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.Init.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.Init.html diff --git a/4.0.0/html/reference/mpi4py.MPI.Init_thread.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.Init_thread.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.Init_thread.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.Init_thread.html diff --git a/4.0.0/html/reference/mpi4py.MPI.Intercomm.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.Intercomm.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.Intercomm.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.Intercomm.html diff --git a/4.0.0/html/reference/mpi4py.MPI.Intracomm.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.Intracomm.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.Intracomm.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.Intracomm.html diff --git a/4.0.0/html/reference/mpi4py.MPI.Is_finalized.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.Is_finalized.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.Is_finalized.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.Is_finalized.html diff --git a/4.0.0/html/reference/mpi4py.MPI.Is_initialized.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.Is_initialized.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.Is_initialized.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.Is_initialized.html diff --git a/4.0.0/html/reference/mpi4py.MPI.Is_thread_main.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.Is_thread_main.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.Is_thread_main.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.Is_thread_main.html diff --git a/4.0.0/html/reference/mpi4py.MPI.KEYVAL_INVALID.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.KEYVAL_INVALID.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.KEYVAL_INVALID.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.KEYVAL_INVALID.html diff --git a/4.0.0/html/reference/mpi4py.MPI.LAND.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.LAND.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.LAND.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.LAND.html diff --git a/4.0.0/html/reference/mpi4py.MPI.LASTUSEDCODE.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.LASTUSEDCODE.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.LASTUSEDCODE.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.LASTUSEDCODE.html diff --git a/4.0.0/html/reference/mpi4py.MPI.LOCK_EXCLUSIVE.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.LOCK_EXCLUSIVE.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.LOCK_EXCLUSIVE.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.LOCK_EXCLUSIVE.html diff --git a/4.0.0/html/reference/mpi4py.MPI.LOCK_SHARED.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.LOCK_SHARED.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.LOCK_SHARED.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.LOCK_SHARED.html diff --git a/4.0.0/html/reference/mpi4py.MPI.LOGICAL.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.LOGICAL.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.LOGICAL.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.LOGICAL.html diff --git a/4.0.0/html/reference/mpi4py.MPI.LOGICAL1.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.LOGICAL1.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.LOGICAL1.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.LOGICAL1.html diff --git a/4.0.0/html/reference/mpi4py.MPI.LOGICAL2.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.LOGICAL2.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.LOGICAL2.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.LOGICAL2.html diff --git a/4.0.0/html/reference/mpi4py.MPI.LOGICAL4.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.LOGICAL4.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.LOGICAL4.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.LOGICAL4.html diff --git a/4.0.0/html/reference/mpi4py.MPI.LOGICAL8.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.LOGICAL8.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.LOGICAL8.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.LOGICAL8.html diff --git a/4.0.0/html/reference/mpi4py.MPI.LONG.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.LONG.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.LONG.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.LONG.html diff --git a/4.0.0/html/reference/mpi4py.MPI.LONG_DOUBLE.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.LONG_DOUBLE.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.LONG_DOUBLE.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.LONG_DOUBLE.html diff --git a/4.0.0/html/reference/mpi4py.MPI.LONG_DOUBLE_INT.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.LONG_DOUBLE_INT.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.LONG_DOUBLE_INT.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.LONG_DOUBLE_INT.html diff --git a/4.0.0/html/reference/mpi4py.MPI.LONG_INT.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.LONG_INT.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.LONG_INT.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.LONG_INT.html diff --git a/4.0.0/html/reference/mpi4py.MPI.LONG_LONG.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.LONG_LONG.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.LONG_LONG.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.LONG_LONG.html diff --git a/4.0.0/html/reference/mpi4py.MPI.LOR.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.LOR.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.LOR.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.LOR.html diff --git a/4.0.0/html/reference/mpi4py.MPI.LXOR.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.LXOR.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.LXOR.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.LXOR.html diff --git a/4.0.0/html/reference/mpi4py.MPI.Lookup_name.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.Lookup_name.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.Lookup_name.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.Lookup_name.html diff --git a/4.0.0/html/reference/mpi4py.MPI.MAX.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.MAX.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.MAX.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.MAX.html diff --git a/4.0.0/html/reference/mpi4py.MPI.MAXLOC.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.MAXLOC.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.MAXLOC.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.MAXLOC.html diff --git a/4.0.0/html/reference/mpi4py.MPI.MAX_DATAREP_STRING.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.MAX_DATAREP_STRING.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.MAX_DATAREP_STRING.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.MAX_DATAREP_STRING.html diff --git a/4.0.0/html/reference/mpi4py.MPI.MAX_ERROR_STRING.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.MAX_ERROR_STRING.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.MAX_ERROR_STRING.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.MAX_ERROR_STRING.html diff --git a/4.0.0/html/reference/mpi4py.MPI.MAX_INFO_KEY.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.MAX_INFO_KEY.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.MAX_INFO_KEY.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.MAX_INFO_KEY.html diff --git a/4.0.0/html/reference/mpi4py.MPI.MAX_INFO_VAL.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.MAX_INFO_VAL.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.MAX_INFO_VAL.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.MAX_INFO_VAL.html diff --git a/4.0.0/html/reference/mpi4py.MPI.MAX_LIBRARY_VERSION_STRING.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.MAX_LIBRARY_VERSION_STRING.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.MAX_LIBRARY_VERSION_STRING.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.MAX_LIBRARY_VERSION_STRING.html diff --git a/4.0.0/html/reference/mpi4py.MPI.MAX_OBJECT_NAME.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.MAX_OBJECT_NAME.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.MAX_OBJECT_NAME.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.MAX_OBJECT_NAME.html diff --git a/4.0.0/html/reference/mpi4py.MPI.MAX_PORT_NAME.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.MAX_PORT_NAME.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.MAX_PORT_NAME.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.MAX_PORT_NAME.html diff --git a/4.0.0/html/reference/mpi4py.MPI.MAX_PROCESSOR_NAME.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.MAX_PROCESSOR_NAME.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.MAX_PROCESSOR_NAME.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.MAX_PROCESSOR_NAME.html diff --git a/4.0.0/html/reference/mpi4py.MPI.MAX_PSET_NAME_LEN.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.MAX_PSET_NAME_LEN.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.MAX_PSET_NAME_LEN.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.MAX_PSET_NAME_LEN.html diff --git a/4.0.0/html/reference/mpi4py.MPI.MAX_STRINGTAG_LEN.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.MAX_STRINGTAG_LEN.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.MAX_STRINGTAG_LEN.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.MAX_STRINGTAG_LEN.html diff --git a/4.0.0/html/reference/mpi4py.MPI.MESSAGE_NO_PROC.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.MESSAGE_NO_PROC.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.MESSAGE_NO_PROC.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.MESSAGE_NO_PROC.html diff --git a/4.0.0/html/reference/mpi4py.MPI.MESSAGE_NULL.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.MESSAGE_NULL.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.MESSAGE_NULL.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.MESSAGE_NULL.html diff --git a/4.0.0/html/reference/mpi4py.MPI.MIN.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.MIN.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.MIN.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.MIN.html diff --git a/4.0.0/html/reference/mpi4py.MPI.MINLOC.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.MINLOC.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.MINLOC.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.MINLOC.html diff --git a/4.0.0/html/reference/mpi4py.MPI.MODE_APPEND.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.MODE_APPEND.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.MODE_APPEND.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.MODE_APPEND.html diff --git a/4.0.0/html/reference/mpi4py.MPI.MODE_CREATE.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.MODE_CREATE.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.MODE_CREATE.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.MODE_CREATE.html diff --git a/4.0.0/html/reference/mpi4py.MPI.MODE_DELETE_ON_CLOSE.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.MODE_DELETE_ON_CLOSE.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.MODE_DELETE_ON_CLOSE.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.MODE_DELETE_ON_CLOSE.html diff --git a/4.0.0/html/reference/mpi4py.MPI.MODE_EXCL.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.MODE_EXCL.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.MODE_EXCL.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.MODE_EXCL.html diff --git a/4.0.0/html/reference/mpi4py.MPI.MODE_NOCHECK.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.MODE_NOCHECK.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.MODE_NOCHECK.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.MODE_NOCHECK.html diff --git a/4.0.0/html/reference/mpi4py.MPI.MODE_NOPRECEDE.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.MODE_NOPRECEDE.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.MODE_NOPRECEDE.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.MODE_NOPRECEDE.html diff --git a/4.0.0/html/reference/mpi4py.MPI.MODE_NOPUT.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.MODE_NOPUT.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.MODE_NOPUT.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.MODE_NOPUT.html diff --git a/4.0.0/html/reference/mpi4py.MPI.MODE_NOSTORE.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.MODE_NOSTORE.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.MODE_NOSTORE.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.MODE_NOSTORE.html diff --git a/4.0.0/html/reference/mpi4py.MPI.MODE_NOSUCCEED.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.MODE_NOSUCCEED.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.MODE_NOSUCCEED.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.MODE_NOSUCCEED.html diff --git a/4.0.0/html/reference/mpi4py.MPI.MODE_RDONLY.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.MODE_RDONLY.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.MODE_RDONLY.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.MODE_RDONLY.html diff --git a/4.0.0/html/reference/mpi4py.MPI.MODE_RDWR.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.MODE_RDWR.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.MODE_RDWR.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.MODE_RDWR.html diff --git a/4.0.0/html/reference/mpi4py.MPI.MODE_SEQUENTIAL.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.MODE_SEQUENTIAL.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.MODE_SEQUENTIAL.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.MODE_SEQUENTIAL.html diff --git a/4.0.0/html/reference/mpi4py.MPI.MODE_UNIQUE_OPEN.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.MODE_UNIQUE_OPEN.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.MODE_UNIQUE_OPEN.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.MODE_UNIQUE_OPEN.html diff --git a/4.0.0/html/reference/mpi4py.MPI.MODE_WRONLY.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.MODE_WRONLY.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.MODE_WRONLY.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.MODE_WRONLY.html diff --git a/4.0.0/html/reference/mpi4py.MPI.Message.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.Message.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.Message.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.Message.html diff --git a/4.0.0/html/reference/mpi4py.MPI.NO_OP.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.NO_OP.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.NO_OP.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.NO_OP.html diff --git a/4.0.0/html/reference/mpi4py.MPI.OFFSET.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.OFFSET.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.OFFSET.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.OFFSET.html diff --git a/4.0.0/html/reference/mpi4py.MPI.OP_NULL.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.OP_NULL.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.OP_NULL.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.OP_NULL.html diff --git a/4.0.0/html/reference/mpi4py.MPI.ORDER_C.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.ORDER_C.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.ORDER_C.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.ORDER_C.html diff --git a/4.0.0/html/reference/mpi4py.MPI.ORDER_F.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.ORDER_F.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.ORDER_F.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.ORDER_F.html diff --git a/4.0.0/html/reference/mpi4py.MPI.ORDER_FORTRAN.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.ORDER_FORTRAN.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.ORDER_FORTRAN.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.ORDER_FORTRAN.html diff --git a/4.0.0/html/reference/mpi4py.MPI.Op.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.Op.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.Op.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.Op.html diff --git a/4.0.0/html/reference/mpi4py.MPI.Open_port.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.Open_port.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.Open_port.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.Open_port.html diff --git a/4.0.0/html/reference/mpi4py.MPI.PACKED.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.PACKED.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.PACKED.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.PACKED.html diff --git a/4.0.0/html/reference/mpi4py.MPI.PROC_NULL.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.PROC_NULL.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.PROC_NULL.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.PROC_NULL.html diff --git a/4.0.0/html/reference/mpi4py.MPI.PROD.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.PROD.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.PROD.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.PROD.html diff --git a/4.0.0/html/reference/mpi4py.MPI.Pcontrol.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.Pcontrol.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.Pcontrol.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.Pcontrol.html diff --git a/4.0.0/html/reference/mpi4py.MPI.Pickle.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.Pickle.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.Pickle.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.Pickle.html diff --git a/4.0.0/html/reference/mpi4py.MPI.Prequest.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.Prequest.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.Prequest.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.Prequest.html diff --git a/4.0.0/html/reference/mpi4py.MPI.Publish_name.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.Publish_name.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.Publish_name.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.Publish_name.html diff --git a/4.0.0/html/reference/mpi4py.MPI.Query_thread.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.Query_thread.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.Query_thread.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.Query_thread.html diff --git a/4.0.0/html/reference/mpi4py.MPI.REAL.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.REAL.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.REAL.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.REAL.html diff --git a/4.0.0/html/reference/mpi4py.MPI.REAL16.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.REAL16.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.REAL16.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.REAL16.html diff --git a/4.0.0/html/reference/mpi4py.MPI.REAL2.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.REAL2.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.REAL2.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.REAL2.html diff --git a/4.0.0/html/reference/mpi4py.MPI.REAL4.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.REAL4.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.REAL4.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.REAL4.html diff --git a/4.0.0/html/reference/mpi4py.MPI.REAL8.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.REAL8.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.REAL8.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.REAL8.html diff --git a/4.0.0/html/reference/mpi4py.MPI.REPLACE.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.REPLACE.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.REPLACE.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.REPLACE.html diff --git a/4.0.0/html/reference/mpi4py.MPI.REQUEST_NULL.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.REQUEST_NULL.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.REQUEST_NULL.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.REQUEST_NULL.html diff --git a/4.0.0/html/reference/mpi4py.MPI.ROOT.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.ROOT.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.ROOT.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.ROOT.html diff --git a/4.0.0/html/reference/mpi4py.MPI.Register_datarep.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.Register_datarep.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.Register_datarep.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.Register_datarep.html diff --git a/4.0.0/html/reference/mpi4py.MPI.Remove_error_class.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.Remove_error_class.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.Remove_error_class.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.Remove_error_class.html diff --git a/4.0.0/html/reference/mpi4py.MPI.Remove_error_code.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.Remove_error_code.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.Remove_error_code.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.Remove_error_code.html diff --git a/4.0.0/html/reference/mpi4py.MPI.Remove_error_string.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.Remove_error_string.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.Remove_error_string.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.Remove_error_string.html diff --git a/4.0.0/html/reference/mpi4py.MPI.Request.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.Request.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.Request.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.Request.html diff --git a/4.0.0/html/reference/mpi4py.MPI.SEEK_CUR.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.SEEK_CUR.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.SEEK_CUR.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.SEEK_CUR.html diff --git a/4.0.0/html/reference/mpi4py.MPI.SEEK_END.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.SEEK_END.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.SEEK_END.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.SEEK_END.html diff --git a/4.0.0/html/reference/mpi4py.MPI.SEEK_SET.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.SEEK_SET.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.SEEK_SET.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.SEEK_SET.html diff --git a/4.0.0/html/reference/mpi4py.MPI.SESSION_NULL.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.SESSION_NULL.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.SESSION_NULL.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.SESSION_NULL.html diff --git a/4.0.0/html/reference/mpi4py.MPI.SHORT.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.SHORT.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.SHORT.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.SHORT.html diff --git a/4.0.0/html/reference/mpi4py.MPI.SHORT_INT.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.SHORT_INT.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.SHORT_INT.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.SHORT_INT.html diff --git a/4.0.0/html/reference/mpi4py.MPI.SIGNED_CHAR.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.SIGNED_CHAR.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.SIGNED_CHAR.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.SIGNED_CHAR.html diff --git a/4.0.0/html/reference/mpi4py.MPI.SIGNED_INT.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.SIGNED_INT.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.SIGNED_INT.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.SIGNED_INT.html diff --git a/4.0.0/html/reference/mpi4py.MPI.SIGNED_LONG.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.SIGNED_LONG.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.SIGNED_LONG.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.SIGNED_LONG.html diff --git a/4.0.0/html/reference/mpi4py.MPI.SIGNED_LONG_LONG.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.SIGNED_LONG_LONG.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.SIGNED_LONG_LONG.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.SIGNED_LONG_LONG.html diff --git a/4.0.0/html/reference/mpi4py.MPI.SIGNED_SHORT.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.SIGNED_SHORT.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.SIGNED_SHORT.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.SIGNED_SHORT.html diff --git a/4.0.0/html/reference/mpi4py.MPI.SIMILAR.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.SIMILAR.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.SIMILAR.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.SIMILAR.html diff --git a/4.0.0/html/reference/mpi4py.MPI.SINT16_T.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.SINT16_T.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.SINT16_T.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.SINT16_T.html diff --git a/4.0.0/html/reference/mpi4py.MPI.SINT32_T.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.SINT32_T.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.SINT32_T.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.SINT32_T.html diff --git a/4.0.0/html/reference/mpi4py.MPI.SINT64_T.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.SINT64_T.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.SINT64_T.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.SINT64_T.html diff --git a/4.0.0/html/reference/mpi4py.MPI.SINT8_T.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.SINT8_T.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.SINT8_T.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.SINT8_T.html diff --git a/4.0.0/html/reference/mpi4py.MPI.SUBVERSION.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.SUBVERSION.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.SUBVERSION.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.SUBVERSION.html diff --git a/4.0.0/html/reference/mpi4py.MPI.SUCCESS.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.SUCCESS.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.SUCCESS.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.SUCCESS.html diff --git a/4.0.0/html/reference/mpi4py.MPI.SUM.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.SUM.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.SUM.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.SUM.html diff --git a/4.0.0/html/reference/mpi4py.MPI.Session.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.Session.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.Session.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.Session.html diff --git a/4.0.0/html/reference/mpi4py.MPI.Status.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.Status.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.Status.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.Status.html diff --git a/4.0.0/html/reference/mpi4py.MPI.TAG_UB.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.TAG_UB.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.TAG_UB.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.TAG_UB.html diff --git a/4.0.0/html/reference/mpi4py.MPI.THREAD_FUNNELED.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.THREAD_FUNNELED.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.THREAD_FUNNELED.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.THREAD_FUNNELED.html diff --git a/4.0.0/html/reference/mpi4py.MPI.THREAD_MULTIPLE.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.THREAD_MULTIPLE.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.THREAD_MULTIPLE.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.THREAD_MULTIPLE.html diff --git a/4.0.0/html/reference/mpi4py.MPI.THREAD_SERIALIZED.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.THREAD_SERIALIZED.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.THREAD_SERIALIZED.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.THREAD_SERIALIZED.html diff --git a/4.0.0/html/reference/mpi4py.MPI.THREAD_SINGLE.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.THREAD_SINGLE.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.THREAD_SINGLE.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.THREAD_SINGLE.html diff --git a/4.0.0/html/reference/mpi4py.MPI.TWOINT.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.TWOINT.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.TWOINT.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.TWOINT.html diff --git a/4.0.0/html/reference/mpi4py.MPI.TYPECLASS_COMPLEX.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.TYPECLASS_COMPLEX.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.TYPECLASS_COMPLEX.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.TYPECLASS_COMPLEX.html diff --git a/4.0.0/html/reference/mpi4py.MPI.TYPECLASS_INTEGER.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.TYPECLASS_INTEGER.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.TYPECLASS_INTEGER.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.TYPECLASS_INTEGER.html diff --git a/4.0.0/html/reference/mpi4py.MPI.TYPECLASS_REAL.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.TYPECLASS_REAL.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.TYPECLASS_REAL.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.TYPECLASS_REAL.html diff --git a/4.0.0/html/reference/mpi4py.MPI.Topocomm.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.Topocomm.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.Topocomm.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.Topocomm.html diff --git a/4.0.0/html/reference/mpi4py.MPI.UINT16_T.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.UINT16_T.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.UINT16_T.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.UINT16_T.html diff --git a/4.0.0/html/reference/mpi4py.MPI.UINT32_T.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.UINT32_T.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.UINT32_T.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.UINT32_T.html diff --git a/4.0.0/html/reference/mpi4py.MPI.UINT64_T.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.UINT64_T.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.UINT64_T.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.UINT64_T.html diff --git a/4.0.0/html/reference/mpi4py.MPI.UINT8_T.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.UINT8_T.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.UINT8_T.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.UINT8_T.html diff --git a/4.0.0/html/reference/mpi4py.MPI.UNDEFINED.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.UNDEFINED.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.UNDEFINED.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.UNDEFINED.html diff --git a/4.0.0/html/reference/mpi4py.MPI.UNEQUAL.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.UNEQUAL.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.UNEQUAL.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.UNEQUAL.html diff --git a/4.0.0/html/reference/mpi4py.MPI.UNIVERSE_SIZE.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.UNIVERSE_SIZE.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.UNIVERSE_SIZE.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.UNIVERSE_SIZE.html diff --git a/4.0.0/html/reference/mpi4py.MPI.UNSIGNED.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.UNSIGNED.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.UNSIGNED.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.UNSIGNED.html diff --git a/4.0.0/html/reference/mpi4py.MPI.UNSIGNED_CHAR.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.UNSIGNED_CHAR.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.UNSIGNED_CHAR.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.UNSIGNED_CHAR.html diff --git a/4.0.0/html/reference/mpi4py.MPI.UNSIGNED_INT.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.UNSIGNED_INT.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.UNSIGNED_INT.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.UNSIGNED_INT.html diff --git a/4.0.0/html/reference/mpi4py.MPI.UNSIGNED_LONG.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.UNSIGNED_LONG.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.UNSIGNED_LONG.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.UNSIGNED_LONG.html diff --git a/4.0.0/html/reference/mpi4py.MPI.UNSIGNED_LONG_LONG.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.UNSIGNED_LONG_LONG.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.UNSIGNED_LONG_LONG.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.UNSIGNED_LONG_LONG.html diff --git a/4.0.0/html/reference/mpi4py.MPI.UNSIGNED_SHORT.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.UNSIGNED_SHORT.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.UNSIGNED_SHORT.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.UNSIGNED_SHORT.html diff --git a/4.0.0/html/reference/mpi4py.MPI.UNWEIGHTED.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.UNWEIGHTED.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.UNWEIGHTED.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.UNWEIGHTED.html diff --git a/4.0.0/html/reference/mpi4py.MPI.Unpublish_name.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.Unpublish_name.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.Unpublish_name.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.Unpublish_name.html diff --git a/4.0.0/html/reference/mpi4py.MPI.VERSION.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.VERSION.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.VERSION.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.VERSION.html diff --git a/4.0.0/html/reference/mpi4py.MPI.WCHAR.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.WCHAR.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.WCHAR.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.WCHAR.html diff --git a/4.0.0/html/reference/mpi4py.MPI.WEIGHTS_EMPTY.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.WEIGHTS_EMPTY.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.WEIGHTS_EMPTY.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.WEIGHTS_EMPTY.html diff --git a/4.0.0/html/reference/mpi4py.MPI.WIN_BASE.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.WIN_BASE.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.WIN_BASE.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.WIN_BASE.html diff --git a/4.0.0/html/reference/mpi4py.MPI.WIN_CREATE_FLAVOR.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.WIN_CREATE_FLAVOR.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.WIN_CREATE_FLAVOR.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.WIN_CREATE_FLAVOR.html diff --git a/4.0.0/html/reference/mpi4py.MPI.WIN_DISP_UNIT.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.WIN_DISP_UNIT.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.WIN_DISP_UNIT.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.WIN_DISP_UNIT.html diff --git a/4.0.0/html/reference/mpi4py.MPI.WIN_FLAVOR.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.WIN_FLAVOR.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.WIN_FLAVOR.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.WIN_FLAVOR.html diff --git a/4.0.0/html/reference/mpi4py.MPI.WIN_FLAVOR_ALLOCATE.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.WIN_FLAVOR_ALLOCATE.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.WIN_FLAVOR_ALLOCATE.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.WIN_FLAVOR_ALLOCATE.html diff --git a/4.0.0/html/reference/mpi4py.MPI.WIN_FLAVOR_CREATE.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.WIN_FLAVOR_CREATE.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.WIN_FLAVOR_CREATE.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.WIN_FLAVOR_CREATE.html diff --git a/4.0.0/html/reference/mpi4py.MPI.WIN_FLAVOR_DYNAMIC.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.WIN_FLAVOR_DYNAMIC.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.WIN_FLAVOR_DYNAMIC.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.WIN_FLAVOR_DYNAMIC.html diff --git a/4.0.0/html/reference/mpi4py.MPI.WIN_FLAVOR_SHARED.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.WIN_FLAVOR_SHARED.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.WIN_FLAVOR_SHARED.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.WIN_FLAVOR_SHARED.html diff --git a/4.0.0/html/reference/mpi4py.MPI.WIN_MODEL.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.WIN_MODEL.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.WIN_MODEL.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.WIN_MODEL.html diff --git a/4.0.0/html/reference/mpi4py.MPI.WIN_NULL.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.WIN_NULL.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.WIN_NULL.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.WIN_NULL.html diff --git a/4.0.0/html/reference/mpi4py.MPI.WIN_SEPARATE.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.WIN_SEPARATE.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.WIN_SEPARATE.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.WIN_SEPARATE.html diff --git a/4.0.0/html/reference/mpi4py.MPI.WIN_SIZE.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.WIN_SIZE.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.WIN_SIZE.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.WIN_SIZE.html diff --git a/4.0.0/html/reference/mpi4py.MPI.WIN_UNIFIED.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.WIN_UNIFIED.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.WIN_UNIFIED.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.WIN_UNIFIED.html diff --git a/4.0.0/html/reference/mpi4py.MPI.WTIME_IS_GLOBAL.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.WTIME_IS_GLOBAL.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.WTIME_IS_GLOBAL.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.WTIME_IS_GLOBAL.html diff --git a/4.0.0/html/reference/mpi4py.MPI.Win.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.Win.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.Win.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.Win.html diff --git a/4.0.0/html/reference/mpi4py.MPI.Wtick.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.Wtick.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.Wtick.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.Wtick.html diff --git a/4.0.0/html/reference/mpi4py.MPI.Wtime.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.Wtime.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.Wtime.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.Wtime.html diff --git a/4.0.0/html/reference/mpi4py.MPI.buffer.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.buffer.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.buffer.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.buffer.html diff --git a/4.0.0/html/reference/mpi4py.MPI.get_vendor.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.get_vendor.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.get_vendor.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.get_vendor.html diff --git a/4.0.0/html/reference/mpi4py.MPI.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.html diff --git a/4.0.0/html/reference/mpi4py.MPI.memory.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.memory.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.memory.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.memory.html diff --git a/4.0.0/html/reference/mpi4py.MPI.pickle.html b/mpi4py/4.0.0/html/reference/mpi4py.MPI.pickle.html similarity index 100% rename from 4.0.0/html/reference/mpi4py.MPI.pickle.html rename to mpi4py/4.0.0/html/reference/mpi4py.MPI.pickle.html diff --git a/4.0.0/html/search.html b/mpi4py/4.0.0/html/search.html similarity index 100% rename from 4.0.0/html/search.html rename to mpi4py/4.0.0/html/search.html diff --git a/4.0.0/html/searchindex.js b/mpi4py/4.0.0/html/searchindex.js similarity index 100% rename from 4.0.0/html/searchindex.js rename to mpi4py/4.0.0/html/searchindex.js diff --git a/4.0.0/html/tutorial.html b/mpi4py/4.0.0/html/tutorial.html similarity index 100% rename from 4.0.0/html/tutorial.html rename to mpi4py/4.0.0/html/tutorial.html diff --git a/4.0.0/index.html b/mpi4py/4.0.0/index.html similarity index 100% rename from 4.0.0/index.html rename to mpi4py/4.0.0/index.html diff --git a/4.0.0/index.rst b/mpi4py/4.0.0/index.rst similarity index 100% rename from 4.0.0/index.rst rename to mpi4py/4.0.0/index.rst diff --git a/4.0.0/mpi4py.3 b/mpi4py/4.0.0/mpi4py.3 similarity index 100% rename from 4.0.0/mpi4py.3 rename to mpi4py/4.0.0/mpi4py.3 diff --git a/4.0.0/mpi4py.bib b/mpi4py/4.0.0/mpi4py.bib similarity index 100% rename from 4.0.0/mpi4py.bib rename to mpi4py/4.0.0/mpi4py.bib diff --git a/4.0.0/mpi4py.info b/mpi4py/4.0.0/mpi4py.info similarity index 100% rename from 4.0.0/mpi4py.info rename to mpi4py/4.0.0/mpi4py.info diff --git a/4.0.0/mpi4py.pdf b/mpi4py/4.0.0/mpi4py.pdf similarity index 100% rename from 4.0.0/mpi4py.pdf rename to mpi4py/4.0.0/mpi4py.pdf diff --git a/4.0.0/mpi4py.svg b/mpi4py/4.0.0/mpi4py.svg similarity index 100% rename from 4.0.0/mpi4py.svg rename to mpi4py/4.0.0/mpi4py.svg diff --git a/4.0.0/source/Makefile b/mpi4py/4.0.0/source/Makefile similarity index 100% rename from 4.0.0/source/Makefile rename to mpi4py/4.0.0/source/Makefile diff --git a/4.0.0/source/_templates/autosummary/class.rst b/mpi4py/4.0.0/source/_templates/autosummary/class.rst similarity index 100% rename from 4.0.0/source/_templates/autosummary/class.rst rename to mpi4py/4.0.0/source/_templates/autosummary/class.rst diff --git a/4.0.0/source/_templates/autosummary/module.rst b/mpi4py/4.0.0/source/_templates/autosummary/module.rst similarity index 100% rename from 4.0.0/source/_templates/autosummary/module.rst rename to mpi4py/4.0.0/source/_templates/autosummary/module.rst diff --git a/4.0.0/source/_templates/layout.html b/mpi4py/4.0.0/source/_templates/layout.html similarity index 100% rename from 4.0.0/source/_templates/layout.html rename to mpi4py/4.0.0/source/_templates/layout.html diff --git a/4.0.0/source/apidoc.py b/mpi4py/4.0.0/source/apidoc.py similarity index 100% rename from 4.0.0/source/apidoc.py rename to mpi4py/4.0.0/source/apidoc.py diff --git a/4.0.0/source/changes.rst b/mpi4py/4.0.0/source/changes.rst similarity index 100% rename from 4.0.0/source/changes.rst rename to mpi4py/4.0.0/source/changes.rst diff --git a/4.0.0/source/citation.rst b/mpi4py/4.0.0/source/citation.rst similarity index 100% rename from 4.0.0/source/citation.rst rename to mpi4py/4.0.0/source/citation.rst diff --git a/4.0.0/source/conf.py b/mpi4py/4.0.0/source/conf.py similarity index 100% rename from 4.0.0/source/conf.py rename to mpi4py/4.0.0/source/conf.py diff --git a/4.0.0/source/develop.rst b/mpi4py/4.0.0/source/develop.rst similarity index 100% rename from 4.0.0/source/develop.rst rename to mpi4py/4.0.0/source/develop.rst diff --git a/4.0.0/source/guidelines.rst b/mpi4py/4.0.0/source/guidelines.rst similarity index 100% rename from 4.0.0/source/guidelines.rst rename to mpi4py/4.0.0/source/guidelines.rst diff --git a/4.0.0/source/index.rst b/mpi4py/4.0.0/source/index.rst similarity index 100% rename from 4.0.0/source/index.rst rename to mpi4py/4.0.0/source/index.rst diff --git a/4.0.0/source/install.rst b/mpi4py/4.0.0/source/install.rst similarity index 100% rename from 4.0.0/source/install.rst rename to mpi4py/4.0.0/source/install.rst diff --git a/4.0.0/source/intro.rst b/mpi4py/4.0.0/source/intro.rst similarity index 100% rename from 4.0.0/source/intro.rst rename to mpi4py/4.0.0/source/intro.rst diff --git a/4.0.0/source/license.rst b/mpi4py/4.0.0/source/license.rst similarity index 100% rename from 4.0.0/source/license.rst rename to mpi4py/4.0.0/source/license.rst diff --git a/4.0.0/source/make.bat b/mpi4py/4.0.0/source/make.bat similarity index 100% rename from 4.0.0/source/make.bat rename to mpi4py/4.0.0/source/make.bat diff --git a/4.0.0/source/mpi4py.MPI.rst b/mpi4py/4.0.0/source/mpi4py.MPI.rst similarity index 100% rename from 4.0.0/source/mpi4py.MPI.rst rename to mpi4py/4.0.0/source/mpi4py.MPI.rst diff --git a/4.0.0/source/mpi4py.bench.rst b/mpi4py/4.0.0/source/mpi4py.bench.rst similarity index 100% rename from 4.0.0/source/mpi4py.bench.rst rename to mpi4py/4.0.0/source/mpi4py.bench.rst diff --git a/4.0.0/source/mpi4py.futures.rst b/mpi4py/4.0.0/source/mpi4py.futures.rst similarity index 100% rename from 4.0.0/source/mpi4py.futures.rst rename to mpi4py/4.0.0/source/mpi4py.futures.rst diff --git a/4.0.0/source/mpi4py.rst b/mpi4py/4.0.0/source/mpi4py.rst similarity index 100% rename from 4.0.0/source/mpi4py.rst rename to mpi4py/4.0.0/source/mpi4py.rst diff --git a/4.0.0/source/mpi4py.run.rst b/mpi4py/4.0.0/source/mpi4py.run.rst similarity index 100% rename from 4.0.0/source/mpi4py.run.rst rename to mpi4py/4.0.0/source/mpi4py.run.rst diff --git a/4.0.0/source/mpi4py.typing.rst b/mpi4py/4.0.0/source/mpi4py.typing.rst similarity index 100% rename from 4.0.0/source/mpi4py.typing.rst rename to mpi4py/4.0.0/source/mpi4py.typing.rst diff --git a/4.0.0/source/mpi4py.util.dtlib.rst b/mpi4py/4.0.0/source/mpi4py.util.dtlib.rst similarity index 100% rename from 4.0.0/source/mpi4py.util.dtlib.rst rename to mpi4py/4.0.0/source/mpi4py.util.dtlib.rst diff --git a/4.0.0/source/mpi4py.util.pkl5.rst b/mpi4py/4.0.0/source/mpi4py.util.pkl5.rst similarity index 100% rename from 4.0.0/source/mpi4py.util.pkl5.rst rename to mpi4py/4.0.0/source/mpi4py.util.pkl5.rst diff --git a/4.0.0/source/mpi4py.util.pool.rst b/mpi4py/4.0.0/source/mpi4py.util.pool.rst similarity index 100% rename from 4.0.0/source/mpi4py.util.pool.rst rename to mpi4py/4.0.0/source/mpi4py.util.pool.rst diff --git a/4.0.0/source/mpi4py.util.rst b/mpi4py/4.0.0/source/mpi4py.util.rst similarity index 100% rename from 4.0.0/source/mpi4py.util.rst rename to mpi4py/4.0.0/source/mpi4py.util.rst diff --git a/4.0.0/source/mpi4py.util.sync.rst b/mpi4py/4.0.0/source/mpi4py.util.sync.rst similarity index 100% rename from 4.0.0/source/mpi4py.util.sync.rst rename to mpi4py/4.0.0/source/mpi4py.util.sync.rst diff --git a/4.0.0/source/overview.rst b/mpi4py/4.0.0/source/overview.rst similarity index 100% rename from 4.0.0/source/overview.rst rename to mpi4py/4.0.0/source/overview.rst diff --git a/4.0.0/source/reference.rst b/mpi4py/4.0.0/source/reference.rst similarity index 100% rename from 4.0.0/source/reference.rst rename to mpi4py/4.0.0/source/reference.rst diff --git a/4.0.0/source/tutorial.rst b/mpi4py/4.0.0/source/tutorial.rst similarity index 100% rename from 4.0.0/source/tutorial.rst rename to mpi4py/4.0.0/source/tutorial.rst diff --git a/4.0.1/html/_static/basic.css b/mpi4py/4.0.1/html/_static/basic.css similarity index 100% rename from 4.0.1/html/_static/basic.css rename to mpi4py/4.0.1/html/_static/basic.css diff --git a/4.0.1/html/_static/check-solid.svg b/mpi4py/4.0.1/html/_static/check-solid.svg similarity index 100% rename from 4.0.1/html/_static/check-solid.svg rename to mpi4py/4.0.1/html/_static/check-solid.svg diff --git a/4.0.1/html/_static/classic.css b/mpi4py/4.0.1/html/_static/classic.css similarity index 100% rename from 4.0.1/html/_static/classic.css rename to mpi4py/4.0.1/html/_static/classic.css diff --git a/4.0.1/html/_static/clipboard.min.js b/mpi4py/4.0.1/html/_static/clipboard.min.js similarity index 100% rename from 4.0.1/html/_static/clipboard.min.js rename to mpi4py/4.0.1/html/_static/clipboard.min.js diff --git a/4.0.1/html/_static/copy-button.svg b/mpi4py/4.0.1/html/_static/copy-button.svg similarity index 100% rename from 4.0.1/html/_static/copy-button.svg rename to mpi4py/4.0.1/html/_static/copy-button.svg diff --git a/4.0.1/html/_static/copybutton.css b/mpi4py/4.0.1/html/_static/copybutton.css similarity index 100% rename from 4.0.1/html/_static/copybutton.css rename to mpi4py/4.0.1/html/_static/copybutton.css diff --git a/4.0.1/html/_static/copybutton.js b/mpi4py/4.0.1/html/_static/copybutton.js similarity index 100% rename from 4.0.1/html/_static/copybutton.js rename to mpi4py/4.0.1/html/_static/copybutton.js diff --git a/4.0.1/html/_static/copybutton_funcs.js b/mpi4py/4.0.1/html/_static/copybutton_funcs.js similarity index 100% rename from 4.0.1/html/_static/copybutton_funcs.js rename to mpi4py/4.0.1/html/_static/copybutton_funcs.js diff --git a/4.0.1/html/_static/default.css b/mpi4py/4.0.1/html/_static/default.css similarity index 100% rename from 4.0.1/html/_static/default.css rename to mpi4py/4.0.1/html/_static/default.css diff --git a/4.0.1/html/_static/doctools.js b/mpi4py/4.0.1/html/_static/doctools.js similarity index 100% rename from 4.0.1/html/_static/doctools.js rename to mpi4py/4.0.1/html/_static/doctools.js diff --git a/4.0.1/html/_static/documentation_options.js b/mpi4py/4.0.1/html/_static/documentation_options.js similarity index 100% rename from 4.0.1/html/_static/documentation_options.js rename to mpi4py/4.0.1/html/_static/documentation_options.js diff --git a/4.0.1/html/_static/file.png b/mpi4py/4.0.1/html/_static/file.png similarity index 100% rename from 4.0.1/html/_static/file.png rename to mpi4py/4.0.1/html/_static/file.png diff --git a/4.0.1/html/_static/language_data.js b/mpi4py/4.0.1/html/_static/language_data.js similarity index 100% rename from 4.0.1/html/_static/language_data.js rename to mpi4py/4.0.1/html/_static/language_data.js diff --git a/4.0.1/html/_static/minus.png b/mpi4py/4.0.1/html/_static/minus.png similarity index 100% rename from 4.0.1/html/_static/minus.png rename to mpi4py/4.0.1/html/_static/minus.png diff --git a/4.0.1/html/_static/mpi4py.svg b/mpi4py/4.0.1/html/_static/mpi4py.svg similarity index 100% rename from 4.0.1/html/_static/mpi4py.svg rename to mpi4py/4.0.1/html/_static/mpi4py.svg diff --git a/4.0.1/html/_static/plus.png b/mpi4py/4.0.1/html/_static/plus.png similarity index 100% rename from 4.0.1/html/_static/plus.png rename to mpi4py/4.0.1/html/_static/plus.png diff --git a/4.0.1/html/_static/pygments.css b/mpi4py/4.0.1/html/_static/pygments.css similarity index 100% rename from 4.0.1/html/_static/pygments.css rename to mpi4py/4.0.1/html/_static/pygments.css diff --git a/4.0.1/html/_static/searchtools.js b/mpi4py/4.0.1/html/_static/searchtools.js similarity index 100% rename from 4.0.1/html/_static/searchtools.js rename to mpi4py/4.0.1/html/_static/searchtools.js diff --git a/4.0.1/html/_static/sidebar.js b/mpi4py/4.0.1/html/_static/sidebar.js similarity index 100% rename from 4.0.1/html/_static/sidebar.js rename to mpi4py/4.0.1/html/_static/sidebar.js diff --git a/4.0.1/html/_static/sphinx_highlight.js b/mpi4py/4.0.1/html/_static/sphinx_highlight.js similarity index 100% rename from 4.0.1/html/_static/sphinx_highlight.js rename to mpi4py/4.0.1/html/_static/sphinx_highlight.js diff --git a/4.0.1/html/changes.html b/mpi4py/4.0.1/html/changes.html similarity index 100% rename from 4.0.1/html/changes.html rename to mpi4py/4.0.1/html/changes.html diff --git a/4.0.1/html/citation.html b/mpi4py/4.0.1/html/citation.html similarity index 100% rename from 4.0.1/html/citation.html rename to mpi4py/4.0.1/html/citation.html diff --git a/4.0.1/html/develop.html b/mpi4py/4.0.1/html/develop.html similarity index 100% rename from 4.0.1/html/develop.html rename to mpi4py/4.0.1/html/develop.html diff --git a/4.0.1/html/genindex.html b/mpi4py/4.0.1/html/genindex.html similarity index 100% rename from 4.0.1/html/genindex.html rename to mpi4py/4.0.1/html/genindex.html diff --git a/4.0.1/html/guidelines.html b/mpi4py/4.0.1/html/guidelines.html similarity index 100% rename from 4.0.1/html/guidelines.html rename to mpi4py/4.0.1/html/guidelines.html diff --git a/4.0.1/html/index.html b/mpi4py/4.0.1/html/index.html similarity index 100% rename from 4.0.1/html/index.html rename to mpi4py/4.0.1/html/index.html diff --git a/4.0.1/html/install.html b/mpi4py/4.0.1/html/install.html similarity index 100% rename from 4.0.1/html/install.html rename to mpi4py/4.0.1/html/install.html diff --git a/4.0.1/html/intro.html b/mpi4py/4.0.1/html/intro.html similarity index 100% rename from 4.0.1/html/intro.html rename to mpi4py/4.0.1/html/intro.html diff --git a/4.0.1/html/license.html b/mpi4py/4.0.1/html/license.html similarity index 100% rename from 4.0.1/html/license.html rename to mpi4py/4.0.1/html/license.html diff --git a/4.0.1/html/mpi4py.MPI.html b/mpi4py/4.0.1/html/mpi4py.MPI.html similarity index 100% rename from 4.0.1/html/mpi4py.MPI.html rename to mpi4py/4.0.1/html/mpi4py.MPI.html diff --git a/4.0.1/html/mpi4py.bench.html b/mpi4py/4.0.1/html/mpi4py.bench.html similarity index 100% rename from 4.0.1/html/mpi4py.bench.html rename to mpi4py/4.0.1/html/mpi4py.bench.html diff --git a/4.0.1/html/mpi4py.futures.html b/mpi4py/4.0.1/html/mpi4py.futures.html similarity index 100% rename from 4.0.1/html/mpi4py.futures.html rename to mpi4py/4.0.1/html/mpi4py.futures.html diff --git a/4.0.1/html/mpi4py.html b/mpi4py/4.0.1/html/mpi4py.html similarity index 100% rename from 4.0.1/html/mpi4py.html rename to mpi4py/4.0.1/html/mpi4py.html diff --git a/4.0.1/html/mpi4py.run.html b/mpi4py/4.0.1/html/mpi4py.run.html similarity index 100% rename from 4.0.1/html/mpi4py.run.html rename to mpi4py/4.0.1/html/mpi4py.run.html diff --git a/4.0.1/html/mpi4py.typing.html b/mpi4py/4.0.1/html/mpi4py.typing.html similarity index 100% rename from 4.0.1/html/mpi4py.typing.html rename to mpi4py/4.0.1/html/mpi4py.typing.html diff --git a/4.0.1/html/mpi4py.util.dtlib.html b/mpi4py/4.0.1/html/mpi4py.util.dtlib.html similarity index 100% rename from 4.0.1/html/mpi4py.util.dtlib.html rename to mpi4py/4.0.1/html/mpi4py.util.dtlib.html diff --git a/4.0.1/html/mpi4py.util.html b/mpi4py/4.0.1/html/mpi4py.util.html similarity index 100% rename from 4.0.1/html/mpi4py.util.html rename to mpi4py/4.0.1/html/mpi4py.util.html diff --git a/4.0.1/html/mpi4py.util.pkl5.html b/mpi4py/4.0.1/html/mpi4py.util.pkl5.html similarity index 100% rename from 4.0.1/html/mpi4py.util.pkl5.html rename to mpi4py/4.0.1/html/mpi4py.util.pkl5.html diff --git a/4.0.1/html/mpi4py.util.pool.html b/mpi4py/4.0.1/html/mpi4py.util.pool.html similarity index 100% rename from 4.0.1/html/mpi4py.util.pool.html rename to mpi4py/4.0.1/html/mpi4py.util.pool.html diff --git a/4.0.1/html/mpi4py.util.sync.html b/mpi4py/4.0.1/html/mpi4py.util.sync.html similarity index 100% rename from 4.0.1/html/mpi4py.util.sync.html rename to mpi4py/4.0.1/html/mpi4py.util.sync.html diff --git a/4.0.1/html/objects.inv b/mpi4py/4.0.1/html/objects.inv similarity index 100% rename from 4.0.1/html/objects.inv rename to mpi4py/4.0.1/html/objects.inv diff --git a/4.0.1/html/overview.html b/mpi4py/4.0.1/html/overview.html similarity index 100% rename from 4.0.1/html/overview.html rename to mpi4py/4.0.1/html/overview.html diff --git a/4.0.1/html/py-modindex.html b/mpi4py/4.0.1/html/py-modindex.html similarity index 100% rename from 4.0.1/html/py-modindex.html rename to mpi4py/4.0.1/html/py-modindex.html diff --git a/4.0.1/html/reference.html b/mpi4py/4.0.1/html/reference.html similarity index 100% rename from 4.0.1/html/reference.html rename to mpi4py/4.0.1/html/reference.html diff --git a/4.0.1/html/reference/mpi4py.MPI.AINT.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.AINT.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.AINT.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.AINT.html diff --git a/4.0.1/html/reference/mpi4py.MPI.ANY_SOURCE.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.ANY_SOURCE.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.ANY_SOURCE.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.ANY_SOURCE.html diff --git a/4.0.1/html/reference/mpi4py.MPI.ANY_TAG.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.ANY_TAG.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.ANY_TAG.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.ANY_TAG.html diff --git a/4.0.1/html/reference/mpi4py.MPI.APPNUM.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.APPNUM.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.APPNUM.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.APPNUM.html diff --git a/4.0.1/html/reference/mpi4py.MPI.Add_error_class.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.Add_error_class.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.Add_error_class.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.Add_error_class.html diff --git a/4.0.1/html/reference/mpi4py.MPI.Add_error_code.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.Add_error_code.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.Add_error_code.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.Add_error_code.html diff --git a/4.0.1/html/reference/mpi4py.MPI.Add_error_string.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.Add_error_string.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.Add_error_string.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.Add_error_string.html diff --git a/4.0.1/html/reference/mpi4py.MPI.Aint_add.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.Aint_add.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.Aint_add.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.Aint_add.html diff --git a/4.0.1/html/reference/mpi4py.MPI.Aint_diff.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.Aint_diff.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.Aint_diff.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.Aint_diff.html diff --git a/4.0.1/html/reference/mpi4py.MPI.Alloc_mem.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.Alloc_mem.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.Alloc_mem.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.Alloc_mem.html diff --git a/4.0.1/html/reference/mpi4py.MPI.Attach_buffer.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.Attach_buffer.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.Attach_buffer.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.Attach_buffer.html diff --git a/4.0.1/html/reference/mpi4py.MPI.BAND.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.BAND.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.BAND.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.BAND.html diff --git a/4.0.1/html/reference/mpi4py.MPI.BOOL.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.BOOL.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.BOOL.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.BOOL.html diff --git a/4.0.1/html/reference/mpi4py.MPI.BOR.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.BOR.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.BOR.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.BOR.html diff --git a/4.0.1/html/reference/mpi4py.MPI.BOTTOM.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.BOTTOM.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.BOTTOM.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.BOTTOM.html diff --git a/4.0.1/html/reference/mpi4py.MPI.BSEND_OVERHEAD.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.BSEND_OVERHEAD.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.BSEND_OVERHEAD.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.BSEND_OVERHEAD.html diff --git a/4.0.1/html/reference/mpi4py.MPI.BUFFER_AUTOMATIC.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.BUFFER_AUTOMATIC.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.BUFFER_AUTOMATIC.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.BUFFER_AUTOMATIC.html diff --git a/4.0.1/html/reference/mpi4py.MPI.BXOR.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.BXOR.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.BXOR.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.BXOR.html diff --git a/4.0.1/html/reference/mpi4py.MPI.BYTE.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.BYTE.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.BYTE.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.BYTE.html diff --git a/4.0.1/html/reference/mpi4py.MPI.BottomType.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.BottomType.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.BottomType.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.BottomType.html diff --git a/4.0.1/html/reference/mpi4py.MPI.BufferAutomaticType.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.BufferAutomaticType.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.BufferAutomaticType.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.BufferAutomaticType.html diff --git a/4.0.1/html/reference/mpi4py.MPI.CART.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.CART.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.CART.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.CART.html diff --git a/4.0.1/html/reference/mpi4py.MPI.CHAR.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.CHAR.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.CHAR.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.CHAR.html diff --git a/4.0.1/html/reference/mpi4py.MPI.CHARACTER.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.CHARACTER.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.CHARACTER.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.CHARACTER.html diff --git a/4.0.1/html/reference/mpi4py.MPI.COMBINER_CONTIGUOUS.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.COMBINER_CONTIGUOUS.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.COMBINER_CONTIGUOUS.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.COMBINER_CONTIGUOUS.html diff --git a/4.0.1/html/reference/mpi4py.MPI.COMBINER_DARRAY.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.COMBINER_DARRAY.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.COMBINER_DARRAY.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.COMBINER_DARRAY.html diff --git a/4.0.1/html/reference/mpi4py.MPI.COMBINER_DUP.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.COMBINER_DUP.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.COMBINER_DUP.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.COMBINER_DUP.html diff --git a/4.0.1/html/reference/mpi4py.MPI.COMBINER_F90_COMPLEX.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.COMBINER_F90_COMPLEX.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.COMBINER_F90_COMPLEX.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.COMBINER_F90_COMPLEX.html diff --git a/4.0.1/html/reference/mpi4py.MPI.COMBINER_F90_INTEGER.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.COMBINER_F90_INTEGER.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.COMBINER_F90_INTEGER.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.COMBINER_F90_INTEGER.html diff --git a/4.0.1/html/reference/mpi4py.MPI.COMBINER_F90_REAL.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.COMBINER_F90_REAL.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.COMBINER_F90_REAL.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.COMBINER_F90_REAL.html diff --git a/4.0.1/html/reference/mpi4py.MPI.COMBINER_HINDEXED.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.COMBINER_HINDEXED.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.COMBINER_HINDEXED.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.COMBINER_HINDEXED.html diff --git a/4.0.1/html/reference/mpi4py.MPI.COMBINER_HINDEXED_BLOCK.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.COMBINER_HINDEXED_BLOCK.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.COMBINER_HINDEXED_BLOCK.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.COMBINER_HINDEXED_BLOCK.html diff --git a/4.0.1/html/reference/mpi4py.MPI.COMBINER_HVECTOR.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.COMBINER_HVECTOR.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.COMBINER_HVECTOR.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.COMBINER_HVECTOR.html diff --git a/4.0.1/html/reference/mpi4py.MPI.COMBINER_INDEXED.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.COMBINER_INDEXED.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.COMBINER_INDEXED.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.COMBINER_INDEXED.html diff --git a/4.0.1/html/reference/mpi4py.MPI.COMBINER_INDEXED_BLOCK.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.COMBINER_INDEXED_BLOCK.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.COMBINER_INDEXED_BLOCK.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.COMBINER_INDEXED_BLOCK.html diff --git a/4.0.1/html/reference/mpi4py.MPI.COMBINER_NAMED.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.COMBINER_NAMED.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.COMBINER_NAMED.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.COMBINER_NAMED.html diff --git a/4.0.1/html/reference/mpi4py.MPI.COMBINER_RESIZED.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.COMBINER_RESIZED.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.COMBINER_RESIZED.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.COMBINER_RESIZED.html diff --git a/4.0.1/html/reference/mpi4py.MPI.COMBINER_STRUCT.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.COMBINER_STRUCT.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.COMBINER_STRUCT.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.COMBINER_STRUCT.html diff --git a/4.0.1/html/reference/mpi4py.MPI.COMBINER_SUBARRAY.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.COMBINER_SUBARRAY.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.COMBINER_SUBARRAY.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.COMBINER_SUBARRAY.html diff --git a/4.0.1/html/reference/mpi4py.MPI.COMBINER_VALUE_INDEX.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.COMBINER_VALUE_INDEX.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.COMBINER_VALUE_INDEX.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.COMBINER_VALUE_INDEX.html diff --git a/4.0.1/html/reference/mpi4py.MPI.COMBINER_VECTOR.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.COMBINER_VECTOR.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.COMBINER_VECTOR.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.COMBINER_VECTOR.html diff --git a/4.0.1/html/reference/mpi4py.MPI.COMM_NULL.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.COMM_NULL.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.COMM_NULL.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.COMM_NULL.html diff --git a/4.0.1/html/reference/mpi4py.MPI.COMM_SELF.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.COMM_SELF.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.COMM_SELF.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.COMM_SELF.html diff --git a/4.0.1/html/reference/mpi4py.MPI.COMM_TYPE_HW_GUIDED.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.COMM_TYPE_HW_GUIDED.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.COMM_TYPE_HW_GUIDED.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.COMM_TYPE_HW_GUIDED.html diff --git a/4.0.1/html/reference/mpi4py.MPI.COMM_TYPE_HW_UNGUIDED.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.COMM_TYPE_HW_UNGUIDED.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.COMM_TYPE_HW_UNGUIDED.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.COMM_TYPE_HW_UNGUIDED.html diff --git a/4.0.1/html/reference/mpi4py.MPI.COMM_TYPE_RESOURCE_GUIDED.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.COMM_TYPE_RESOURCE_GUIDED.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.COMM_TYPE_RESOURCE_GUIDED.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.COMM_TYPE_RESOURCE_GUIDED.html diff --git a/4.0.1/html/reference/mpi4py.MPI.COMM_TYPE_SHARED.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.COMM_TYPE_SHARED.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.COMM_TYPE_SHARED.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.COMM_TYPE_SHARED.html diff --git a/4.0.1/html/reference/mpi4py.MPI.COMM_WORLD.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.COMM_WORLD.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.COMM_WORLD.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.COMM_WORLD.html diff --git a/4.0.1/html/reference/mpi4py.MPI.COMPLEX.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.COMPLEX.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.COMPLEX.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.COMPLEX.html diff --git a/4.0.1/html/reference/mpi4py.MPI.COMPLEX16.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.COMPLEX16.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.COMPLEX16.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.COMPLEX16.html diff --git a/4.0.1/html/reference/mpi4py.MPI.COMPLEX32.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.COMPLEX32.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.COMPLEX32.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.COMPLEX32.html diff --git a/4.0.1/html/reference/mpi4py.MPI.COMPLEX4.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.COMPLEX4.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.COMPLEX4.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.COMPLEX4.html diff --git a/4.0.1/html/reference/mpi4py.MPI.COMPLEX8.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.COMPLEX8.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.COMPLEX8.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.COMPLEX8.html diff --git a/4.0.1/html/reference/mpi4py.MPI.CONGRUENT.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.CONGRUENT.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.CONGRUENT.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.CONGRUENT.html diff --git a/4.0.1/html/reference/mpi4py.MPI.COUNT.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.COUNT.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.COUNT.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.COUNT.html diff --git a/4.0.1/html/reference/mpi4py.MPI.CXX_BOOL.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.CXX_BOOL.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.CXX_BOOL.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.CXX_BOOL.html diff --git a/4.0.1/html/reference/mpi4py.MPI.CXX_DOUBLE_COMPLEX.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.CXX_DOUBLE_COMPLEX.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.CXX_DOUBLE_COMPLEX.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.CXX_DOUBLE_COMPLEX.html diff --git a/4.0.1/html/reference/mpi4py.MPI.CXX_FLOAT_COMPLEX.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.CXX_FLOAT_COMPLEX.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.CXX_FLOAT_COMPLEX.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.CXX_FLOAT_COMPLEX.html diff --git a/4.0.1/html/reference/mpi4py.MPI.CXX_LONG_DOUBLE_COMPLEX.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.CXX_LONG_DOUBLE_COMPLEX.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.CXX_LONG_DOUBLE_COMPLEX.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.CXX_LONG_DOUBLE_COMPLEX.html diff --git a/4.0.1/html/reference/mpi4py.MPI.C_BOOL.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.C_BOOL.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.C_BOOL.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.C_BOOL.html diff --git a/4.0.1/html/reference/mpi4py.MPI.C_COMPLEX.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.C_COMPLEX.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.C_COMPLEX.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.C_COMPLEX.html diff --git a/4.0.1/html/reference/mpi4py.MPI.C_DOUBLE_COMPLEX.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.C_DOUBLE_COMPLEX.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.C_DOUBLE_COMPLEX.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.C_DOUBLE_COMPLEX.html diff --git a/4.0.1/html/reference/mpi4py.MPI.C_FLOAT_COMPLEX.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.C_FLOAT_COMPLEX.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.C_FLOAT_COMPLEX.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.C_FLOAT_COMPLEX.html diff --git a/4.0.1/html/reference/mpi4py.MPI.C_LONG_DOUBLE_COMPLEX.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.C_LONG_DOUBLE_COMPLEX.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.C_LONG_DOUBLE_COMPLEX.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.C_LONG_DOUBLE_COMPLEX.html diff --git a/4.0.1/html/reference/mpi4py.MPI.Cartcomm.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.Cartcomm.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.Cartcomm.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.Cartcomm.html diff --git a/4.0.1/html/reference/mpi4py.MPI.Close_port.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.Close_port.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.Close_port.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.Close_port.html diff --git a/4.0.1/html/reference/mpi4py.MPI.Comm.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.Comm.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.Comm.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.Comm.html diff --git a/4.0.1/html/reference/mpi4py.MPI.Compute_dims.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.Compute_dims.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.Compute_dims.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.Compute_dims.html diff --git a/4.0.1/html/reference/mpi4py.MPI.DATATYPE_NULL.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.DATATYPE_NULL.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.DATATYPE_NULL.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.DATATYPE_NULL.html diff --git a/4.0.1/html/reference/mpi4py.MPI.DISPLACEMENT_CURRENT.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.DISPLACEMENT_CURRENT.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.DISPLACEMENT_CURRENT.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.DISPLACEMENT_CURRENT.html diff --git a/4.0.1/html/reference/mpi4py.MPI.DISP_CUR.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.DISP_CUR.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.DISP_CUR.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.DISP_CUR.html diff --git a/4.0.1/html/reference/mpi4py.MPI.DISTRIBUTE_BLOCK.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.DISTRIBUTE_BLOCK.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.DISTRIBUTE_BLOCK.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.DISTRIBUTE_BLOCK.html diff --git a/4.0.1/html/reference/mpi4py.MPI.DISTRIBUTE_CYCLIC.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.DISTRIBUTE_CYCLIC.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.DISTRIBUTE_CYCLIC.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.DISTRIBUTE_CYCLIC.html diff --git a/4.0.1/html/reference/mpi4py.MPI.DISTRIBUTE_DFLT_DARG.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.DISTRIBUTE_DFLT_DARG.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.DISTRIBUTE_DFLT_DARG.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.DISTRIBUTE_DFLT_DARG.html diff --git a/4.0.1/html/reference/mpi4py.MPI.DISTRIBUTE_NONE.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.DISTRIBUTE_NONE.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.DISTRIBUTE_NONE.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.DISTRIBUTE_NONE.html diff --git a/4.0.1/html/reference/mpi4py.MPI.DIST_GRAPH.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.DIST_GRAPH.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.DIST_GRAPH.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.DIST_GRAPH.html diff --git a/4.0.1/html/reference/mpi4py.MPI.DOUBLE.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.DOUBLE.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.DOUBLE.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.DOUBLE.html diff --git a/4.0.1/html/reference/mpi4py.MPI.DOUBLE_COMPLEX.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.DOUBLE_COMPLEX.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.DOUBLE_COMPLEX.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.DOUBLE_COMPLEX.html diff --git a/4.0.1/html/reference/mpi4py.MPI.DOUBLE_INT.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.DOUBLE_INT.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.DOUBLE_INT.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.DOUBLE_INT.html diff --git a/4.0.1/html/reference/mpi4py.MPI.DOUBLE_PRECISION.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.DOUBLE_PRECISION.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.DOUBLE_PRECISION.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.DOUBLE_PRECISION.html diff --git a/4.0.1/html/reference/mpi4py.MPI.Datatype.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.Datatype.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.Datatype.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.Datatype.html diff --git a/4.0.1/html/reference/mpi4py.MPI.Detach_buffer.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.Detach_buffer.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.Detach_buffer.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.Detach_buffer.html diff --git a/4.0.1/html/reference/mpi4py.MPI.Distgraphcomm.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.Distgraphcomm.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.Distgraphcomm.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.Distgraphcomm.html diff --git a/4.0.1/html/reference/mpi4py.MPI.ERRHANDLER_NULL.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.ERRHANDLER_NULL.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.ERRHANDLER_NULL.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.ERRHANDLER_NULL.html diff --git a/4.0.1/html/reference/mpi4py.MPI.ERRORS_ABORT.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.ERRORS_ABORT.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.ERRORS_ABORT.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.ERRORS_ABORT.html diff --git a/4.0.1/html/reference/mpi4py.MPI.ERRORS_ARE_FATAL.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.ERRORS_ARE_FATAL.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.ERRORS_ARE_FATAL.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.ERRORS_ARE_FATAL.html diff --git a/4.0.1/html/reference/mpi4py.MPI.ERRORS_RETURN.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.ERRORS_RETURN.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.ERRORS_RETURN.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.ERRORS_RETURN.html diff --git a/4.0.1/html/reference/mpi4py.MPI.ERR_ACCESS.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_ACCESS.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.ERR_ACCESS.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_ACCESS.html diff --git a/4.0.1/html/reference/mpi4py.MPI.ERR_AMODE.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_AMODE.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.ERR_AMODE.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_AMODE.html diff --git a/4.0.1/html/reference/mpi4py.MPI.ERR_ARG.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_ARG.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.ERR_ARG.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_ARG.html diff --git a/4.0.1/html/reference/mpi4py.MPI.ERR_ASSERT.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_ASSERT.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.ERR_ASSERT.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_ASSERT.html diff --git a/4.0.1/html/reference/mpi4py.MPI.ERR_BAD_FILE.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_BAD_FILE.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.ERR_BAD_FILE.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_BAD_FILE.html diff --git a/4.0.1/html/reference/mpi4py.MPI.ERR_BASE.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_BASE.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.ERR_BASE.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_BASE.html diff --git a/4.0.1/html/reference/mpi4py.MPI.ERR_BUFFER.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_BUFFER.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.ERR_BUFFER.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_BUFFER.html diff --git a/4.0.1/html/reference/mpi4py.MPI.ERR_COMM.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_COMM.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.ERR_COMM.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_COMM.html diff --git a/4.0.1/html/reference/mpi4py.MPI.ERR_CONVERSION.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_CONVERSION.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.ERR_CONVERSION.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_CONVERSION.html diff --git a/4.0.1/html/reference/mpi4py.MPI.ERR_COUNT.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_COUNT.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.ERR_COUNT.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_COUNT.html diff --git a/4.0.1/html/reference/mpi4py.MPI.ERR_DIMS.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_DIMS.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.ERR_DIMS.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_DIMS.html diff --git a/4.0.1/html/reference/mpi4py.MPI.ERR_DISP.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_DISP.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.ERR_DISP.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_DISP.html diff --git a/4.0.1/html/reference/mpi4py.MPI.ERR_DUP_DATAREP.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_DUP_DATAREP.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.ERR_DUP_DATAREP.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_DUP_DATAREP.html diff --git a/4.0.1/html/reference/mpi4py.MPI.ERR_ERRHANDLER.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_ERRHANDLER.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.ERR_ERRHANDLER.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_ERRHANDLER.html diff --git a/4.0.1/html/reference/mpi4py.MPI.ERR_FILE.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_FILE.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.ERR_FILE.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_FILE.html diff --git a/4.0.1/html/reference/mpi4py.MPI.ERR_FILE_EXISTS.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_FILE_EXISTS.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.ERR_FILE_EXISTS.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_FILE_EXISTS.html diff --git a/4.0.1/html/reference/mpi4py.MPI.ERR_FILE_IN_USE.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_FILE_IN_USE.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.ERR_FILE_IN_USE.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_FILE_IN_USE.html diff --git a/4.0.1/html/reference/mpi4py.MPI.ERR_GROUP.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_GROUP.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.ERR_GROUP.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_GROUP.html diff --git a/4.0.1/html/reference/mpi4py.MPI.ERR_INFO.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_INFO.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.ERR_INFO.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_INFO.html diff --git a/4.0.1/html/reference/mpi4py.MPI.ERR_INFO_KEY.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_INFO_KEY.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.ERR_INFO_KEY.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_INFO_KEY.html diff --git a/4.0.1/html/reference/mpi4py.MPI.ERR_INFO_NOKEY.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_INFO_NOKEY.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.ERR_INFO_NOKEY.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_INFO_NOKEY.html diff --git a/4.0.1/html/reference/mpi4py.MPI.ERR_INFO_VALUE.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_INFO_VALUE.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.ERR_INFO_VALUE.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_INFO_VALUE.html diff --git a/4.0.1/html/reference/mpi4py.MPI.ERR_INTERN.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_INTERN.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.ERR_INTERN.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_INTERN.html diff --git a/4.0.1/html/reference/mpi4py.MPI.ERR_IN_STATUS.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_IN_STATUS.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.ERR_IN_STATUS.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_IN_STATUS.html diff --git a/4.0.1/html/reference/mpi4py.MPI.ERR_IO.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_IO.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.ERR_IO.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_IO.html diff --git a/4.0.1/html/reference/mpi4py.MPI.ERR_KEYVAL.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_KEYVAL.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.ERR_KEYVAL.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_KEYVAL.html diff --git a/4.0.1/html/reference/mpi4py.MPI.ERR_LASTCODE.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_LASTCODE.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.ERR_LASTCODE.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_LASTCODE.html diff --git a/4.0.1/html/reference/mpi4py.MPI.ERR_LOCKTYPE.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_LOCKTYPE.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.ERR_LOCKTYPE.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_LOCKTYPE.html diff --git a/4.0.1/html/reference/mpi4py.MPI.ERR_NAME.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_NAME.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.ERR_NAME.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_NAME.html diff --git a/4.0.1/html/reference/mpi4py.MPI.ERR_NOT_SAME.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_NOT_SAME.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.ERR_NOT_SAME.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_NOT_SAME.html diff --git a/4.0.1/html/reference/mpi4py.MPI.ERR_NO_MEM.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_NO_MEM.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.ERR_NO_MEM.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_NO_MEM.html diff --git a/4.0.1/html/reference/mpi4py.MPI.ERR_NO_SPACE.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_NO_SPACE.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.ERR_NO_SPACE.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_NO_SPACE.html diff --git a/4.0.1/html/reference/mpi4py.MPI.ERR_NO_SUCH_FILE.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_NO_SUCH_FILE.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.ERR_NO_SUCH_FILE.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_NO_SUCH_FILE.html diff --git a/4.0.1/html/reference/mpi4py.MPI.ERR_OP.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_OP.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.ERR_OP.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_OP.html diff --git a/4.0.1/html/reference/mpi4py.MPI.ERR_OTHER.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_OTHER.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.ERR_OTHER.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_OTHER.html diff --git a/4.0.1/html/reference/mpi4py.MPI.ERR_PENDING.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_PENDING.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.ERR_PENDING.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_PENDING.html diff --git a/4.0.1/html/reference/mpi4py.MPI.ERR_PORT.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_PORT.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.ERR_PORT.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_PORT.html diff --git a/4.0.1/html/reference/mpi4py.MPI.ERR_PROC_ABORTED.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_PROC_ABORTED.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.ERR_PROC_ABORTED.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_PROC_ABORTED.html diff --git a/4.0.1/html/reference/mpi4py.MPI.ERR_PROC_FAILED.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_PROC_FAILED.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.ERR_PROC_FAILED.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_PROC_FAILED.html diff --git a/4.0.1/html/reference/mpi4py.MPI.ERR_PROC_FAILED_PENDING.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_PROC_FAILED_PENDING.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.ERR_PROC_FAILED_PENDING.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_PROC_FAILED_PENDING.html diff --git a/4.0.1/html/reference/mpi4py.MPI.ERR_QUOTA.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_QUOTA.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.ERR_QUOTA.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_QUOTA.html diff --git a/4.0.1/html/reference/mpi4py.MPI.ERR_RANK.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_RANK.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.ERR_RANK.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_RANK.html diff --git a/4.0.1/html/reference/mpi4py.MPI.ERR_READ_ONLY.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_READ_ONLY.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.ERR_READ_ONLY.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_READ_ONLY.html diff --git a/4.0.1/html/reference/mpi4py.MPI.ERR_REQUEST.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_REQUEST.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.ERR_REQUEST.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_REQUEST.html diff --git a/4.0.1/html/reference/mpi4py.MPI.ERR_REVOKED.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_REVOKED.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.ERR_REVOKED.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_REVOKED.html diff --git a/4.0.1/html/reference/mpi4py.MPI.ERR_RMA_ATTACH.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_RMA_ATTACH.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.ERR_RMA_ATTACH.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_RMA_ATTACH.html diff --git a/4.0.1/html/reference/mpi4py.MPI.ERR_RMA_CONFLICT.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_RMA_CONFLICT.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.ERR_RMA_CONFLICT.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_RMA_CONFLICT.html diff --git a/4.0.1/html/reference/mpi4py.MPI.ERR_RMA_FLAVOR.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_RMA_FLAVOR.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.ERR_RMA_FLAVOR.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_RMA_FLAVOR.html diff --git a/4.0.1/html/reference/mpi4py.MPI.ERR_RMA_RANGE.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_RMA_RANGE.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.ERR_RMA_RANGE.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_RMA_RANGE.html diff --git a/4.0.1/html/reference/mpi4py.MPI.ERR_RMA_SHARED.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_RMA_SHARED.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.ERR_RMA_SHARED.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_RMA_SHARED.html diff --git a/4.0.1/html/reference/mpi4py.MPI.ERR_RMA_SYNC.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_RMA_SYNC.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.ERR_RMA_SYNC.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_RMA_SYNC.html diff --git a/4.0.1/html/reference/mpi4py.MPI.ERR_ROOT.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_ROOT.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.ERR_ROOT.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_ROOT.html diff --git a/4.0.1/html/reference/mpi4py.MPI.ERR_SERVICE.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_SERVICE.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.ERR_SERVICE.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_SERVICE.html diff --git a/4.0.1/html/reference/mpi4py.MPI.ERR_SESSION.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_SESSION.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.ERR_SESSION.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_SESSION.html diff --git a/4.0.1/html/reference/mpi4py.MPI.ERR_SIZE.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_SIZE.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.ERR_SIZE.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_SIZE.html diff --git a/4.0.1/html/reference/mpi4py.MPI.ERR_SPAWN.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_SPAWN.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.ERR_SPAWN.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_SPAWN.html diff --git a/4.0.1/html/reference/mpi4py.MPI.ERR_TAG.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_TAG.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.ERR_TAG.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_TAG.html diff --git a/4.0.1/html/reference/mpi4py.MPI.ERR_TOPOLOGY.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_TOPOLOGY.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.ERR_TOPOLOGY.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_TOPOLOGY.html diff --git a/4.0.1/html/reference/mpi4py.MPI.ERR_TRUNCATE.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_TRUNCATE.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.ERR_TRUNCATE.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_TRUNCATE.html diff --git a/4.0.1/html/reference/mpi4py.MPI.ERR_TYPE.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_TYPE.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.ERR_TYPE.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_TYPE.html diff --git a/4.0.1/html/reference/mpi4py.MPI.ERR_UNKNOWN.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_UNKNOWN.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.ERR_UNKNOWN.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_UNKNOWN.html diff --git a/4.0.1/html/reference/mpi4py.MPI.ERR_UNSUPPORTED_DATAREP.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_UNSUPPORTED_DATAREP.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.ERR_UNSUPPORTED_DATAREP.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_UNSUPPORTED_DATAREP.html diff --git a/4.0.1/html/reference/mpi4py.MPI.ERR_UNSUPPORTED_OPERATION.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_UNSUPPORTED_OPERATION.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.ERR_UNSUPPORTED_OPERATION.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_UNSUPPORTED_OPERATION.html diff --git a/4.0.1/html/reference/mpi4py.MPI.ERR_VALUE_TOO_LARGE.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_VALUE_TOO_LARGE.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.ERR_VALUE_TOO_LARGE.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_VALUE_TOO_LARGE.html diff --git a/4.0.1/html/reference/mpi4py.MPI.ERR_WIN.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_WIN.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.ERR_WIN.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.ERR_WIN.html diff --git a/4.0.1/html/reference/mpi4py.MPI.Errhandler.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.Errhandler.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.Errhandler.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.Errhandler.html diff --git a/4.0.1/html/reference/mpi4py.MPI.Exception.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.Exception.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.Exception.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.Exception.html diff --git a/4.0.1/html/reference/mpi4py.MPI.FILE_NULL.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.FILE_NULL.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.FILE_NULL.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.FILE_NULL.html diff --git a/4.0.1/html/reference/mpi4py.MPI.FLOAT.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.FLOAT.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.FLOAT.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.FLOAT.html diff --git a/4.0.1/html/reference/mpi4py.MPI.FLOAT_INT.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.FLOAT_INT.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.FLOAT_INT.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.FLOAT_INT.html diff --git a/4.0.1/html/reference/mpi4py.MPI.F_BOOL.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.F_BOOL.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.F_BOOL.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.F_BOOL.html diff --git a/4.0.1/html/reference/mpi4py.MPI.F_COMPLEX.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.F_COMPLEX.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.F_COMPLEX.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.F_COMPLEX.html diff --git a/4.0.1/html/reference/mpi4py.MPI.F_DOUBLE.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.F_DOUBLE.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.F_DOUBLE.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.F_DOUBLE.html diff --git a/4.0.1/html/reference/mpi4py.MPI.F_DOUBLE_COMPLEX.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.F_DOUBLE_COMPLEX.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.F_DOUBLE_COMPLEX.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.F_DOUBLE_COMPLEX.html diff --git a/4.0.1/html/reference/mpi4py.MPI.F_ERROR.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.F_ERROR.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.F_ERROR.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.F_ERROR.html diff --git a/4.0.1/html/reference/mpi4py.MPI.F_FLOAT.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.F_FLOAT.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.F_FLOAT.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.F_FLOAT.html diff --git a/4.0.1/html/reference/mpi4py.MPI.F_FLOAT_COMPLEX.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.F_FLOAT_COMPLEX.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.F_FLOAT_COMPLEX.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.F_FLOAT_COMPLEX.html diff --git a/4.0.1/html/reference/mpi4py.MPI.F_INT.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.F_INT.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.F_INT.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.F_INT.html diff --git a/4.0.1/html/reference/mpi4py.MPI.F_SOURCE.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.F_SOURCE.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.F_SOURCE.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.F_SOURCE.html diff --git a/4.0.1/html/reference/mpi4py.MPI.F_STATUS_SIZE.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.F_STATUS_SIZE.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.F_STATUS_SIZE.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.F_STATUS_SIZE.html diff --git a/4.0.1/html/reference/mpi4py.MPI.F_TAG.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.F_TAG.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.F_TAG.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.F_TAG.html diff --git a/4.0.1/html/reference/mpi4py.MPI.File.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.File.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.File.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.File.html diff --git a/4.0.1/html/reference/mpi4py.MPI.Finalize.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.Finalize.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.Finalize.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.Finalize.html diff --git a/4.0.1/html/reference/mpi4py.MPI.Flush_buffer.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.Flush_buffer.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.Flush_buffer.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.Flush_buffer.html diff --git a/4.0.1/html/reference/mpi4py.MPI.Free_mem.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.Free_mem.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.Free_mem.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.Free_mem.html diff --git a/4.0.1/html/reference/mpi4py.MPI.GRAPH.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.GRAPH.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.GRAPH.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.GRAPH.html diff --git a/4.0.1/html/reference/mpi4py.MPI.GROUP_EMPTY.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.GROUP_EMPTY.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.GROUP_EMPTY.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.GROUP_EMPTY.html diff --git a/4.0.1/html/reference/mpi4py.MPI.GROUP_NULL.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.GROUP_NULL.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.GROUP_NULL.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.GROUP_NULL.html diff --git a/4.0.1/html/reference/mpi4py.MPI.Get_address.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.Get_address.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.Get_address.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.Get_address.html diff --git a/4.0.1/html/reference/mpi4py.MPI.Get_error_class.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.Get_error_class.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.Get_error_class.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.Get_error_class.html diff --git a/4.0.1/html/reference/mpi4py.MPI.Get_error_string.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.Get_error_string.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.Get_error_string.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.Get_error_string.html diff --git a/4.0.1/html/reference/mpi4py.MPI.Get_hw_resource_info.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.Get_hw_resource_info.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.Get_hw_resource_info.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.Get_hw_resource_info.html diff --git a/4.0.1/html/reference/mpi4py.MPI.Get_library_version.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.Get_library_version.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.Get_library_version.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.Get_library_version.html diff --git a/4.0.1/html/reference/mpi4py.MPI.Get_processor_name.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.Get_processor_name.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.Get_processor_name.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.Get_processor_name.html diff --git a/4.0.1/html/reference/mpi4py.MPI.Get_version.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.Get_version.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.Get_version.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.Get_version.html diff --git a/4.0.1/html/reference/mpi4py.MPI.Graphcomm.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.Graphcomm.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.Graphcomm.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.Graphcomm.html diff --git a/4.0.1/html/reference/mpi4py.MPI.Grequest.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.Grequest.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.Grequest.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.Grequest.html diff --git a/4.0.1/html/reference/mpi4py.MPI.Group.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.Group.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.Group.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.Group.html diff --git a/4.0.1/html/reference/mpi4py.MPI.IDENT.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.IDENT.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.IDENT.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.IDENT.html diff --git a/4.0.1/html/reference/mpi4py.MPI.INFO_ENV.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.INFO_ENV.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.INFO_ENV.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.INFO_ENV.html diff --git a/4.0.1/html/reference/mpi4py.MPI.INFO_NULL.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.INFO_NULL.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.INFO_NULL.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.INFO_NULL.html diff --git a/4.0.1/html/reference/mpi4py.MPI.INT.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.INT.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.INT.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.INT.html diff --git a/4.0.1/html/reference/mpi4py.MPI.INT16_T.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.INT16_T.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.INT16_T.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.INT16_T.html diff --git a/4.0.1/html/reference/mpi4py.MPI.INT32_T.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.INT32_T.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.INT32_T.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.INT32_T.html diff --git a/4.0.1/html/reference/mpi4py.MPI.INT64_T.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.INT64_T.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.INT64_T.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.INT64_T.html diff --git a/4.0.1/html/reference/mpi4py.MPI.INT8_T.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.INT8_T.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.INT8_T.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.INT8_T.html diff --git a/4.0.1/html/reference/mpi4py.MPI.INTEGER.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.INTEGER.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.INTEGER.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.INTEGER.html diff --git a/4.0.1/html/reference/mpi4py.MPI.INTEGER1.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.INTEGER1.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.INTEGER1.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.INTEGER1.html diff --git a/4.0.1/html/reference/mpi4py.MPI.INTEGER16.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.INTEGER16.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.INTEGER16.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.INTEGER16.html diff --git a/4.0.1/html/reference/mpi4py.MPI.INTEGER2.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.INTEGER2.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.INTEGER2.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.INTEGER2.html diff --git a/4.0.1/html/reference/mpi4py.MPI.INTEGER4.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.INTEGER4.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.INTEGER4.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.INTEGER4.html diff --git a/4.0.1/html/reference/mpi4py.MPI.INTEGER8.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.INTEGER8.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.INTEGER8.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.INTEGER8.html diff --git a/4.0.1/html/reference/mpi4py.MPI.INT_INT.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.INT_INT.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.INT_INT.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.INT_INT.html diff --git a/4.0.1/html/reference/mpi4py.MPI.IN_PLACE.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.IN_PLACE.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.IN_PLACE.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.IN_PLACE.html diff --git a/4.0.1/html/reference/mpi4py.MPI.IO.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.IO.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.IO.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.IO.html diff --git a/4.0.1/html/reference/mpi4py.MPI.Iflush_buffer.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.Iflush_buffer.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.Iflush_buffer.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.Iflush_buffer.html diff --git a/4.0.1/html/reference/mpi4py.MPI.InPlaceType.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.InPlaceType.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.InPlaceType.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.InPlaceType.html diff --git a/4.0.1/html/reference/mpi4py.MPI.Info.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.Info.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.Info.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.Info.html diff --git a/4.0.1/html/reference/mpi4py.MPI.Init.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.Init.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.Init.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.Init.html diff --git a/4.0.1/html/reference/mpi4py.MPI.Init_thread.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.Init_thread.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.Init_thread.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.Init_thread.html diff --git a/4.0.1/html/reference/mpi4py.MPI.Intercomm.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.Intercomm.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.Intercomm.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.Intercomm.html diff --git a/4.0.1/html/reference/mpi4py.MPI.Intracomm.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.Intracomm.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.Intracomm.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.Intracomm.html diff --git a/4.0.1/html/reference/mpi4py.MPI.Is_finalized.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.Is_finalized.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.Is_finalized.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.Is_finalized.html diff --git a/4.0.1/html/reference/mpi4py.MPI.Is_initialized.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.Is_initialized.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.Is_initialized.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.Is_initialized.html diff --git a/4.0.1/html/reference/mpi4py.MPI.Is_thread_main.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.Is_thread_main.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.Is_thread_main.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.Is_thread_main.html diff --git a/4.0.1/html/reference/mpi4py.MPI.KEYVAL_INVALID.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.KEYVAL_INVALID.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.KEYVAL_INVALID.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.KEYVAL_INVALID.html diff --git a/4.0.1/html/reference/mpi4py.MPI.LAND.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.LAND.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.LAND.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.LAND.html diff --git a/4.0.1/html/reference/mpi4py.MPI.LASTUSEDCODE.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.LASTUSEDCODE.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.LASTUSEDCODE.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.LASTUSEDCODE.html diff --git a/4.0.1/html/reference/mpi4py.MPI.LOCK_EXCLUSIVE.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.LOCK_EXCLUSIVE.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.LOCK_EXCLUSIVE.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.LOCK_EXCLUSIVE.html diff --git a/4.0.1/html/reference/mpi4py.MPI.LOCK_SHARED.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.LOCK_SHARED.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.LOCK_SHARED.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.LOCK_SHARED.html diff --git a/4.0.1/html/reference/mpi4py.MPI.LOGICAL.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.LOGICAL.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.LOGICAL.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.LOGICAL.html diff --git a/4.0.1/html/reference/mpi4py.MPI.LOGICAL1.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.LOGICAL1.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.LOGICAL1.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.LOGICAL1.html diff --git a/4.0.1/html/reference/mpi4py.MPI.LOGICAL2.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.LOGICAL2.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.LOGICAL2.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.LOGICAL2.html diff --git a/4.0.1/html/reference/mpi4py.MPI.LOGICAL4.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.LOGICAL4.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.LOGICAL4.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.LOGICAL4.html diff --git a/4.0.1/html/reference/mpi4py.MPI.LOGICAL8.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.LOGICAL8.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.LOGICAL8.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.LOGICAL8.html diff --git a/4.0.1/html/reference/mpi4py.MPI.LONG.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.LONG.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.LONG.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.LONG.html diff --git a/4.0.1/html/reference/mpi4py.MPI.LONG_DOUBLE.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.LONG_DOUBLE.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.LONG_DOUBLE.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.LONG_DOUBLE.html diff --git a/4.0.1/html/reference/mpi4py.MPI.LONG_DOUBLE_INT.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.LONG_DOUBLE_INT.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.LONG_DOUBLE_INT.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.LONG_DOUBLE_INT.html diff --git a/4.0.1/html/reference/mpi4py.MPI.LONG_INT.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.LONG_INT.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.LONG_INT.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.LONG_INT.html diff --git a/4.0.1/html/reference/mpi4py.MPI.LONG_LONG.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.LONG_LONG.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.LONG_LONG.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.LONG_LONG.html diff --git a/4.0.1/html/reference/mpi4py.MPI.LOR.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.LOR.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.LOR.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.LOR.html diff --git a/4.0.1/html/reference/mpi4py.MPI.LXOR.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.LXOR.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.LXOR.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.LXOR.html diff --git a/4.0.1/html/reference/mpi4py.MPI.Lookup_name.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.Lookup_name.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.Lookup_name.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.Lookup_name.html diff --git a/4.0.1/html/reference/mpi4py.MPI.MAX.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.MAX.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.MAX.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.MAX.html diff --git a/4.0.1/html/reference/mpi4py.MPI.MAXLOC.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.MAXLOC.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.MAXLOC.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.MAXLOC.html diff --git a/4.0.1/html/reference/mpi4py.MPI.MAX_DATAREP_STRING.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.MAX_DATAREP_STRING.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.MAX_DATAREP_STRING.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.MAX_DATAREP_STRING.html diff --git a/4.0.1/html/reference/mpi4py.MPI.MAX_ERROR_STRING.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.MAX_ERROR_STRING.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.MAX_ERROR_STRING.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.MAX_ERROR_STRING.html diff --git a/4.0.1/html/reference/mpi4py.MPI.MAX_INFO_KEY.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.MAX_INFO_KEY.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.MAX_INFO_KEY.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.MAX_INFO_KEY.html diff --git a/4.0.1/html/reference/mpi4py.MPI.MAX_INFO_VAL.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.MAX_INFO_VAL.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.MAX_INFO_VAL.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.MAX_INFO_VAL.html diff --git a/4.0.1/html/reference/mpi4py.MPI.MAX_LIBRARY_VERSION_STRING.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.MAX_LIBRARY_VERSION_STRING.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.MAX_LIBRARY_VERSION_STRING.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.MAX_LIBRARY_VERSION_STRING.html diff --git a/4.0.1/html/reference/mpi4py.MPI.MAX_OBJECT_NAME.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.MAX_OBJECT_NAME.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.MAX_OBJECT_NAME.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.MAX_OBJECT_NAME.html diff --git a/4.0.1/html/reference/mpi4py.MPI.MAX_PORT_NAME.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.MAX_PORT_NAME.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.MAX_PORT_NAME.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.MAX_PORT_NAME.html diff --git a/4.0.1/html/reference/mpi4py.MPI.MAX_PROCESSOR_NAME.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.MAX_PROCESSOR_NAME.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.MAX_PROCESSOR_NAME.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.MAX_PROCESSOR_NAME.html diff --git a/4.0.1/html/reference/mpi4py.MPI.MAX_PSET_NAME_LEN.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.MAX_PSET_NAME_LEN.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.MAX_PSET_NAME_LEN.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.MAX_PSET_NAME_LEN.html diff --git a/4.0.1/html/reference/mpi4py.MPI.MAX_STRINGTAG_LEN.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.MAX_STRINGTAG_LEN.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.MAX_STRINGTAG_LEN.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.MAX_STRINGTAG_LEN.html diff --git a/4.0.1/html/reference/mpi4py.MPI.MESSAGE_NO_PROC.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.MESSAGE_NO_PROC.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.MESSAGE_NO_PROC.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.MESSAGE_NO_PROC.html diff --git a/4.0.1/html/reference/mpi4py.MPI.MESSAGE_NULL.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.MESSAGE_NULL.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.MESSAGE_NULL.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.MESSAGE_NULL.html diff --git a/4.0.1/html/reference/mpi4py.MPI.MIN.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.MIN.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.MIN.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.MIN.html diff --git a/4.0.1/html/reference/mpi4py.MPI.MINLOC.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.MINLOC.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.MINLOC.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.MINLOC.html diff --git a/4.0.1/html/reference/mpi4py.MPI.MODE_APPEND.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.MODE_APPEND.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.MODE_APPEND.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.MODE_APPEND.html diff --git a/4.0.1/html/reference/mpi4py.MPI.MODE_CREATE.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.MODE_CREATE.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.MODE_CREATE.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.MODE_CREATE.html diff --git a/4.0.1/html/reference/mpi4py.MPI.MODE_DELETE_ON_CLOSE.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.MODE_DELETE_ON_CLOSE.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.MODE_DELETE_ON_CLOSE.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.MODE_DELETE_ON_CLOSE.html diff --git a/4.0.1/html/reference/mpi4py.MPI.MODE_EXCL.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.MODE_EXCL.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.MODE_EXCL.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.MODE_EXCL.html diff --git a/4.0.1/html/reference/mpi4py.MPI.MODE_NOCHECK.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.MODE_NOCHECK.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.MODE_NOCHECK.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.MODE_NOCHECK.html diff --git a/4.0.1/html/reference/mpi4py.MPI.MODE_NOPRECEDE.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.MODE_NOPRECEDE.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.MODE_NOPRECEDE.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.MODE_NOPRECEDE.html diff --git a/4.0.1/html/reference/mpi4py.MPI.MODE_NOPUT.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.MODE_NOPUT.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.MODE_NOPUT.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.MODE_NOPUT.html diff --git a/4.0.1/html/reference/mpi4py.MPI.MODE_NOSTORE.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.MODE_NOSTORE.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.MODE_NOSTORE.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.MODE_NOSTORE.html diff --git a/4.0.1/html/reference/mpi4py.MPI.MODE_NOSUCCEED.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.MODE_NOSUCCEED.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.MODE_NOSUCCEED.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.MODE_NOSUCCEED.html diff --git a/4.0.1/html/reference/mpi4py.MPI.MODE_RDONLY.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.MODE_RDONLY.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.MODE_RDONLY.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.MODE_RDONLY.html diff --git a/4.0.1/html/reference/mpi4py.MPI.MODE_RDWR.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.MODE_RDWR.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.MODE_RDWR.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.MODE_RDWR.html diff --git a/4.0.1/html/reference/mpi4py.MPI.MODE_SEQUENTIAL.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.MODE_SEQUENTIAL.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.MODE_SEQUENTIAL.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.MODE_SEQUENTIAL.html diff --git a/4.0.1/html/reference/mpi4py.MPI.MODE_UNIQUE_OPEN.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.MODE_UNIQUE_OPEN.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.MODE_UNIQUE_OPEN.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.MODE_UNIQUE_OPEN.html diff --git a/4.0.1/html/reference/mpi4py.MPI.MODE_WRONLY.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.MODE_WRONLY.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.MODE_WRONLY.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.MODE_WRONLY.html diff --git a/4.0.1/html/reference/mpi4py.MPI.Message.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.Message.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.Message.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.Message.html diff --git a/4.0.1/html/reference/mpi4py.MPI.NO_OP.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.NO_OP.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.NO_OP.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.NO_OP.html diff --git a/4.0.1/html/reference/mpi4py.MPI.OFFSET.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.OFFSET.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.OFFSET.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.OFFSET.html diff --git a/4.0.1/html/reference/mpi4py.MPI.OP_NULL.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.OP_NULL.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.OP_NULL.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.OP_NULL.html diff --git a/4.0.1/html/reference/mpi4py.MPI.ORDER_C.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.ORDER_C.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.ORDER_C.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.ORDER_C.html diff --git a/4.0.1/html/reference/mpi4py.MPI.ORDER_F.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.ORDER_F.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.ORDER_F.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.ORDER_F.html diff --git a/4.0.1/html/reference/mpi4py.MPI.ORDER_FORTRAN.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.ORDER_FORTRAN.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.ORDER_FORTRAN.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.ORDER_FORTRAN.html diff --git a/4.0.1/html/reference/mpi4py.MPI.Op.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.Op.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.Op.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.Op.html diff --git a/4.0.1/html/reference/mpi4py.MPI.Open_port.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.Open_port.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.Open_port.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.Open_port.html diff --git a/4.0.1/html/reference/mpi4py.MPI.PACKED.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.PACKED.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.PACKED.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.PACKED.html diff --git a/4.0.1/html/reference/mpi4py.MPI.PROC_NULL.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.PROC_NULL.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.PROC_NULL.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.PROC_NULL.html diff --git a/4.0.1/html/reference/mpi4py.MPI.PROD.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.PROD.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.PROD.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.PROD.html diff --git a/4.0.1/html/reference/mpi4py.MPI.Pcontrol.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.Pcontrol.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.Pcontrol.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.Pcontrol.html diff --git a/4.0.1/html/reference/mpi4py.MPI.Pickle.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.Pickle.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.Pickle.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.Pickle.html diff --git a/4.0.1/html/reference/mpi4py.MPI.Prequest.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.Prequest.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.Prequest.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.Prequest.html diff --git a/4.0.1/html/reference/mpi4py.MPI.Publish_name.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.Publish_name.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.Publish_name.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.Publish_name.html diff --git a/4.0.1/html/reference/mpi4py.MPI.Query_thread.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.Query_thread.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.Query_thread.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.Query_thread.html diff --git a/4.0.1/html/reference/mpi4py.MPI.REAL.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.REAL.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.REAL.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.REAL.html diff --git a/4.0.1/html/reference/mpi4py.MPI.REAL16.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.REAL16.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.REAL16.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.REAL16.html diff --git a/4.0.1/html/reference/mpi4py.MPI.REAL2.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.REAL2.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.REAL2.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.REAL2.html diff --git a/4.0.1/html/reference/mpi4py.MPI.REAL4.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.REAL4.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.REAL4.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.REAL4.html diff --git a/4.0.1/html/reference/mpi4py.MPI.REAL8.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.REAL8.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.REAL8.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.REAL8.html diff --git a/4.0.1/html/reference/mpi4py.MPI.REPLACE.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.REPLACE.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.REPLACE.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.REPLACE.html diff --git a/4.0.1/html/reference/mpi4py.MPI.REQUEST_NULL.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.REQUEST_NULL.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.REQUEST_NULL.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.REQUEST_NULL.html diff --git a/4.0.1/html/reference/mpi4py.MPI.ROOT.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.ROOT.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.ROOT.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.ROOT.html diff --git a/4.0.1/html/reference/mpi4py.MPI.Register_datarep.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.Register_datarep.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.Register_datarep.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.Register_datarep.html diff --git a/4.0.1/html/reference/mpi4py.MPI.Remove_error_class.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.Remove_error_class.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.Remove_error_class.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.Remove_error_class.html diff --git a/4.0.1/html/reference/mpi4py.MPI.Remove_error_code.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.Remove_error_code.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.Remove_error_code.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.Remove_error_code.html diff --git a/4.0.1/html/reference/mpi4py.MPI.Remove_error_string.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.Remove_error_string.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.Remove_error_string.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.Remove_error_string.html diff --git a/4.0.1/html/reference/mpi4py.MPI.Request.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.Request.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.Request.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.Request.html diff --git a/4.0.1/html/reference/mpi4py.MPI.SEEK_CUR.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.SEEK_CUR.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.SEEK_CUR.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.SEEK_CUR.html diff --git a/4.0.1/html/reference/mpi4py.MPI.SEEK_END.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.SEEK_END.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.SEEK_END.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.SEEK_END.html diff --git a/4.0.1/html/reference/mpi4py.MPI.SEEK_SET.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.SEEK_SET.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.SEEK_SET.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.SEEK_SET.html diff --git a/4.0.1/html/reference/mpi4py.MPI.SESSION_NULL.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.SESSION_NULL.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.SESSION_NULL.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.SESSION_NULL.html diff --git a/4.0.1/html/reference/mpi4py.MPI.SHORT.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.SHORT.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.SHORT.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.SHORT.html diff --git a/4.0.1/html/reference/mpi4py.MPI.SHORT_INT.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.SHORT_INT.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.SHORT_INT.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.SHORT_INT.html diff --git a/4.0.1/html/reference/mpi4py.MPI.SIGNED_CHAR.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.SIGNED_CHAR.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.SIGNED_CHAR.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.SIGNED_CHAR.html diff --git a/4.0.1/html/reference/mpi4py.MPI.SIGNED_INT.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.SIGNED_INT.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.SIGNED_INT.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.SIGNED_INT.html diff --git a/4.0.1/html/reference/mpi4py.MPI.SIGNED_LONG.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.SIGNED_LONG.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.SIGNED_LONG.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.SIGNED_LONG.html diff --git a/4.0.1/html/reference/mpi4py.MPI.SIGNED_LONG_LONG.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.SIGNED_LONG_LONG.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.SIGNED_LONG_LONG.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.SIGNED_LONG_LONG.html diff --git a/4.0.1/html/reference/mpi4py.MPI.SIGNED_SHORT.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.SIGNED_SHORT.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.SIGNED_SHORT.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.SIGNED_SHORT.html diff --git a/4.0.1/html/reference/mpi4py.MPI.SIMILAR.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.SIMILAR.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.SIMILAR.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.SIMILAR.html diff --git a/4.0.1/html/reference/mpi4py.MPI.SINT16_T.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.SINT16_T.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.SINT16_T.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.SINT16_T.html diff --git a/4.0.1/html/reference/mpi4py.MPI.SINT32_T.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.SINT32_T.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.SINT32_T.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.SINT32_T.html diff --git a/4.0.1/html/reference/mpi4py.MPI.SINT64_T.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.SINT64_T.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.SINT64_T.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.SINT64_T.html diff --git a/4.0.1/html/reference/mpi4py.MPI.SINT8_T.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.SINT8_T.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.SINT8_T.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.SINT8_T.html diff --git a/4.0.1/html/reference/mpi4py.MPI.SUBVERSION.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.SUBVERSION.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.SUBVERSION.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.SUBVERSION.html diff --git a/4.0.1/html/reference/mpi4py.MPI.SUCCESS.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.SUCCESS.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.SUCCESS.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.SUCCESS.html diff --git a/4.0.1/html/reference/mpi4py.MPI.SUM.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.SUM.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.SUM.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.SUM.html diff --git a/4.0.1/html/reference/mpi4py.MPI.Session.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.Session.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.Session.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.Session.html diff --git a/4.0.1/html/reference/mpi4py.MPI.Status.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.Status.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.Status.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.Status.html diff --git a/4.0.1/html/reference/mpi4py.MPI.TAG_UB.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.TAG_UB.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.TAG_UB.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.TAG_UB.html diff --git a/4.0.1/html/reference/mpi4py.MPI.THREAD_FUNNELED.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.THREAD_FUNNELED.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.THREAD_FUNNELED.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.THREAD_FUNNELED.html diff --git a/4.0.1/html/reference/mpi4py.MPI.THREAD_MULTIPLE.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.THREAD_MULTIPLE.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.THREAD_MULTIPLE.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.THREAD_MULTIPLE.html diff --git a/4.0.1/html/reference/mpi4py.MPI.THREAD_SERIALIZED.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.THREAD_SERIALIZED.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.THREAD_SERIALIZED.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.THREAD_SERIALIZED.html diff --git a/4.0.1/html/reference/mpi4py.MPI.THREAD_SINGLE.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.THREAD_SINGLE.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.THREAD_SINGLE.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.THREAD_SINGLE.html diff --git a/4.0.1/html/reference/mpi4py.MPI.TWOINT.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.TWOINT.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.TWOINT.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.TWOINT.html diff --git a/4.0.1/html/reference/mpi4py.MPI.TYPECLASS_COMPLEX.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.TYPECLASS_COMPLEX.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.TYPECLASS_COMPLEX.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.TYPECLASS_COMPLEX.html diff --git a/4.0.1/html/reference/mpi4py.MPI.TYPECLASS_INTEGER.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.TYPECLASS_INTEGER.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.TYPECLASS_INTEGER.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.TYPECLASS_INTEGER.html diff --git a/4.0.1/html/reference/mpi4py.MPI.TYPECLASS_REAL.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.TYPECLASS_REAL.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.TYPECLASS_REAL.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.TYPECLASS_REAL.html diff --git a/4.0.1/html/reference/mpi4py.MPI.Topocomm.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.Topocomm.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.Topocomm.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.Topocomm.html diff --git a/4.0.1/html/reference/mpi4py.MPI.UINT16_T.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.UINT16_T.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.UINT16_T.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.UINT16_T.html diff --git a/4.0.1/html/reference/mpi4py.MPI.UINT32_T.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.UINT32_T.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.UINT32_T.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.UINT32_T.html diff --git a/4.0.1/html/reference/mpi4py.MPI.UINT64_T.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.UINT64_T.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.UINT64_T.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.UINT64_T.html diff --git a/4.0.1/html/reference/mpi4py.MPI.UINT8_T.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.UINT8_T.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.UINT8_T.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.UINT8_T.html diff --git a/4.0.1/html/reference/mpi4py.MPI.UNDEFINED.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.UNDEFINED.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.UNDEFINED.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.UNDEFINED.html diff --git a/4.0.1/html/reference/mpi4py.MPI.UNEQUAL.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.UNEQUAL.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.UNEQUAL.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.UNEQUAL.html diff --git a/4.0.1/html/reference/mpi4py.MPI.UNIVERSE_SIZE.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.UNIVERSE_SIZE.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.UNIVERSE_SIZE.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.UNIVERSE_SIZE.html diff --git a/4.0.1/html/reference/mpi4py.MPI.UNSIGNED.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.UNSIGNED.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.UNSIGNED.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.UNSIGNED.html diff --git a/4.0.1/html/reference/mpi4py.MPI.UNSIGNED_CHAR.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.UNSIGNED_CHAR.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.UNSIGNED_CHAR.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.UNSIGNED_CHAR.html diff --git a/4.0.1/html/reference/mpi4py.MPI.UNSIGNED_INT.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.UNSIGNED_INT.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.UNSIGNED_INT.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.UNSIGNED_INT.html diff --git a/4.0.1/html/reference/mpi4py.MPI.UNSIGNED_LONG.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.UNSIGNED_LONG.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.UNSIGNED_LONG.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.UNSIGNED_LONG.html diff --git a/4.0.1/html/reference/mpi4py.MPI.UNSIGNED_LONG_LONG.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.UNSIGNED_LONG_LONG.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.UNSIGNED_LONG_LONG.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.UNSIGNED_LONG_LONG.html diff --git a/4.0.1/html/reference/mpi4py.MPI.UNSIGNED_SHORT.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.UNSIGNED_SHORT.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.UNSIGNED_SHORT.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.UNSIGNED_SHORT.html diff --git a/4.0.1/html/reference/mpi4py.MPI.UNWEIGHTED.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.UNWEIGHTED.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.UNWEIGHTED.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.UNWEIGHTED.html diff --git a/4.0.1/html/reference/mpi4py.MPI.Unpublish_name.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.Unpublish_name.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.Unpublish_name.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.Unpublish_name.html diff --git a/4.0.1/html/reference/mpi4py.MPI.VERSION.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.VERSION.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.VERSION.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.VERSION.html diff --git a/4.0.1/html/reference/mpi4py.MPI.WCHAR.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.WCHAR.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.WCHAR.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.WCHAR.html diff --git a/4.0.1/html/reference/mpi4py.MPI.WEIGHTS_EMPTY.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.WEIGHTS_EMPTY.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.WEIGHTS_EMPTY.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.WEIGHTS_EMPTY.html diff --git a/4.0.1/html/reference/mpi4py.MPI.WIN_BASE.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.WIN_BASE.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.WIN_BASE.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.WIN_BASE.html diff --git a/4.0.1/html/reference/mpi4py.MPI.WIN_CREATE_FLAVOR.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.WIN_CREATE_FLAVOR.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.WIN_CREATE_FLAVOR.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.WIN_CREATE_FLAVOR.html diff --git a/4.0.1/html/reference/mpi4py.MPI.WIN_DISP_UNIT.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.WIN_DISP_UNIT.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.WIN_DISP_UNIT.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.WIN_DISP_UNIT.html diff --git a/4.0.1/html/reference/mpi4py.MPI.WIN_FLAVOR.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.WIN_FLAVOR.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.WIN_FLAVOR.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.WIN_FLAVOR.html diff --git a/4.0.1/html/reference/mpi4py.MPI.WIN_FLAVOR_ALLOCATE.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.WIN_FLAVOR_ALLOCATE.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.WIN_FLAVOR_ALLOCATE.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.WIN_FLAVOR_ALLOCATE.html diff --git a/4.0.1/html/reference/mpi4py.MPI.WIN_FLAVOR_CREATE.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.WIN_FLAVOR_CREATE.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.WIN_FLAVOR_CREATE.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.WIN_FLAVOR_CREATE.html diff --git a/4.0.1/html/reference/mpi4py.MPI.WIN_FLAVOR_DYNAMIC.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.WIN_FLAVOR_DYNAMIC.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.WIN_FLAVOR_DYNAMIC.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.WIN_FLAVOR_DYNAMIC.html diff --git a/4.0.1/html/reference/mpi4py.MPI.WIN_FLAVOR_SHARED.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.WIN_FLAVOR_SHARED.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.WIN_FLAVOR_SHARED.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.WIN_FLAVOR_SHARED.html diff --git a/4.0.1/html/reference/mpi4py.MPI.WIN_MODEL.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.WIN_MODEL.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.WIN_MODEL.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.WIN_MODEL.html diff --git a/4.0.1/html/reference/mpi4py.MPI.WIN_NULL.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.WIN_NULL.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.WIN_NULL.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.WIN_NULL.html diff --git a/4.0.1/html/reference/mpi4py.MPI.WIN_SEPARATE.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.WIN_SEPARATE.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.WIN_SEPARATE.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.WIN_SEPARATE.html diff --git a/4.0.1/html/reference/mpi4py.MPI.WIN_SIZE.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.WIN_SIZE.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.WIN_SIZE.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.WIN_SIZE.html diff --git a/4.0.1/html/reference/mpi4py.MPI.WIN_UNIFIED.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.WIN_UNIFIED.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.WIN_UNIFIED.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.WIN_UNIFIED.html diff --git a/4.0.1/html/reference/mpi4py.MPI.WTIME_IS_GLOBAL.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.WTIME_IS_GLOBAL.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.WTIME_IS_GLOBAL.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.WTIME_IS_GLOBAL.html diff --git a/4.0.1/html/reference/mpi4py.MPI.Win.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.Win.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.Win.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.Win.html diff --git a/4.0.1/html/reference/mpi4py.MPI.Wtick.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.Wtick.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.Wtick.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.Wtick.html diff --git a/4.0.1/html/reference/mpi4py.MPI.Wtime.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.Wtime.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.Wtime.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.Wtime.html diff --git a/4.0.1/html/reference/mpi4py.MPI.buffer.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.buffer.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.buffer.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.buffer.html diff --git a/4.0.1/html/reference/mpi4py.MPI.get_vendor.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.get_vendor.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.get_vendor.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.get_vendor.html diff --git a/4.0.1/html/reference/mpi4py.MPI.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.html diff --git a/4.0.1/html/reference/mpi4py.MPI.memory.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.memory.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.memory.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.memory.html diff --git a/4.0.1/html/reference/mpi4py.MPI.pickle.html b/mpi4py/4.0.1/html/reference/mpi4py.MPI.pickle.html similarity index 100% rename from 4.0.1/html/reference/mpi4py.MPI.pickle.html rename to mpi4py/4.0.1/html/reference/mpi4py.MPI.pickle.html diff --git a/4.0.1/html/search.html b/mpi4py/4.0.1/html/search.html similarity index 100% rename from 4.0.1/html/search.html rename to mpi4py/4.0.1/html/search.html diff --git a/4.0.1/html/searchindex.js b/mpi4py/4.0.1/html/searchindex.js similarity index 100% rename from 4.0.1/html/searchindex.js rename to mpi4py/4.0.1/html/searchindex.js diff --git a/4.0.1/html/tutorial.html b/mpi4py/4.0.1/html/tutorial.html similarity index 100% rename from 4.0.1/html/tutorial.html rename to mpi4py/4.0.1/html/tutorial.html diff --git a/4.0.1/index.html b/mpi4py/4.0.1/index.html similarity index 100% rename from 4.0.1/index.html rename to mpi4py/4.0.1/index.html diff --git a/4.0.1/index.rst b/mpi4py/4.0.1/index.rst similarity index 100% rename from 4.0.1/index.rst rename to mpi4py/4.0.1/index.rst diff --git a/4.0.1/mpi4py.3 b/mpi4py/4.0.1/mpi4py.3 similarity index 100% rename from 4.0.1/mpi4py.3 rename to mpi4py/4.0.1/mpi4py.3 diff --git a/4.0.1/mpi4py.bib b/mpi4py/4.0.1/mpi4py.bib similarity index 100% rename from 4.0.1/mpi4py.bib rename to mpi4py/4.0.1/mpi4py.bib diff --git a/4.0.1/mpi4py.info b/mpi4py/4.0.1/mpi4py.info similarity index 100% rename from 4.0.1/mpi4py.info rename to mpi4py/4.0.1/mpi4py.info diff --git a/4.0.1/mpi4py.pdf b/mpi4py/4.0.1/mpi4py.pdf similarity index 100% rename from 4.0.1/mpi4py.pdf rename to mpi4py/4.0.1/mpi4py.pdf diff --git a/4.0.1/mpi4py.svg b/mpi4py/4.0.1/mpi4py.svg similarity index 100% rename from 4.0.1/mpi4py.svg rename to mpi4py/4.0.1/mpi4py.svg diff --git a/4.0.1/source/Makefile b/mpi4py/4.0.1/source/Makefile similarity index 100% rename from 4.0.1/source/Makefile rename to mpi4py/4.0.1/source/Makefile diff --git a/4.0.1/source/_templates/autosummary/class.rst b/mpi4py/4.0.1/source/_templates/autosummary/class.rst similarity index 100% rename from 4.0.1/source/_templates/autosummary/class.rst rename to mpi4py/4.0.1/source/_templates/autosummary/class.rst diff --git a/4.0.1/source/_templates/autosummary/module.rst b/mpi4py/4.0.1/source/_templates/autosummary/module.rst similarity index 100% rename from 4.0.1/source/_templates/autosummary/module.rst rename to mpi4py/4.0.1/source/_templates/autosummary/module.rst diff --git a/4.0.1/source/_templates/layout.html b/mpi4py/4.0.1/source/_templates/layout.html similarity index 100% rename from 4.0.1/source/_templates/layout.html rename to mpi4py/4.0.1/source/_templates/layout.html diff --git a/4.0.1/source/apidoc.py b/mpi4py/4.0.1/source/apidoc.py similarity index 100% rename from 4.0.1/source/apidoc.py rename to mpi4py/4.0.1/source/apidoc.py diff --git a/4.0.1/source/changes.rst b/mpi4py/4.0.1/source/changes.rst similarity index 100% rename from 4.0.1/source/changes.rst rename to mpi4py/4.0.1/source/changes.rst diff --git a/4.0.1/source/citation.rst b/mpi4py/4.0.1/source/citation.rst similarity index 100% rename from 4.0.1/source/citation.rst rename to mpi4py/4.0.1/source/citation.rst diff --git a/4.0.1/source/conf.py b/mpi4py/4.0.1/source/conf.py similarity index 100% rename from 4.0.1/source/conf.py rename to mpi4py/4.0.1/source/conf.py diff --git a/4.0.1/source/develop.rst b/mpi4py/4.0.1/source/develop.rst similarity index 100% rename from 4.0.1/source/develop.rst rename to mpi4py/4.0.1/source/develop.rst diff --git a/4.0.1/source/guidelines.rst b/mpi4py/4.0.1/source/guidelines.rst similarity index 100% rename from 4.0.1/source/guidelines.rst rename to mpi4py/4.0.1/source/guidelines.rst diff --git a/4.0.1/source/index.rst b/mpi4py/4.0.1/source/index.rst similarity index 100% rename from 4.0.1/source/index.rst rename to mpi4py/4.0.1/source/index.rst diff --git a/4.0.1/source/install.rst b/mpi4py/4.0.1/source/install.rst similarity index 100% rename from 4.0.1/source/install.rst rename to mpi4py/4.0.1/source/install.rst diff --git a/4.0.1/source/intro.rst b/mpi4py/4.0.1/source/intro.rst similarity index 100% rename from 4.0.1/source/intro.rst rename to mpi4py/4.0.1/source/intro.rst diff --git a/4.0.1/source/license.rst b/mpi4py/4.0.1/source/license.rst similarity index 100% rename from 4.0.1/source/license.rst rename to mpi4py/4.0.1/source/license.rst diff --git a/4.0.1/source/make.bat b/mpi4py/4.0.1/source/make.bat similarity index 100% rename from 4.0.1/source/make.bat rename to mpi4py/4.0.1/source/make.bat diff --git a/4.0.1/source/mpi4py.MPI.rst b/mpi4py/4.0.1/source/mpi4py.MPI.rst similarity index 100% rename from 4.0.1/source/mpi4py.MPI.rst rename to mpi4py/4.0.1/source/mpi4py.MPI.rst diff --git a/4.0.1/source/mpi4py.bench.rst b/mpi4py/4.0.1/source/mpi4py.bench.rst similarity index 100% rename from 4.0.1/source/mpi4py.bench.rst rename to mpi4py/4.0.1/source/mpi4py.bench.rst diff --git a/4.0.1/source/mpi4py.futures.rst b/mpi4py/4.0.1/source/mpi4py.futures.rst similarity index 100% rename from 4.0.1/source/mpi4py.futures.rst rename to mpi4py/4.0.1/source/mpi4py.futures.rst diff --git a/4.0.1/source/mpi4py.rst b/mpi4py/4.0.1/source/mpi4py.rst similarity index 100% rename from 4.0.1/source/mpi4py.rst rename to mpi4py/4.0.1/source/mpi4py.rst diff --git a/4.0.1/source/mpi4py.run.rst b/mpi4py/4.0.1/source/mpi4py.run.rst similarity index 100% rename from 4.0.1/source/mpi4py.run.rst rename to mpi4py/4.0.1/source/mpi4py.run.rst diff --git a/4.0.1/source/mpi4py.typing.rst b/mpi4py/4.0.1/source/mpi4py.typing.rst similarity index 100% rename from 4.0.1/source/mpi4py.typing.rst rename to mpi4py/4.0.1/source/mpi4py.typing.rst diff --git a/4.0.1/source/mpi4py.util.dtlib.rst b/mpi4py/4.0.1/source/mpi4py.util.dtlib.rst similarity index 100% rename from 4.0.1/source/mpi4py.util.dtlib.rst rename to mpi4py/4.0.1/source/mpi4py.util.dtlib.rst diff --git a/4.0.1/source/mpi4py.util.pkl5.rst b/mpi4py/4.0.1/source/mpi4py.util.pkl5.rst similarity index 100% rename from 4.0.1/source/mpi4py.util.pkl5.rst rename to mpi4py/4.0.1/source/mpi4py.util.pkl5.rst diff --git a/4.0.1/source/mpi4py.util.pool.rst b/mpi4py/4.0.1/source/mpi4py.util.pool.rst similarity index 100% rename from 4.0.1/source/mpi4py.util.pool.rst rename to mpi4py/4.0.1/source/mpi4py.util.pool.rst diff --git a/4.0.1/source/mpi4py.util.rst b/mpi4py/4.0.1/source/mpi4py.util.rst similarity index 100% rename from 4.0.1/source/mpi4py.util.rst rename to mpi4py/4.0.1/source/mpi4py.util.rst diff --git a/4.0.1/source/mpi4py.util.sync.rst b/mpi4py/4.0.1/source/mpi4py.util.sync.rst similarity index 100% rename from 4.0.1/source/mpi4py.util.sync.rst rename to mpi4py/4.0.1/source/mpi4py.util.sync.rst diff --git a/4.0.1/source/overview.rst b/mpi4py/4.0.1/source/overview.rst similarity index 100% rename from 4.0.1/source/overview.rst rename to mpi4py/4.0.1/source/overview.rst diff --git a/4.0.1/source/reference.rst b/mpi4py/4.0.1/source/reference.rst similarity index 100% rename from 4.0.1/source/reference.rst rename to mpi4py/4.0.1/source/reference.rst diff --git a/4.0.1/source/tutorial.rst b/mpi4py/4.0.1/source/tutorial.rst similarity index 100% rename from 4.0.1/source/tutorial.rst rename to mpi4py/4.0.1/source/tutorial.rst diff --git a/4.0.2/html/_static/basic.css b/mpi4py/4.0.2/html/_static/basic.css similarity index 100% rename from 4.0.2/html/_static/basic.css rename to mpi4py/4.0.2/html/_static/basic.css diff --git a/4.0.2/html/_static/check-solid.svg b/mpi4py/4.0.2/html/_static/check-solid.svg similarity index 100% rename from 4.0.2/html/_static/check-solid.svg rename to mpi4py/4.0.2/html/_static/check-solid.svg diff --git a/4.0.2/html/_static/classic.css b/mpi4py/4.0.2/html/_static/classic.css similarity index 100% rename from 4.0.2/html/_static/classic.css rename to mpi4py/4.0.2/html/_static/classic.css diff --git a/4.0.2/html/_static/clipboard.min.js b/mpi4py/4.0.2/html/_static/clipboard.min.js similarity index 100% rename from 4.0.2/html/_static/clipboard.min.js rename to mpi4py/4.0.2/html/_static/clipboard.min.js diff --git a/4.0.2/html/_static/copy-button.svg b/mpi4py/4.0.2/html/_static/copy-button.svg similarity index 100% rename from 4.0.2/html/_static/copy-button.svg rename to mpi4py/4.0.2/html/_static/copy-button.svg diff --git a/4.0.2/html/_static/copybutton.css b/mpi4py/4.0.2/html/_static/copybutton.css similarity index 100% rename from 4.0.2/html/_static/copybutton.css rename to mpi4py/4.0.2/html/_static/copybutton.css diff --git a/4.0.2/html/_static/copybutton.js b/mpi4py/4.0.2/html/_static/copybutton.js similarity index 100% rename from 4.0.2/html/_static/copybutton.js rename to mpi4py/4.0.2/html/_static/copybutton.js diff --git a/4.0.2/html/_static/copybutton_funcs.js b/mpi4py/4.0.2/html/_static/copybutton_funcs.js similarity index 100% rename from 4.0.2/html/_static/copybutton_funcs.js rename to mpi4py/4.0.2/html/_static/copybutton_funcs.js diff --git a/4.0.2/html/_static/default.css b/mpi4py/4.0.2/html/_static/default.css similarity index 100% rename from 4.0.2/html/_static/default.css rename to mpi4py/4.0.2/html/_static/default.css diff --git a/4.0.2/html/_static/doctools.js b/mpi4py/4.0.2/html/_static/doctools.js similarity index 100% rename from 4.0.2/html/_static/doctools.js rename to mpi4py/4.0.2/html/_static/doctools.js diff --git a/4.0.2/html/_static/documentation_options.js b/mpi4py/4.0.2/html/_static/documentation_options.js similarity index 100% rename from 4.0.2/html/_static/documentation_options.js rename to mpi4py/4.0.2/html/_static/documentation_options.js diff --git a/4.0.2/html/_static/file.png b/mpi4py/4.0.2/html/_static/file.png similarity index 100% rename from 4.0.2/html/_static/file.png rename to mpi4py/4.0.2/html/_static/file.png diff --git a/4.0.2/html/_static/language_data.js b/mpi4py/4.0.2/html/_static/language_data.js similarity index 100% rename from 4.0.2/html/_static/language_data.js rename to mpi4py/4.0.2/html/_static/language_data.js diff --git a/4.0.2/html/_static/minus.png b/mpi4py/4.0.2/html/_static/minus.png similarity index 100% rename from 4.0.2/html/_static/minus.png rename to mpi4py/4.0.2/html/_static/minus.png diff --git a/4.0.2/html/_static/mpi4py.svg b/mpi4py/4.0.2/html/_static/mpi4py.svg similarity index 100% rename from 4.0.2/html/_static/mpi4py.svg rename to mpi4py/4.0.2/html/_static/mpi4py.svg diff --git a/4.0.2/html/_static/plus.png b/mpi4py/4.0.2/html/_static/plus.png similarity index 100% rename from 4.0.2/html/_static/plus.png rename to mpi4py/4.0.2/html/_static/plus.png diff --git a/4.0.2/html/_static/pygments.css b/mpi4py/4.0.2/html/_static/pygments.css similarity index 100% rename from 4.0.2/html/_static/pygments.css rename to mpi4py/4.0.2/html/_static/pygments.css diff --git a/4.0.2/html/_static/searchtools.js b/mpi4py/4.0.2/html/_static/searchtools.js similarity index 100% rename from 4.0.2/html/_static/searchtools.js rename to mpi4py/4.0.2/html/_static/searchtools.js diff --git a/4.0.2/html/_static/sidebar.js b/mpi4py/4.0.2/html/_static/sidebar.js similarity index 100% rename from 4.0.2/html/_static/sidebar.js rename to mpi4py/4.0.2/html/_static/sidebar.js diff --git a/4.0.2/html/_static/sphinx_highlight.js b/mpi4py/4.0.2/html/_static/sphinx_highlight.js similarity index 100% rename from 4.0.2/html/_static/sphinx_highlight.js rename to mpi4py/4.0.2/html/_static/sphinx_highlight.js diff --git a/4.0.2/html/changes.html b/mpi4py/4.0.2/html/changes.html similarity index 100% rename from 4.0.2/html/changes.html rename to mpi4py/4.0.2/html/changes.html diff --git a/4.0.2/html/citation.html b/mpi4py/4.0.2/html/citation.html similarity index 100% rename from 4.0.2/html/citation.html rename to mpi4py/4.0.2/html/citation.html diff --git a/4.0.2/html/develop.html b/mpi4py/4.0.2/html/develop.html similarity index 100% rename from 4.0.2/html/develop.html rename to mpi4py/4.0.2/html/develop.html diff --git a/4.0.2/html/genindex.html b/mpi4py/4.0.2/html/genindex.html similarity index 100% rename from 4.0.2/html/genindex.html rename to mpi4py/4.0.2/html/genindex.html diff --git a/4.0.2/html/guidelines.html b/mpi4py/4.0.2/html/guidelines.html similarity index 100% rename from 4.0.2/html/guidelines.html rename to mpi4py/4.0.2/html/guidelines.html diff --git a/4.0.2/html/index.html b/mpi4py/4.0.2/html/index.html similarity index 100% rename from 4.0.2/html/index.html rename to mpi4py/4.0.2/html/index.html diff --git a/4.0.2/html/install.html b/mpi4py/4.0.2/html/install.html similarity index 100% rename from 4.0.2/html/install.html rename to mpi4py/4.0.2/html/install.html diff --git a/4.0.2/html/intro.html b/mpi4py/4.0.2/html/intro.html similarity index 100% rename from 4.0.2/html/intro.html rename to mpi4py/4.0.2/html/intro.html diff --git a/4.0.2/html/license.html b/mpi4py/4.0.2/html/license.html similarity index 100% rename from 4.0.2/html/license.html rename to mpi4py/4.0.2/html/license.html diff --git a/4.0.2/html/mpi4py.MPI.html b/mpi4py/4.0.2/html/mpi4py.MPI.html similarity index 100% rename from 4.0.2/html/mpi4py.MPI.html rename to mpi4py/4.0.2/html/mpi4py.MPI.html diff --git a/4.0.2/html/mpi4py.bench.html b/mpi4py/4.0.2/html/mpi4py.bench.html similarity index 100% rename from 4.0.2/html/mpi4py.bench.html rename to mpi4py/4.0.2/html/mpi4py.bench.html diff --git a/4.0.2/html/mpi4py.futures.html b/mpi4py/4.0.2/html/mpi4py.futures.html similarity index 100% rename from 4.0.2/html/mpi4py.futures.html rename to mpi4py/4.0.2/html/mpi4py.futures.html diff --git a/4.0.2/html/mpi4py.html b/mpi4py/4.0.2/html/mpi4py.html similarity index 100% rename from 4.0.2/html/mpi4py.html rename to mpi4py/4.0.2/html/mpi4py.html diff --git a/4.0.2/html/mpi4py.run.html b/mpi4py/4.0.2/html/mpi4py.run.html similarity index 100% rename from 4.0.2/html/mpi4py.run.html rename to mpi4py/4.0.2/html/mpi4py.run.html diff --git a/4.0.2/html/mpi4py.typing.html b/mpi4py/4.0.2/html/mpi4py.typing.html similarity index 100% rename from 4.0.2/html/mpi4py.typing.html rename to mpi4py/4.0.2/html/mpi4py.typing.html diff --git a/4.0.2/html/mpi4py.util.dtlib.html b/mpi4py/4.0.2/html/mpi4py.util.dtlib.html similarity index 100% rename from 4.0.2/html/mpi4py.util.dtlib.html rename to mpi4py/4.0.2/html/mpi4py.util.dtlib.html diff --git a/4.0.2/html/mpi4py.util.html b/mpi4py/4.0.2/html/mpi4py.util.html similarity index 100% rename from 4.0.2/html/mpi4py.util.html rename to mpi4py/4.0.2/html/mpi4py.util.html diff --git a/4.0.2/html/mpi4py.util.pkl5.html b/mpi4py/4.0.2/html/mpi4py.util.pkl5.html similarity index 100% rename from 4.0.2/html/mpi4py.util.pkl5.html rename to mpi4py/4.0.2/html/mpi4py.util.pkl5.html diff --git a/4.0.2/html/mpi4py.util.pool.html b/mpi4py/4.0.2/html/mpi4py.util.pool.html similarity index 100% rename from 4.0.2/html/mpi4py.util.pool.html rename to mpi4py/4.0.2/html/mpi4py.util.pool.html diff --git a/4.0.2/html/mpi4py.util.sync.html b/mpi4py/4.0.2/html/mpi4py.util.sync.html similarity index 100% rename from 4.0.2/html/mpi4py.util.sync.html rename to mpi4py/4.0.2/html/mpi4py.util.sync.html diff --git a/4.0.2/html/objects.inv b/mpi4py/4.0.2/html/objects.inv similarity index 100% rename from 4.0.2/html/objects.inv rename to mpi4py/4.0.2/html/objects.inv diff --git a/4.0.2/html/overview.html b/mpi4py/4.0.2/html/overview.html similarity index 100% rename from 4.0.2/html/overview.html rename to mpi4py/4.0.2/html/overview.html diff --git a/4.0.2/html/py-modindex.html b/mpi4py/4.0.2/html/py-modindex.html similarity index 100% rename from 4.0.2/html/py-modindex.html rename to mpi4py/4.0.2/html/py-modindex.html diff --git a/4.0.2/html/reference.html b/mpi4py/4.0.2/html/reference.html similarity index 100% rename from 4.0.2/html/reference.html rename to mpi4py/4.0.2/html/reference.html diff --git a/4.0.2/html/reference/mpi4py.MPI.AINT.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.AINT.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.AINT.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.AINT.html diff --git a/4.0.2/html/reference/mpi4py.MPI.ANY_SOURCE.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.ANY_SOURCE.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.ANY_SOURCE.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.ANY_SOURCE.html diff --git a/4.0.2/html/reference/mpi4py.MPI.ANY_TAG.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.ANY_TAG.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.ANY_TAG.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.ANY_TAG.html diff --git a/4.0.2/html/reference/mpi4py.MPI.APPNUM.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.APPNUM.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.APPNUM.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.APPNUM.html diff --git a/4.0.2/html/reference/mpi4py.MPI.Add_error_class.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.Add_error_class.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.Add_error_class.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.Add_error_class.html diff --git a/4.0.2/html/reference/mpi4py.MPI.Add_error_code.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.Add_error_code.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.Add_error_code.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.Add_error_code.html diff --git a/4.0.2/html/reference/mpi4py.MPI.Add_error_string.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.Add_error_string.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.Add_error_string.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.Add_error_string.html diff --git a/4.0.2/html/reference/mpi4py.MPI.Aint_add.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.Aint_add.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.Aint_add.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.Aint_add.html diff --git a/4.0.2/html/reference/mpi4py.MPI.Aint_diff.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.Aint_diff.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.Aint_diff.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.Aint_diff.html diff --git a/4.0.2/html/reference/mpi4py.MPI.Alloc_mem.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.Alloc_mem.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.Alloc_mem.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.Alloc_mem.html diff --git a/4.0.2/html/reference/mpi4py.MPI.Attach_buffer.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.Attach_buffer.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.Attach_buffer.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.Attach_buffer.html diff --git a/4.0.2/html/reference/mpi4py.MPI.BAND.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.BAND.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.BAND.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.BAND.html diff --git a/4.0.2/html/reference/mpi4py.MPI.BOOL.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.BOOL.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.BOOL.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.BOOL.html diff --git a/4.0.2/html/reference/mpi4py.MPI.BOR.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.BOR.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.BOR.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.BOR.html diff --git a/4.0.2/html/reference/mpi4py.MPI.BOTTOM.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.BOTTOM.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.BOTTOM.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.BOTTOM.html diff --git a/4.0.2/html/reference/mpi4py.MPI.BSEND_OVERHEAD.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.BSEND_OVERHEAD.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.BSEND_OVERHEAD.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.BSEND_OVERHEAD.html diff --git a/4.0.2/html/reference/mpi4py.MPI.BUFFER_AUTOMATIC.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.BUFFER_AUTOMATIC.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.BUFFER_AUTOMATIC.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.BUFFER_AUTOMATIC.html diff --git a/4.0.2/html/reference/mpi4py.MPI.BXOR.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.BXOR.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.BXOR.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.BXOR.html diff --git a/4.0.2/html/reference/mpi4py.MPI.BYTE.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.BYTE.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.BYTE.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.BYTE.html diff --git a/4.0.2/html/reference/mpi4py.MPI.BottomType.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.BottomType.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.BottomType.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.BottomType.html diff --git a/4.0.2/html/reference/mpi4py.MPI.BufferAutomaticType.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.BufferAutomaticType.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.BufferAutomaticType.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.BufferAutomaticType.html diff --git a/4.0.2/html/reference/mpi4py.MPI.CART.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.CART.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.CART.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.CART.html diff --git a/4.0.2/html/reference/mpi4py.MPI.CHAR.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.CHAR.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.CHAR.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.CHAR.html diff --git a/4.0.2/html/reference/mpi4py.MPI.CHARACTER.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.CHARACTER.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.CHARACTER.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.CHARACTER.html diff --git a/4.0.2/html/reference/mpi4py.MPI.COMBINER_CONTIGUOUS.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.COMBINER_CONTIGUOUS.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.COMBINER_CONTIGUOUS.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.COMBINER_CONTIGUOUS.html diff --git a/4.0.2/html/reference/mpi4py.MPI.COMBINER_DARRAY.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.COMBINER_DARRAY.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.COMBINER_DARRAY.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.COMBINER_DARRAY.html diff --git a/4.0.2/html/reference/mpi4py.MPI.COMBINER_DUP.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.COMBINER_DUP.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.COMBINER_DUP.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.COMBINER_DUP.html diff --git a/4.0.2/html/reference/mpi4py.MPI.COMBINER_F90_COMPLEX.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.COMBINER_F90_COMPLEX.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.COMBINER_F90_COMPLEX.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.COMBINER_F90_COMPLEX.html diff --git a/4.0.2/html/reference/mpi4py.MPI.COMBINER_F90_INTEGER.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.COMBINER_F90_INTEGER.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.COMBINER_F90_INTEGER.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.COMBINER_F90_INTEGER.html diff --git a/4.0.2/html/reference/mpi4py.MPI.COMBINER_F90_REAL.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.COMBINER_F90_REAL.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.COMBINER_F90_REAL.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.COMBINER_F90_REAL.html diff --git a/4.0.2/html/reference/mpi4py.MPI.COMBINER_HINDEXED.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.COMBINER_HINDEXED.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.COMBINER_HINDEXED.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.COMBINER_HINDEXED.html diff --git a/4.0.2/html/reference/mpi4py.MPI.COMBINER_HINDEXED_BLOCK.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.COMBINER_HINDEXED_BLOCK.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.COMBINER_HINDEXED_BLOCK.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.COMBINER_HINDEXED_BLOCK.html diff --git a/4.0.2/html/reference/mpi4py.MPI.COMBINER_HVECTOR.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.COMBINER_HVECTOR.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.COMBINER_HVECTOR.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.COMBINER_HVECTOR.html diff --git a/4.0.2/html/reference/mpi4py.MPI.COMBINER_INDEXED.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.COMBINER_INDEXED.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.COMBINER_INDEXED.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.COMBINER_INDEXED.html diff --git a/4.0.2/html/reference/mpi4py.MPI.COMBINER_INDEXED_BLOCK.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.COMBINER_INDEXED_BLOCK.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.COMBINER_INDEXED_BLOCK.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.COMBINER_INDEXED_BLOCK.html diff --git a/4.0.2/html/reference/mpi4py.MPI.COMBINER_NAMED.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.COMBINER_NAMED.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.COMBINER_NAMED.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.COMBINER_NAMED.html diff --git a/4.0.2/html/reference/mpi4py.MPI.COMBINER_RESIZED.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.COMBINER_RESIZED.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.COMBINER_RESIZED.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.COMBINER_RESIZED.html diff --git a/4.0.2/html/reference/mpi4py.MPI.COMBINER_STRUCT.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.COMBINER_STRUCT.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.COMBINER_STRUCT.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.COMBINER_STRUCT.html diff --git a/4.0.2/html/reference/mpi4py.MPI.COMBINER_SUBARRAY.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.COMBINER_SUBARRAY.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.COMBINER_SUBARRAY.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.COMBINER_SUBARRAY.html diff --git a/4.0.2/html/reference/mpi4py.MPI.COMBINER_VALUE_INDEX.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.COMBINER_VALUE_INDEX.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.COMBINER_VALUE_INDEX.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.COMBINER_VALUE_INDEX.html diff --git a/4.0.2/html/reference/mpi4py.MPI.COMBINER_VECTOR.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.COMBINER_VECTOR.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.COMBINER_VECTOR.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.COMBINER_VECTOR.html diff --git a/4.0.2/html/reference/mpi4py.MPI.COMM_NULL.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.COMM_NULL.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.COMM_NULL.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.COMM_NULL.html diff --git a/4.0.2/html/reference/mpi4py.MPI.COMM_SELF.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.COMM_SELF.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.COMM_SELF.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.COMM_SELF.html diff --git a/4.0.2/html/reference/mpi4py.MPI.COMM_TYPE_HW_GUIDED.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.COMM_TYPE_HW_GUIDED.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.COMM_TYPE_HW_GUIDED.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.COMM_TYPE_HW_GUIDED.html diff --git a/4.0.2/html/reference/mpi4py.MPI.COMM_TYPE_HW_UNGUIDED.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.COMM_TYPE_HW_UNGUIDED.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.COMM_TYPE_HW_UNGUIDED.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.COMM_TYPE_HW_UNGUIDED.html diff --git a/4.0.2/html/reference/mpi4py.MPI.COMM_TYPE_RESOURCE_GUIDED.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.COMM_TYPE_RESOURCE_GUIDED.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.COMM_TYPE_RESOURCE_GUIDED.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.COMM_TYPE_RESOURCE_GUIDED.html diff --git a/4.0.2/html/reference/mpi4py.MPI.COMM_TYPE_SHARED.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.COMM_TYPE_SHARED.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.COMM_TYPE_SHARED.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.COMM_TYPE_SHARED.html diff --git a/4.0.2/html/reference/mpi4py.MPI.COMM_WORLD.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.COMM_WORLD.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.COMM_WORLD.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.COMM_WORLD.html diff --git a/4.0.2/html/reference/mpi4py.MPI.COMPLEX.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.COMPLEX.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.COMPLEX.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.COMPLEX.html diff --git a/4.0.2/html/reference/mpi4py.MPI.COMPLEX16.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.COMPLEX16.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.COMPLEX16.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.COMPLEX16.html diff --git a/4.0.2/html/reference/mpi4py.MPI.COMPLEX32.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.COMPLEX32.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.COMPLEX32.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.COMPLEX32.html diff --git a/4.0.2/html/reference/mpi4py.MPI.COMPLEX4.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.COMPLEX4.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.COMPLEX4.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.COMPLEX4.html diff --git a/4.0.2/html/reference/mpi4py.MPI.COMPLEX8.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.COMPLEX8.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.COMPLEX8.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.COMPLEX8.html diff --git a/4.0.2/html/reference/mpi4py.MPI.CONGRUENT.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.CONGRUENT.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.CONGRUENT.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.CONGRUENT.html diff --git a/4.0.2/html/reference/mpi4py.MPI.COUNT.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.COUNT.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.COUNT.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.COUNT.html diff --git a/4.0.2/html/reference/mpi4py.MPI.CXX_BOOL.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.CXX_BOOL.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.CXX_BOOL.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.CXX_BOOL.html diff --git a/4.0.2/html/reference/mpi4py.MPI.CXX_DOUBLE_COMPLEX.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.CXX_DOUBLE_COMPLEX.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.CXX_DOUBLE_COMPLEX.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.CXX_DOUBLE_COMPLEX.html diff --git a/4.0.2/html/reference/mpi4py.MPI.CXX_FLOAT_COMPLEX.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.CXX_FLOAT_COMPLEX.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.CXX_FLOAT_COMPLEX.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.CXX_FLOAT_COMPLEX.html diff --git a/4.0.2/html/reference/mpi4py.MPI.CXX_LONG_DOUBLE_COMPLEX.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.CXX_LONG_DOUBLE_COMPLEX.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.CXX_LONG_DOUBLE_COMPLEX.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.CXX_LONG_DOUBLE_COMPLEX.html diff --git a/4.0.2/html/reference/mpi4py.MPI.C_BOOL.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.C_BOOL.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.C_BOOL.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.C_BOOL.html diff --git a/4.0.2/html/reference/mpi4py.MPI.C_COMPLEX.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.C_COMPLEX.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.C_COMPLEX.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.C_COMPLEX.html diff --git a/4.0.2/html/reference/mpi4py.MPI.C_DOUBLE_COMPLEX.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.C_DOUBLE_COMPLEX.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.C_DOUBLE_COMPLEX.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.C_DOUBLE_COMPLEX.html diff --git a/4.0.2/html/reference/mpi4py.MPI.C_FLOAT_COMPLEX.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.C_FLOAT_COMPLEX.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.C_FLOAT_COMPLEX.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.C_FLOAT_COMPLEX.html diff --git a/4.0.2/html/reference/mpi4py.MPI.C_LONG_DOUBLE_COMPLEX.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.C_LONG_DOUBLE_COMPLEX.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.C_LONG_DOUBLE_COMPLEX.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.C_LONG_DOUBLE_COMPLEX.html diff --git a/4.0.2/html/reference/mpi4py.MPI.Cartcomm.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.Cartcomm.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.Cartcomm.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.Cartcomm.html diff --git a/4.0.2/html/reference/mpi4py.MPI.Close_port.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.Close_port.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.Close_port.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.Close_port.html diff --git a/4.0.2/html/reference/mpi4py.MPI.Comm.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.Comm.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.Comm.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.Comm.html diff --git a/4.0.2/html/reference/mpi4py.MPI.Compute_dims.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.Compute_dims.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.Compute_dims.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.Compute_dims.html diff --git a/4.0.2/html/reference/mpi4py.MPI.DATATYPE_NULL.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.DATATYPE_NULL.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.DATATYPE_NULL.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.DATATYPE_NULL.html diff --git a/4.0.2/html/reference/mpi4py.MPI.DISPLACEMENT_CURRENT.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.DISPLACEMENT_CURRENT.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.DISPLACEMENT_CURRENT.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.DISPLACEMENT_CURRENT.html diff --git a/4.0.2/html/reference/mpi4py.MPI.DISP_CUR.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.DISP_CUR.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.DISP_CUR.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.DISP_CUR.html diff --git a/4.0.2/html/reference/mpi4py.MPI.DISTRIBUTE_BLOCK.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.DISTRIBUTE_BLOCK.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.DISTRIBUTE_BLOCK.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.DISTRIBUTE_BLOCK.html diff --git a/4.0.2/html/reference/mpi4py.MPI.DISTRIBUTE_CYCLIC.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.DISTRIBUTE_CYCLIC.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.DISTRIBUTE_CYCLIC.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.DISTRIBUTE_CYCLIC.html diff --git a/4.0.2/html/reference/mpi4py.MPI.DISTRIBUTE_DFLT_DARG.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.DISTRIBUTE_DFLT_DARG.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.DISTRIBUTE_DFLT_DARG.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.DISTRIBUTE_DFLT_DARG.html diff --git a/4.0.2/html/reference/mpi4py.MPI.DISTRIBUTE_NONE.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.DISTRIBUTE_NONE.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.DISTRIBUTE_NONE.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.DISTRIBUTE_NONE.html diff --git a/4.0.2/html/reference/mpi4py.MPI.DIST_GRAPH.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.DIST_GRAPH.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.DIST_GRAPH.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.DIST_GRAPH.html diff --git a/4.0.2/html/reference/mpi4py.MPI.DOUBLE.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.DOUBLE.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.DOUBLE.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.DOUBLE.html diff --git a/4.0.2/html/reference/mpi4py.MPI.DOUBLE_COMPLEX.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.DOUBLE_COMPLEX.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.DOUBLE_COMPLEX.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.DOUBLE_COMPLEX.html diff --git a/4.0.2/html/reference/mpi4py.MPI.DOUBLE_INT.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.DOUBLE_INT.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.DOUBLE_INT.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.DOUBLE_INT.html diff --git a/4.0.2/html/reference/mpi4py.MPI.DOUBLE_PRECISION.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.DOUBLE_PRECISION.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.DOUBLE_PRECISION.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.DOUBLE_PRECISION.html diff --git a/4.0.2/html/reference/mpi4py.MPI.Datatype.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.Datatype.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.Datatype.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.Datatype.html diff --git a/4.0.2/html/reference/mpi4py.MPI.Detach_buffer.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.Detach_buffer.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.Detach_buffer.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.Detach_buffer.html diff --git a/4.0.2/html/reference/mpi4py.MPI.Distgraphcomm.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.Distgraphcomm.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.Distgraphcomm.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.Distgraphcomm.html diff --git a/4.0.2/html/reference/mpi4py.MPI.ERRHANDLER_NULL.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.ERRHANDLER_NULL.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.ERRHANDLER_NULL.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.ERRHANDLER_NULL.html diff --git a/4.0.2/html/reference/mpi4py.MPI.ERRORS_ABORT.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.ERRORS_ABORT.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.ERRORS_ABORT.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.ERRORS_ABORT.html diff --git a/4.0.2/html/reference/mpi4py.MPI.ERRORS_ARE_FATAL.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.ERRORS_ARE_FATAL.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.ERRORS_ARE_FATAL.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.ERRORS_ARE_FATAL.html diff --git a/4.0.2/html/reference/mpi4py.MPI.ERRORS_RETURN.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.ERRORS_RETURN.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.ERRORS_RETURN.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.ERRORS_RETURN.html diff --git a/4.0.2/html/reference/mpi4py.MPI.ERR_ACCESS.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_ACCESS.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.ERR_ACCESS.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_ACCESS.html diff --git a/4.0.2/html/reference/mpi4py.MPI.ERR_AMODE.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_AMODE.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.ERR_AMODE.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_AMODE.html diff --git a/4.0.2/html/reference/mpi4py.MPI.ERR_ARG.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_ARG.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.ERR_ARG.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_ARG.html diff --git a/4.0.2/html/reference/mpi4py.MPI.ERR_ASSERT.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_ASSERT.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.ERR_ASSERT.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_ASSERT.html diff --git a/4.0.2/html/reference/mpi4py.MPI.ERR_BAD_FILE.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_BAD_FILE.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.ERR_BAD_FILE.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_BAD_FILE.html diff --git a/4.0.2/html/reference/mpi4py.MPI.ERR_BASE.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_BASE.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.ERR_BASE.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_BASE.html diff --git a/4.0.2/html/reference/mpi4py.MPI.ERR_BUFFER.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_BUFFER.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.ERR_BUFFER.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_BUFFER.html diff --git a/4.0.2/html/reference/mpi4py.MPI.ERR_COMM.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_COMM.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.ERR_COMM.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_COMM.html diff --git a/4.0.2/html/reference/mpi4py.MPI.ERR_CONVERSION.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_CONVERSION.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.ERR_CONVERSION.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_CONVERSION.html diff --git a/4.0.2/html/reference/mpi4py.MPI.ERR_COUNT.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_COUNT.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.ERR_COUNT.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_COUNT.html diff --git a/4.0.2/html/reference/mpi4py.MPI.ERR_DIMS.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_DIMS.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.ERR_DIMS.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_DIMS.html diff --git a/4.0.2/html/reference/mpi4py.MPI.ERR_DISP.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_DISP.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.ERR_DISP.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_DISP.html diff --git a/4.0.2/html/reference/mpi4py.MPI.ERR_DUP_DATAREP.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_DUP_DATAREP.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.ERR_DUP_DATAREP.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_DUP_DATAREP.html diff --git a/4.0.2/html/reference/mpi4py.MPI.ERR_ERRHANDLER.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_ERRHANDLER.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.ERR_ERRHANDLER.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_ERRHANDLER.html diff --git a/4.0.2/html/reference/mpi4py.MPI.ERR_FILE.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_FILE.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.ERR_FILE.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_FILE.html diff --git a/4.0.2/html/reference/mpi4py.MPI.ERR_FILE_EXISTS.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_FILE_EXISTS.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.ERR_FILE_EXISTS.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_FILE_EXISTS.html diff --git a/4.0.2/html/reference/mpi4py.MPI.ERR_FILE_IN_USE.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_FILE_IN_USE.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.ERR_FILE_IN_USE.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_FILE_IN_USE.html diff --git a/4.0.2/html/reference/mpi4py.MPI.ERR_GROUP.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_GROUP.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.ERR_GROUP.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_GROUP.html diff --git a/4.0.2/html/reference/mpi4py.MPI.ERR_INFO.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_INFO.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.ERR_INFO.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_INFO.html diff --git a/4.0.2/html/reference/mpi4py.MPI.ERR_INFO_KEY.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_INFO_KEY.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.ERR_INFO_KEY.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_INFO_KEY.html diff --git a/4.0.2/html/reference/mpi4py.MPI.ERR_INFO_NOKEY.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_INFO_NOKEY.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.ERR_INFO_NOKEY.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_INFO_NOKEY.html diff --git a/4.0.2/html/reference/mpi4py.MPI.ERR_INFO_VALUE.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_INFO_VALUE.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.ERR_INFO_VALUE.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_INFO_VALUE.html diff --git a/4.0.2/html/reference/mpi4py.MPI.ERR_INTERN.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_INTERN.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.ERR_INTERN.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_INTERN.html diff --git a/4.0.2/html/reference/mpi4py.MPI.ERR_IN_STATUS.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_IN_STATUS.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.ERR_IN_STATUS.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_IN_STATUS.html diff --git a/4.0.2/html/reference/mpi4py.MPI.ERR_IO.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_IO.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.ERR_IO.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_IO.html diff --git a/4.0.2/html/reference/mpi4py.MPI.ERR_KEYVAL.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_KEYVAL.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.ERR_KEYVAL.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_KEYVAL.html diff --git a/4.0.2/html/reference/mpi4py.MPI.ERR_LASTCODE.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_LASTCODE.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.ERR_LASTCODE.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_LASTCODE.html diff --git a/4.0.2/html/reference/mpi4py.MPI.ERR_LOCKTYPE.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_LOCKTYPE.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.ERR_LOCKTYPE.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_LOCKTYPE.html diff --git a/4.0.2/html/reference/mpi4py.MPI.ERR_NAME.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_NAME.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.ERR_NAME.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_NAME.html diff --git a/4.0.2/html/reference/mpi4py.MPI.ERR_NOT_SAME.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_NOT_SAME.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.ERR_NOT_SAME.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_NOT_SAME.html diff --git a/4.0.2/html/reference/mpi4py.MPI.ERR_NO_MEM.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_NO_MEM.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.ERR_NO_MEM.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_NO_MEM.html diff --git a/4.0.2/html/reference/mpi4py.MPI.ERR_NO_SPACE.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_NO_SPACE.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.ERR_NO_SPACE.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_NO_SPACE.html diff --git a/4.0.2/html/reference/mpi4py.MPI.ERR_NO_SUCH_FILE.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_NO_SUCH_FILE.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.ERR_NO_SUCH_FILE.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_NO_SUCH_FILE.html diff --git a/4.0.2/html/reference/mpi4py.MPI.ERR_OP.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_OP.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.ERR_OP.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_OP.html diff --git a/4.0.2/html/reference/mpi4py.MPI.ERR_OTHER.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_OTHER.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.ERR_OTHER.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_OTHER.html diff --git a/4.0.2/html/reference/mpi4py.MPI.ERR_PENDING.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_PENDING.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.ERR_PENDING.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_PENDING.html diff --git a/4.0.2/html/reference/mpi4py.MPI.ERR_PORT.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_PORT.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.ERR_PORT.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_PORT.html diff --git a/4.0.2/html/reference/mpi4py.MPI.ERR_PROC_ABORTED.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_PROC_ABORTED.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.ERR_PROC_ABORTED.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_PROC_ABORTED.html diff --git a/4.0.2/html/reference/mpi4py.MPI.ERR_PROC_FAILED.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_PROC_FAILED.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.ERR_PROC_FAILED.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_PROC_FAILED.html diff --git a/4.0.2/html/reference/mpi4py.MPI.ERR_PROC_FAILED_PENDING.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_PROC_FAILED_PENDING.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.ERR_PROC_FAILED_PENDING.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_PROC_FAILED_PENDING.html diff --git a/4.0.2/html/reference/mpi4py.MPI.ERR_QUOTA.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_QUOTA.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.ERR_QUOTA.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_QUOTA.html diff --git a/4.0.2/html/reference/mpi4py.MPI.ERR_RANK.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_RANK.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.ERR_RANK.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_RANK.html diff --git a/4.0.2/html/reference/mpi4py.MPI.ERR_READ_ONLY.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_READ_ONLY.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.ERR_READ_ONLY.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_READ_ONLY.html diff --git a/4.0.2/html/reference/mpi4py.MPI.ERR_REQUEST.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_REQUEST.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.ERR_REQUEST.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_REQUEST.html diff --git a/4.0.2/html/reference/mpi4py.MPI.ERR_REVOKED.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_REVOKED.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.ERR_REVOKED.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_REVOKED.html diff --git a/4.0.2/html/reference/mpi4py.MPI.ERR_RMA_ATTACH.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_RMA_ATTACH.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.ERR_RMA_ATTACH.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_RMA_ATTACH.html diff --git a/4.0.2/html/reference/mpi4py.MPI.ERR_RMA_CONFLICT.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_RMA_CONFLICT.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.ERR_RMA_CONFLICT.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_RMA_CONFLICT.html diff --git a/4.0.2/html/reference/mpi4py.MPI.ERR_RMA_FLAVOR.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_RMA_FLAVOR.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.ERR_RMA_FLAVOR.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_RMA_FLAVOR.html diff --git a/4.0.2/html/reference/mpi4py.MPI.ERR_RMA_RANGE.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_RMA_RANGE.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.ERR_RMA_RANGE.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_RMA_RANGE.html diff --git a/4.0.2/html/reference/mpi4py.MPI.ERR_RMA_SHARED.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_RMA_SHARED.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.ERR_RMA_SHARED.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_RMA_SHARED.html diff --git a/4.0.2/html/reference/mpi4py.MPI.ERR_RMA_SYNC.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_RMA_SYNC.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.ERR_RMA_SYNC.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_RMA_SYNC.html diff --git a/4.0.2/html/reference/mpi4py.MPI.ERR_ROOT.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_ROOT.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.ERR_ROOT.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_ROOT.html diff --git a/4.0.2/html/reference/mpi4py.MPI.ERR_SERVICE.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_SERVICE.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.ERR_SERVICE.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_SERVICE.html diff --git a/4.0.2/html/reference/mpi4py.MPI.ERR_SESSION.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_SESSION.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.ERR_SESSION.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_SESSION.html diff --git a/4.0.2/html/reference/mpi4py.MPI.ERR_SIZE.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_SIZE.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.ERR_SIZE.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_SIZE.html diff --git a/4.0.2/html/reference/mpi4py.MPI.ERR_SPAWN.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_SPAWN.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.ERR_SPAWN.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_SPAWN.html diff --git a/4.0.2/html/reference/mpi4py.MPI.ERR_TAG.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_TAG.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.ERR_TAG.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_TAG.html diff --git a/4.0.2/html/reference/mpi4py.MPI.ERR_TOPOLOGY.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_TOPOLOGY.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.ERR_TOPOLOGY.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_TOPOLOGY.html diff --git a/4.0.2/html/reference/mpi4py.MPI.ERR_TRUNCATE.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_TRUNCATE.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.ERR_TRUNCATE.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_TRUNCATE.html diff --git a/4.0.2/html/reference/mpi4py.MPI.ERR_TYPE.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_TYPE.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.ERR_TYPE.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_TYPE.html diff --git a/4.0.2/html/reference/mpi4py.MPI.ERR_UNKNOWN.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_UNKNOWN.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.ERR_UNKNOWN.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_UNKNOWN.html diff --git a/4.0.2/html/reference/mpi4py.MPI.ERR_UNSUPPORTED_DATAREP.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_UNSUPPORTED_DATAREP.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.ERR_UNSUPPORTED_DATAREP.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_UNSUPPORTED_DATAREP.html diff --git a/4.0.2/html/reference/mpi4py.MPI.ERR_UNSUPPORTED_OPERATION.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_UNSUPPORTED_OPERATION.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.ERR_UNSUPPORTED_OPERATION.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_UNSUPPORTED_OPERATION.html diff --git a/4.0.2/html/reference/mpi4py.MPI.ERR_VALUE_TOO_LARGE.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_VALUE_TOO_LARGE.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.ERR_VALUE_TOO_LARGE.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_VALUE_TOO_LARGE.html diff --git a/4.0.2/html/reference/mpi4py.MPI.ERR_WIN.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_WIN.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.ERR_WIN.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.ERR_WIN.html diff --git a/4.0.2/html/reference/mpi4py.MPI.Errhandler.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.Errhandler.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.Errhandler.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.Errhandler.html diff --git a/4.0.2/html/reference/mpi4py.MPI.Exception.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.Exception.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.Exception.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.Exception.html diff --git a/4.0.2/html/reference/mpi4py.MPI.FILE_NULL.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.FILE_NULL.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.FILE_NULL.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.FILE_NULL.html diff --git a/4.0.2/html/reference/mpi4py.MPI.FLOAT.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.FLOAT.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.FLOAT.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.FLOAT.html diff --git a/4.0.2/html/reference/mpi4py.MPI.FLOAT_INT.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.FLOAT_INT.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.FLOAT_INT.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.FLOAT_INT.html diff --git a/4.0.2/html/reference/mpi4py.MPI.F_BOOL.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.F_BOOL.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.F_BOOL.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.F_BOOL.html diff --git a/4.0.2/html/reference/mpi4py.MPI.F_COMPLEX.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.F_COMPLEX.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.F_COMPLEX.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.F_COMPLEX.html diff --git a/4.0.2/html/reference/mpi4py.MPI.F_DOUBLE.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.F_DOUBLE.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.F_DOUBLE.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.F_DOUBLE.html diff --git a/4.0.2/html/reference/mpi4py.MPI.F_DOUBLE_COMPLEX.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.F_DOUBLE_COMPLEX.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.F_DOUBLE_COMPLEX.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.F_DOUBLE_COMPLEX.html diff --git a/4.0.2/html/reference/mpi4py.MPI.F_ERROR.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.F_ERROR.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.F_ERROR.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.F_ERROR.html diff --git a/4.0.2/html/reference/mpi4py.MPI.F_FLOAT.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.F_FLOAT.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.F_FLOAT.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.F_FLOAT.html diff --git a/4.0.2/html/reference/mpi4py.MPI.F_FLOAT_COMPLEX.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.F_FLOAT_COMPLEX.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.F_FLOAT_COMPLEX.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.F_FLOAT_COMPLEX.html diff --git a/4.0.2/html/reference/mpi4py.MPI.F_INT.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.F_INT.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.F_INT.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.F_INT.html diff --git a/4.0.2/html/reference/mpi4py.MPI.F_SOURCE.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.F_SOURCE.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.F_SOURCE.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.F_SOURCE.html diff --git a/4.0.2/html/reference/mpi4py.MPI.F_STATUS_SIZE.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.F_STATUS_SIZE.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.F_STATUS_SIZE.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.F_STATUS_SIZE.html diff --git a/4.0.2/html/reference/mpi4py.MPI.F_TAG.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.F_TAG.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.F_TAG.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.F_TAG.html diff --git a/4.0.2/html/reference/mpi4py.MPI.File.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.File.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.File.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.File.html diff --git a/4.0.2/html/reference/mpi4py.MPI.Finalize.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.Finalize.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.Finalize.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.Finalize.html diff --git a/4.0.2/html/reference/mpi4py.MPI.Flush_buffer.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.Flush_buffer.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.Flush_buffer.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.Flush_buffer.html diff --git a/4.0.2/html/reference/mpi4py.MPI.Free_mem.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.Free_mem.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.Free_mem.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.Free_mem.html diff --git a/4.0.2/html/reference/mpi4py.MPI.GRAPH.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.GRAPH.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.GRAPH.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.GRAPH.html diff --git a/4.0.2/html/reference/mpi4py.MPI.GROUP_EMPTY.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.GROUP_EMPTY.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.GROUP_EMPTY.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.GROUP_EMPTY.html diff --git a/4.0.2/html/reference/mpi4py.MPI.GROUP_NULL.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.GROUP_NULL.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.GROUP_NULL.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.GROUP_NULL.html diff --git a/4.0.2/html/reference/mpi4py.MPI.Get_address.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.Get_address.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.Get_address.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.Get_address.html diff --git a/4.0.2/html/reference/mpi4py.MPI.Get_error_class.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.Get_error_class.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.Get_error_class.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.Get_error_class.html diff --git a/4.0.2/html/reference/mpi4py.MPI.Get_error_string.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.Get_error_string.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.Get_error_string.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.Get_error_string.html diff --git a/4.0.2/html/reference/mpi4py.MPI.Get_hw_resource_info.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.Get_hw_resource_info.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.Get_hw_resource_info.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.Get_hw_resource_info.html diff --git a/4.0.2/html/reference/mpi4py.MPI.Get_library_version.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.Get_library_version.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.Get_library_version.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.Get_library_version.html diff --git a/4.0.2/html/reference/mpi4py.MPI.Get_processor_name.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.Get_processor_name.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.Get_processor_name.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.Get_processor_name.html diff --git a/4.0.2/html/reference/mpi4py.MPI.Get_version.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.Get_version.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.Get_version.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.Get_version.html diff --git a/4.0.2/html/reference/mpi4py.MPI.Graphcomm.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.Graphcomm.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.Graphcomm.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.Graphcomm.html diff --git a/4.0.2/html/reference/mpi4py.MPI.Grequest.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.Grequest.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.Grequest.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.Grequest.html diff --git a/4.0.2/html/reference/mpi4py.MPI.Group.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.Group.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.Group.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.Group.html diff --git a/4.0.2/html/reference/mpi4py.MPI.IDENT.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.IDENT.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.IDENT.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.IDENT.html diff --git a/4.0.2/html/reference/mpi4py.MPI.INFO_ENV.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.INFO_ENV.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.INFO_ENV.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.INFO_ENV.html diff --git a/4.0.2/html/reference/mpi4py.MPI.INFO_NULL.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.INFO_NULL.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.INFO_NULL.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.INFO_NULL.html diff --git a/4.0.2/html/reference/mpi4py.MPI.INT.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.INT.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.INT.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.INT.html diff --git a/4.0.2/html/reference/mpi4py.MPI.INT16_T.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.INT16_T.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.INT16_T.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.INT16_T.html diff --git a/4.0.2/html/reference/mpi4py.MPI.INT32_T.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.INT32_T.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.INT32_T.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.INT32_T.html diff --git a/4.0.2/html/reference/mpi4py.MPI.INT64_T.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.INT64_T.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.INT64_T.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.INT64_T.html diff --git a/4.0.2/html/reference/mpi4py.MPI.INT8_T.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.INT8_T.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.INT8_T.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.INT8_T.html diff --git a/4.0.2/html/reference/mpi4py.MPI.INTEGER.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.INTEGER.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.INTEGER.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.INTEGER.html diff --git a/4.0.2/html/reference/mpi4py.MPI.INTEGER1.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.INTEGER1.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.INTEGER1.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.INTEGER1.html diff --git a/4.0.2/html/reference/mpi4py.MPI.INTEGER16.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.INTEGER16.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.INTEGER16.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.INTEGER16.html diff --git a/4.0.2/html/reference/mpi4py.MPI.INTEGER2.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.INTEGER2.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.INTEGER2.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.INTEGER2.html diff --git a/4.0.2/html/reference/mpi4py.MPI.INTEGER4.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.INTEGER4.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.INTEGER4.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.INTEGER4.html diff --git a/4.0.2/html/reference/mpi4py.MPI.INTEGER8.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.INTEGER8.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.INTEGER8.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.INTEGER8.html diff --git a/4.0.2/html/reference/mpi4py.MPI.INT_INT.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.INT_INT.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.INT_INT.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.INT_INT.html diff --git a/4.0.2/html/reference/mpi4py.MPI.IN_PLACE.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.IN_PLACE.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.IN_PLACE.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.IN_PLACE.html diff --git a/4.0.2/html/reference/mpi4py.MPI.IO.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.IO.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.IO.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.IO.html diff --git a/4.0.2/html/reference/mpi4py.MPI.Iflush_buffer.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.Iflush_buffer.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.Iflush_buffer.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.Iflush_buffer.html diff --git a/4.0.2/html/reference/mpi4py.MPI.InPlaceType.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.InPlaceType.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.InPlaceType.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.InPlaceType.html diff --git a/4.0.2/html/reference/mpi4py.MPI.Info.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.Info.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.Info.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.Info.html diff --git a/4.0.2/html/reference/mpi4py.MPI.Init.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.Init.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.Init.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.Init.html diff --git a/4.0.2/html/reference/mpi4py.MPI.Init_thread.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.Init_thread.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.Init_thread.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.Init_thread.html diff --git a/4.0.2/html/reference/mpi4py.MPI.Intercomm.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.Intercomm.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.Intercomm.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.Intercomm.html diff --git a/4.0.2/html/reference/mpi4py.MPI.Intracomm.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.Intracomm.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.Intracomm.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.Intracomm.html diff --git a/4.0.2/html/reference/mpi4py.MPI.Is_finalized.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.Is_finalized.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.Is_finalized.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.Is_finalized.html diff --git a/4.0.2/html/reference/mpi4py.MPI.Is_initialized.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.Is_initialized.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.Is_initialized.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.Is_initialized.html diff --git a/4.0.2/html/reference/mpi4py.MPI.Is_thread_main.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.Is_thread_main.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.Is_thread_main.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.Is_thread_main.html diff --git a/4.0.2/html/reference/mpi4py.MPI.KEYVAL_INVALID.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.KEYVAL_INVALID.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.KEYVAL_INVALID.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.KEYVAL_INVALID.html diff --git a/4.0.2/html/reference/mpi4py.MPI.LAND.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.LAND.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.LAND.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.LAND.html diff --git a/4.0.2/html/reference/mpi4py.MPI.LASTUSEDCODE.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.LASTUSEDCODE.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.LASTUSEDCODE.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.LASTUSEDCODE.html diff --git a/4.0.2/html/reference/mpi4py.MPI.LOCK_EXCLUSIVE.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.LOCK_EXCLUSIVE.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.LOCK_EXCLUSIVE.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.LOCK_EXCLUSIVE.html diff --git a/4.0.2/html/reference/mpi4py.MPI.LOCK_SHARED.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.LOCK_SHARED.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.LOCK_SHARED.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.LOCK_SHARED.html diff --git a/4.0.2/html/reference/mpi4py.MPI.LOGICAL.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.LOGICAL.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.LOGICAL.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.LOGICAL.html diff --git a/4.0.2/html/reference/mpi4py.MPI.LOGICAL1.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.LOGICAL1.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.LOGICAL1.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.LOGICAL1.html diff --git a/4.0.2/html/reference/mpi4py.MPI.LOGICAL2.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.LOGICAL2.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.LOGICAL2.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.LOGICAL2.html diff --git a/4.0.2/html/reference/mpi4py.MPI.LOGICAL4.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.LOGICAL4.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.LOGICAL4.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.LOGICAL4.html diff --git a/4.0.2/html/reference/mpi4py.MPI.LOGICAL8.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.LOGICAL8.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.LOGICAL8.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.LOGICAL8.html diff --git a/4.0.2/html/reference/mpi4py.MPI.LONG.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.LONG.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.LONG.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.LONG.html diff --git a/4.0.2/html/reference/mpi4py.MPI.LONG_DOUBLE.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.LONG_DOUBLE.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.LONG_DOUBLE.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.LONG_DOUBLE.html diff --git a/4.0.2/html/reference/mpi4py.MPI.LONG_DOUBLE_INT.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.LONG_DOUBLE_INT.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.LONG_DOUBLE_INT.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.LONG_DOUBLE_INT.html diff --git a/4.0.2/html/reference/mpi4py.MPI.LONG_INT.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.LONG_INT.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.LONG_INT.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.LONG_INT.html diff --git a/4.0.2/html/reference/mpi4py.MPI.LONG_LONG.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.LONG_LONG.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.LONG_LONG.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.LONG_LONG.html diff --git a/4.0.2/html/reference/mpi4py.MPI.LOR.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.LOR.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.LOR.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.LOR.html diff --git a/4.0.2/html/reference/mpi4py.MPI.LXOR.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.LXOR.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.LXOR.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.LXOR.html diff --git a/4.0.2/html/reference/mpi4py.MPI.Lookup_name.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.Lookup_name.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.Lookup_name.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.Lookup_name.html diff --git a/4.0.2/html/reference/mpi4py.MPI.MAX.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.MAX.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.MAX.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.MAX.html diff --git a/4.0.2/html/reference/mpi4py.MPI.MAXLOC.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.MAXLOC.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.MAXLOC.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.MAXLOC.html diff --git a/4.0.2/html/reference/mpi4py.MPI.MAX_DATAREP_STRING.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.MAX_DATAREP_STRING.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.MAX_DATAREP_STRING.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.MAX_DATAREP_STRING.html diff --git a/4.0.2/html/reference/mpi4py.MPI.MAX_ERROR_STRING.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.MAX_ERROR_STRING.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.MAX_ERROR_STRING.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.MAX_ERROR_STRING.html diff --git a/4.0.2/html/reference/mpi4py.MPI.MAX_INFO_KEY.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.MAX_INFO_KEY.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.MAX_INFO_KEY.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.MAX_INFO_KEY.html diff --git a/4.0.2/html/reference/mpi4py.MPI.MAX_INFO_VAL.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.MAX_INFO_VAL.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.MAX_INFO_VAL.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.MAX_INFO_VAL.html diff --git a/4.0.2/html/reference/mpi4py.MPI.MAX_LIBRARY_VERSION_STRING.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.MAX_LIBRARY_VERSION_STRING.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.MAX_LIBRARY_VERSION_STRING.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.MAX_LIBRARY_VERSION_STRING.html diff --git a/4.0.2/html/reference/mpi4py.MPI.MAX_OBJECT_NAME.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.MAX_OBJECT_NAME.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.MAX_OBJECT_NAME.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.MAX_OBJECT_NAME.html diff --git a/4.0.2/html/reference/mpi4py.MPI.MAX_PORT_NAME.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.MAX_PORT_NAME.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.MAX_PORT_NAME.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.MAX_PORT_NAME.html diff --git a/4.0.2/html/reference/mpi4py.MPI.MAX_PROCESSOR_NAME.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.MAX_PROCESSOR_NAME.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.MAX_PROCESSOR_NAME.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.MAX_PROCESSOR_NAME.html diff --git a/4.0.2/html/reference/mpi4py.MPI.MAX_PSET_NAME_LEN.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.MAX_PSET_NAME_LEN.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.MAX_PSET_NAME_LEN.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.MAX_PSET_NAME_LEN.html diff --git a/4.0.2/html/reference/mpi4py.MPI.MAX_STRINGTAG_LEN.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.MAX_STRINGTAG_LEN.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.MAX_STRINGTAG_LEN.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.MAX_STRINGTAG_LEN.html diff --git a/4.0.2/html/reference/mpi4py.MPI.MESSAGE_NO_PROC.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.MESSAGE_NO_PROC.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.MESSAGE_NO_PROC.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.MESSAGE_NO_PROC.html diff --git a/4.0.2/html/reference/mpi4py.MPI.MESSAGE_NULL.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.MESSAGE_NULL.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.MESSAGE_NULL.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.MESSAGE_NULL.html diff --git a/4.0.2/html/reference/mpi4py.MPI.MIN.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.MIN.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.MIN.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.MIN.html diff --git a/4.0.2/html/reference/mpi4py.MPI.MINLOC.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.MINLOC.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.MINLOC.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.MINLOC.html diff --git a/4.0.2/html/reference/mpi4py.MPI.MODE_APPEND.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.MODE_APPEND.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.MODE_APPEND.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.MODE_APPEND.html diff --git a/4.0.2/html/reference/mpi4py.MPI.MODE_CREATE.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.MODE_CREATE.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.MODE_CREATE.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.MODE_CREATE.html diff --git a/4.0.2/html/reference/mpi4py.MPI.MODE_DELETE_ON_CLOSE.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.MODE_DELETE_ON_CLOSE.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.MODE_DELETE_ON_CLOSE.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.MODE_DELETE_ON_CLOSE.html diff --git a/4.0.2/html/reference/mpi4py.MPI.MODE_EXCL.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.MODE_EXCL.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.MODE_EXCL.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.MODE_EXCL.html diff --git a/4.0.2/html/reference/mpi4py.MPI.MODE_NOCHECK.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.MODE_NOCHECK.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.MODE_NOCHECK.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.MODE_NOCHECK.html diff --git a/4.0.2/html/reference/mpi4py.MPI.MODE_NOPRECEDE.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.MODE_NOPRECEDE.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.MODE_NOPRECEDE.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.MODE_NOPRECEDE.html diff --git a/4.0.2/html/reference/mpi4py.MPI.MODE_NOPUT.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.MODE_NOPUT.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.MODE_NOPUT.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.MODE_NOPUT.html diff --git a/4.0.2/html/reference/mpi4py.MPI.MODE_NOSTORE.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.MODE_NOSTORE.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.MODE_NOSTORE.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.MODE_NOSTORE.html diff --git a/4.0.2/html/reference/mpi4py.MPI.MODE_NOSUCCEED.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.MODE_NOSUCCEED.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.MODE_NOSUCCEED.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.MODE_NOSUCCEED.html diff --git a/4.0.2/html/reference/mpi4py.MPI.MODE_RDONLY.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.MODE_RDONLY.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.MODE_RDONLY.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.MODE_RDONLY.html diff --git a/4.0.2/html/reference/mpi4py.MPI.MODE_RDWR.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.MODE_RDWR.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.MODE_RDWR.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.MODE_RDWR.html diff --git a/4.0.2/html/reference/mpi4py.MPI.MODE_SEQUENTIAL.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.MODE_SEQUENTIAL.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.MODE_SEQUENTIAL.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.MODE_SEQUENTIAL.html diff --git a/4.0.2/html/reference/mpi4py.MPI.MODE_UNIQUE_OPEN.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.MODE_UNIQUE_OPEN.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.MODE_UNIQUE_OPEN.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.MODE_UNIQUE_OPEN.html diff --git a/4.0.2/html/reference/mpi4py.MPI.MODE_WRONLY.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.MODE_WRONLY.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.MODE_WRONLY.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.MODE_WRONLY.html diff --git a/4.0.2/html/reference/mpi4py.MPI.Message.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.Message.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.Message.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.Message.html diff --git a/4.0.2/html/reference/mpi4py.MPI.NO_OP.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.NO_OP.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.NO_OP.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.NO_OP.html diff --git a/4.0.2/html/reference/mpi4py.MPI.OFFSET.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.OFFSET.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.OFFSET.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.OFFSET.html diff --git a/4.0.2/html/reference/mpi4py.MPI.OP_NULL.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.OP_NULL.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.OP_NULL.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.OP_NULL.html diff --git a/4.0.2/html/reference/mpi4py.MPI.ORDER_C.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.ORDER_C.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.ORDER_C.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.ORDER_C.html diff --git a/4.0.2/html/reference/mpi4py.MPI.ORDER_F.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.ORDER_F.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.ORDER_F.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.ORDER_F.html diff --git a/4.0.2/html/reference/mpi4py.MPI.ORDER_FORTRAN.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.ORDER_FORTRAN.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.ORDER_FORTRAN.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.ORDER_FORTRAN.html diff --git a/4.0.2/html/reference/mpi4py.MPI.Op.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.Op.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.Op.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.Op.html diff --git a/4.0.2/html/reference/mpi4py.MPI.Open_port.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.Open_port.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.Open_port.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.Open_port.html diff --git a/4.0.2/html/reference/mpi4py.MPI.PACKED.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.PACKED.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.PACKED.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.PACKED.html diff --git a/4.0.2/html/reference/mpi4py.MPI.PROC_NULL.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.PROC_NULL.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.PROC_NULL.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.PROC_NULL.html diff --git a/4.0.2/html/reference/mpi4py.MPI.PROD.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.PROD.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.PROD.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.PROD.html diff --git a/4.0.2/html/reference/mpi4py.MPI.Pcontrol.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.Pcontrol.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.Pcontrol.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.Pcontrol.html diff --git a/4.0.2/html/reference/mpi4py.MPI.Pickle.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.Pickle.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.Pickle.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.Pickle.html diff --git a/4.0.2/html/reference/mpi4py.MPI.Prequest.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.Prequest.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.Prequest.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.Prequest.html diff --git a/4.0.2/html/reference/mpi4py.MPI.Publish_name.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.Publish_name.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.Publish_name.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.Publish_name.html diff --git a/4.0.2/html/reference/mpi4py.MPI.Query_thread.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.Query_thread.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.Query_thread.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.Query_thread.html diff --git a/4.0.2/html/reference/mpi4py.MPI.REAL.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.REAL.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.REAL.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.REAL.html diff --git a/4.0.2/html/reference/mpi4py.MPI.REAL16.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.REAL16.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.REAL16.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.REAL16.html diff --git a/4.0.2/html/reference/mpi4py.MPI.REAL2.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.REAL2.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.REAL2.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.REAL2.html diff --git a/4.0.2/html/reference/mpi4py.MPI.REAL4.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.REAL4.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.REAL4.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.REAL4.html diff --git a/4.0.2/html/reference/mpi4py.MPI.REAL8.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.REAL8.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.REAL8.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.REAL8.html diff --git a/4.0.2/html/reference/mpi4py.MPI.REPLACE.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.REPLACE.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.REPLACE.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.REPLACE.html diff --git a/4.0.2/html/reference/mpi4py.MPI.REQUEST_NULL.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.REQUEST_NULL.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.REQUEST_NULL.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.REQUEST_NULL.html diff --git a/4.0.2/html/reference/mpi4py.MPI.ROOT.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.ROOT.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.ROOT.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.ROOT.html diff --git a/4.0.2/html/reference/mpi4py.MPI.Register_datarep.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.Register_datarep.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.Register_datarep.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.Register_datarep.html diff --git a/4.0.2/html/reference/mpi4py.MPI.Remove_error_class.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.Remove_error_class.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.Remove_error_class.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.Remove_error_class.html diff --git a/4.0.2/html/reference/mpi4py.MPI.Remove_error_code.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.Remove_error_code.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.Remove_error_code.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.Remove_error_code.html diff --git a/4.0.2/html/reference/mpi4py.MPI.Remove_error_string.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.Remove_error_string.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.Remove_error_string.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.Remove_error_string.html diff --git a/4.0.2/html/reference/mpi4py.MPI.Request.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.Request.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.Request.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.Request.html diff --git a/4.0.2/html/reference/mpi4py.MPI.SEEK_CUR.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.SEEK_CUR.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.SEEK_CUR.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.SEEK_CUR.html diff --git a/4.0.2/html/reference/mpi4py.MPI.SEEK_END.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.SEEK_END.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.SEEK_END.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.SEEK_END.html diff --git a/4.0.2/html/reference/mpi4py.MPI.SEEK_SET.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.SEEK_SET.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.SEEK_SET.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.SEEK_SET.html diff --git a/4.0.2/html/reference/mpi4py.MPI.SESSION_NULL.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.SESSION_NULL.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.SESSION_NULL.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.SESSION_NULL.html diff --git a/4.0.2/html/reference/mpi4py.MPI.SHORT.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.SHORT.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.SHORT.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.SHORT.html diff --git a/4.0.2/html/reference/mpi4py.MPI.SHORT_INT.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.SHORT_INT.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.SHORT_INT.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.SHORT_INT.html diff --git a/4.0.2/html/reference/mpi4py.MPI.SIGNED_CHAR.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.SIGNED_CHAR.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.SIGNED_CHAR.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.SIGNED_CHAR.html diff --git a/4.0.2/html/reference/mpi4py.MPI.SIGNED_INT.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.SIGNED_INT.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.SIGNED_INT.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.SIGNED_INT.html diff --git a/4.0.2/html/reference/mpi4py.MPI.SIGNED_LONG.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.SIGNED_LONG.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.SIGNED_LONG.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.SIGNED_LONG.html diff --git a/4.0.2/html/reference/mpi4py.MPI.SIGNED_LONG_LONG.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.SIGNED_LONG_LONG.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.SIGNED_LONG_LONG.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.SIGNED_LONG_LONG.html diff --git a/4.0.2/html/reference/mpi4py.MPI.SIGNED_SHORT.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.SIGNED_SHORT.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.SIGNED_SHORT.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.SIGNED_SHORT.html diff --git a/4.0.2/html/reference/mpi4py.MPI.SIMILAR.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.SIMILAR.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.SIMILAR.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.SIMILAR.html diff --git a/4.0.2/html/reference/mpi4py.MPI.SINT16_T.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.SINT16_T.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.SINT16_T.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.SINT16_T.html diff --git a/4.0.2/html/reference/mpi4py.MPI.SINT32_T.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.SINT32_T.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.SINT32_T.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.SINT32_T.html diff --git a/4.0.2/html/reference/mpi4py.MPI.SINT64_T.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.SINT64_T.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.SINT64_T.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.SINT64_T.html diff --git a/4.0.2/html/reference/mpi4py.MPI.SINT8_T.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.SINT8_T.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.SINT8_T.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.SINT8_T.html diff --git a/4.0.2/html/reference/mpi4py.MPI.SUBVERSION.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.SUBVERSION.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.SUBVERSION.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.SUBVERSION.html diff --git a/4.0.2/html/reference/mpi4py.MPI.SUCCESS.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.SUCCESS.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.SUCCESS.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.SUCCESS.html diff --git a/4.0.2/html/reference/mpi4py.MPI.SUM.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.SUM.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.SUM.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.SUM.html diff --git a/4.0.2/html/reference/mpi4py.MPI.Session.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.Session.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.Session.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.Session.html diff --git a/4.0.2/html/reference/mpi4py.MPI.Status.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.Status.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.Status.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.Status.html diff --git a/4.0.2/html/reference/mpi4py.MPI.TAG_UB.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.TAG_UB.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.TAG_UB.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.TAG_UB.html diff --git a/4.0.2/html/reference/mpi4py.MPI.THREAD_FUNNELED.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.THREAD_FUNNELED.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.THREAD_FUNNELED.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.THREAD_FUNNELED.html diff --git a/4.0.2/html/reference/mpi4py.MPI.THREAD_MULTIPLE.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.THREAD_MULTIPLE.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.THREAD_MULTIPLE.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.THREAD_MULTIPLE.html diff --git a/4.0.2/html/reference/mpi4py.MPI.THREAD_SERIALIZED.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.THREAD_SERIALIZED.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.THREAD_SERIALIZED.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.THREAD_SERIALIZED.html diff --git a/4.0.2/html/reference/mpi4py.MPI.THREAD_SINGLE.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.THREAD_SINGLE.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.THREAD_SINGLE.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.THREAD_SINGLE.html diff --git a/4.0.2/html/reference/mpi4py.MPI.TWOINT.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.TWOINT.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.TWOINT.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.TWOINT.html diff --git a/4.0.2/html/reference/mpi4py.MPI.TYPECLASS_COMPLEX.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.TYPECLASS_COMPLEX.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.TYPECLASS_COMPLEX.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.TYPECLASS_COMPLEX.html diff --git a/4.0.2/html/reference/mpi4py.MPI.TYPECLASS_INTEGER.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.TYPECLASS_INTEGER.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.TYPECLASS_INTEGER.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.TYPECLASS_INTEGER.html diff --git a/4.0.2/html/reference/mpi4py.MPI.TYPECLASS_REAL.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.TYPECLASS_REAL.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.TYPECLASS_REAL.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.TYPECLASS_REAL.html diff --git a/4.0.2/html/reference/mpi4py.MPI.Topocomm.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.Topocomm.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.Topocomm.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.Topocomm.html diff --git a/4.0.2/html/reference/mpi4py.MPI.UINT16_T.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.UINT16_T.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.UINT16_T.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.UINT16_T.html diff --git a/4.0.2/html/reference/mpi4py.MPI.UINT32_T.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.UINT32_T.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.UINT32_T.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.UINT32_T.html diff --git a/4.0.2/html/reference/mpi4py.MPI.UINT64_T.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.UINT64_T.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.UINT64_T.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.UINT64_T.html diff --git a/4.0.2/html/reference/mpi4py.MPI.UINT8_T.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.UINT8_T.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.UINT8_T.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.UINT8_T.html diff --git a/4.0.2/html/reference/mpi4py.MPI.UNDEFINED.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.UNDEFINED.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.UNDEFINED.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.UNDEFINED.html diff --git a/4.0.2/html/reference/mpi4py.MPI.UNEQUAL.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.UNEQUAL.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.UNEQUAL.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.UNEQUAL.html diff --git a/4.0.2/html/reference/mpi4py.MPI.UNIVERSE_SIZE.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.UNIVERSE_SIZE.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.UNIVERSE_SIZE.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.UNIVERSE_SIZE.html diff --git a/4.0.2/html/reference/mpi4py.MPI.UNSIGNED.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.UNSIGNED.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.UNSIGNED.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.UNSIGNED.html diff --git a/4.0.2/html/reference/mpi4py.MPI.UNSIGNED_CHAR.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.UNSIGNED_CHAR.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.UNSIGNED_CHAR.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.UNSIGNED_CHAR.html diff --git a/4.0.2/html/reference/mpi4py.MPI.UNSIGNED_INT.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.UNSIGNED_INT.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.UNSIGNED_INT.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.UNSIGNED_INT.html diff --git a/4.0.2/html/reference/mpi4py.MPI.UNSIGNED_LONG.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.UNSIGNED_LONG.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.UNSIGNED_LONG.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.UNSIGNED_LONG.html diff --git a/4.0.2/html/reference/mpi4py.MPI.UNSIGNED_LONG_LONG.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.UNSIGNED_LONG_LONG.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.UNSIGNED_LONG_LONG.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.UNSIGNED_LONG_LONG.html diff --git a/4.0.2/html/reference/mpi4py.MPI.UNSIGNED_SHORT.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.UNSIGNED_SHORT.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.UNSIGNED_SHORT.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.UNSIGNED_SHORT.html diff --git a/4.0.2/html/reference/mpi4py.MPI.UNWEIGHTED.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.UNWEIGHTED.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.UNWEIGHTED.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.UNWEIGHTED.html diff --git a/4.0.2/html/reference/mpi4py.MPI.Unpublish_name.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.Unpublish_name.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.Unpublish_name.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.Unpublish_name.html diff --git a/4.0.2/html/reference/mpi4py.MPI.VERSION.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.VERSION.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.VERSION.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.VERSION.html diff --git a/4.0.2/html/reference/mpi4py.MPI.WCHAR.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.WCHAR.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.WCHAR.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.WCHAR.html diff --git a/4.0.2/html/reference/mpi4py.MPI.WEIGHTS_EMPTY.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.WEIGHTS_EMPTY.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.WEIGHTS_EMPTY.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.WEIGHTS_EMPTY.html diff --git a/4.0.2/html/reference/mpi4py.MPI.WIN_BASE.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.WIN_BASE.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.WIN_BASE.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.WIN_BASE.html diff --git a/4.0.2/html/reference/mpi4py.MPI.WIN_CREATE_FLAVOR.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.WIN_CREATE_FLAVOR.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.WIN_CREATE_FLAVOR.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.WIN_CREATE_FLAVOR.html diff --git a/4.0.2/html/reference/mpi4py.MPI.WIN_DISP_UNIT.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.WIN_DISP_UNIT.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.WIN_DISP_UNIT.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.WIN_DISP_UNIT.html diff --git a/4.0.2/html/reference/mpi4py.MPI.WIN_FLAVOR.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.WIN_FLAVOR.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.WIN_FLAVOR.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.WIN_FLAVOR.html diff --git a/4.0.2/html/reference/mpi4py.MPI.WIN_FLAVOR_ALLOCATE.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.WIN_FLAVOR_ALLOCATE.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.WIN_FLAVOR_ALLOCATE.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.WIN_FLAVOR_ALLOCATE.html diff --git a/4.0.2/html/reference/mpi4py.MPI.WIN_FLAVOR_CREATE.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.WIN_FLAVOR_CREATE.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.WIN_FLAVOR_CREATE.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.WIN_FLAVOR_CREATE.html diff --git a/4.0.2/html/reference/mpi4py.MPI.WIN_FLAVOR_DYNAMIC.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.WIN_FLAVOR_DYNAMIC.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.WIN_FLAVOR_DYNAMIC.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.WIN_FLAVOR_DYNAMIC.html diff --git a/4.0.2/html/reference/mpi4py.MPI.WIN_FLAVOR_SHARED.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.WIN_FLAVOR_SHARED.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.WIN_FLAVOR_SHARED.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.WIN_FLAVOR_SHARED.html diff --git a/4.0.2/html/reference/mpi4py.MPI.WIN_MODEL.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.WIN_MODEL.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.WIN_MODEL.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.WIN_MODEL.html diff --git a/4.0.2/html/reference/mpi4py.MPI.WIN_NULL.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.WIN_NULL.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.WIN_NULL.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.WIN_NULL.html diff --git a/4.0.2/html/reference/mpi4py.MPI.WIN_SEPARATE.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.WIN_SEPARATE.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.WIN_SEPARATE.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.WIN_SEPARATE.html diff --git a/4.0.2/html/reference/mpi4py.MPI.WIN_SIZE.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.WIN_SIZE.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.WIN_SIZE.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.WIN_SIZE.html diff --git a/4.0.2/html/reference/mpi4py.MPI.WIN_UNIFIED.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.WIN_UNIFIED.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.WIN_UNIFIED.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.WIN_UNIFIED.html diff --git a/4.0.2/html/reference/mpi4py.MPI.WTIME_IS_GLOBAL.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.WTIME_IS_GLOBAL.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.WTIME_IS_GLOBAL.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.WTIME_IS_GLOBAL.html diff --git a/4.0.2/html/reference/mpi4py.MPI.Win.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.Win.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.Win.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.Win.html diff --git a/4.0.2/html/reference/mpi4py.MPI.Wtick.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.Wtick.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.Wtick.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.Wtick.html diff --git a/4.0.2/html/reference/mpi4py.MPI.Wtime.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.Wtime.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.Wtime.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.Wtime.html diff --git a/4.0.2/html/reference/mpi4py.MPI.buffer.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.buffer.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.buffer.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.buffer.html diff --git a/4.0.2/html/reference/mpi4py.MPI.get_vendor.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.get_vendor.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.get_vendor.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.get_vendor.html diff --git a/4.0.2/html/reference/mpi4py.MPI.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.html diff --git a/4.0.2/html/reference/mpi4py.MPI.memory.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.memory.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.memory.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.memory.html diff --git a/4.0.2/html/reference/mpi4py.MPI.pickle.html b/mpi4py/4.0.2/html/reference/mpi4py.MPI.pickle.html similarity index 100% rename from 4.0.2/html/reference/mpi4py.MPI.pickle.html rename to mpi4py/4.0.2/html/reference/mpi4py.MPI.pickle.html diff --git a/4.0.2/html/search.html b/mpi4py/4.0.2/html/search.html similarity index 100% rename from 4.0.2/html/search.html rename to mpi4py/4.0.2/html/search.html diff --git a/4.0.2/html/searchindex.js b/mpi4py/4.0.2/html/searchindex.js similarity index 100% rename from 4.0.2/html/searchindex.js rename to mpi4py/4.0.2/html/searchindex.js diff --git a/4.0.2/html/tutorial.html b/mpi4py/4.0.2/html/tutorial.html similarity index 100% rename from 4.0.2/html/tutorial.html rename to mpi4py/4.0.2/html/tutorial.html diff --git a/4.0.2/index.html b/mpi4py/4.0.2/index.html similarity index 100% rename from 4.0.2/index.html rename to mpi4py/4.0.2/index.html diff --git a/4.0.2/index.rst b/mpi4py/4.0.2/index.rst similarity index 100% rename from 4.0.2/index.rst rename to mpi4py/4.0.2/index.rst diff --git a/4.0.2/mpi4py.3 b/mpi4py/4.0.2/mpi4py.3 similarity index 100% rename from 4.0.2/mpi4py.3 rename to mpi4py/4.0.2/mpi4py.3 diff --git a/4.0.2/mpi4py.bib b/mpi4py/4.0.2/mpi4py.bib similarity index 100% rename from 4.0.2/mpi4py.bib rename to mpi4py/4.0.2/mpi4py.bib diff --git a/4.0.2/mpi4py.info b/mpi4py/4.0.2/mpi4py.info similarity index 100% rename from 4.0.2/mpi4py.info rename to mpi4py/4.0.2/mpi4py.info diff --git a/4.0.2/mpi4py.pdf b/mpi4py/4.0.2/mpi4py.pdf similarity index 100% rename from 4.0.2/mpi4py.pdf rename to mpi4py/4.0.2/mpi4py.pdf diff --git a/4.0.2/mpi4py.svg b/mpi4py/4.0.2/mpi4py.svg similarity index 100% rename from 4.0.2/mpi4py.svg rename to mpi4py/4.0.2/mpi4py.svg diff --git a/4.0.2/source/Makefile b/mpi4py/4.0.2/source/Makefile similarity index 100% rename from 4.0.2/source/Makefile rename to mpi4py/4.0.2/source/Makefile diff --git a/4.0.2/source/_templates/autosummary/class.rst b/mpi4py/4.0.2/source/_templates/autosummary/class.rst similarity index 100% rename from 4.0.2/source/_templates/autosummary/class.rst rename to mpi4py/4.0.2/source/_templates/autosummary/class.rst diff --git a/4.0.2/source/_templates/autosummary/module.rst b/mpi4py/4.0.2/source/_templates/autosummary/module.rst similarity index 100% rename from 4.0.2/source/_templates/autosummary/module.rst rename to mpi4py/4.0.2/source/_templates/autosummary/module.rst diff --git a/4.0.2/source/_templates/layout.html b/mpi4py/4.0.2/source/_templates/layout.html similarity index 100% rename from 4.0.2/source/_templates/layout.html rename to mpi4py/4.0.2/source/_templates/layout.html diff --git a/4.0.2/source/apidoc.py b/mpi4py/4.0.2/source/apidoc.py similarity index 100% rename from 4.0.2/source/apidoc.py rename to mpi4py/4.0.2/source/apidoc.py diff --git a/4.0.2/source/changes.rst b/mpi4py/4.0.2/source/changes.rst similarity index 100% rename from 4.0.2/source/changes.rst rename to mpi4py/4.0.2/source/changes.rst diff --git a/4.0.2/source/citation.rst b/mpi4py/4.0.2/source/citation.rst similarity index 100% rename from 4.0.2/source/citation.rst rename to mpi4py/4.0.2/source/citation.rst diff --git a/4.0.2/source/conf.py b/mpi4py/4.0.2/source/conf.py similarity index 100% rename from 4.0.2/source/conf.py rename to mpi4py/4.0.2/source/conf.py diff --git a/4.0.2/source/develop.rst b/mpi4py/4.0.2/source/develop.rst similarity index 100% rename from 4.0.2/source/develop.rst rename to mpi4py/4.0.2/source/develop.rst diff --git a/4.0.2/source/guidelines.rst b/mpi4py/4.0.2/source/guidelines.rst similarity index 100% rename from 4.0.2/source/guidelines.rst rename to mpi4py/4.0.2/source/guidelines.rst diff --git a/4.0.2/source/index.rst b/mpi4py/4.0.2/source/index.rst similarity index 100% rename from 4.0.2/source/index.rst rename to mpi4py/4.0.2/source/index.rst diff --git a/4.0.2/source/install.rst b/mpi4py/4.0.2/source/install.rst similarity index 100% rename from 4.0.2/source/install.rst rename to mpi4py/4.0.2/source/install.rst diff --git a/4.0.2/source/intro.rst b/mpi4py/4.0.2/source/intro.rst similarity index 100% rename from 4.0.2/source/intro.rst rename to mpi4py/4.0.2/source/intro.rst diff --git a/4.0.2/source/license.rst b/mpi4py/4.0.2/source/license.rst similarity index 100% rename from 4.0.2/source/license.rst rename to mpi4py/4.0.2/source/license.rst diff --git a/4.0.2/source/make.bat b/mpi4py/4.0.2/source/make.bat similarity index 100% rename from 4.0.2/source/make.bat rename to mpi4py/4.0.2/source/make.bat diff --git a/4.0.2/source/mpi4py.MPI.rst b/mpi4py/4.0.2/source/mpi4py.MPI.rst similarity index 100% rename from 4.0.2/source/mpi4py.MPI.rst rename to mpi4py/4.0.2/source/mpi4py.MPI.rst diff --git a/4.0.2/source/mpi4py.bench.rst b/mpi4py/4.0.2/source/mpi4py.bench.rst similarity index 100% rename from 4.0.2/source/mpi4py.bench.rst rename to mpi4py/4.0.2/source/mpi4py.bench.rst diff --git a/4.0.2/source/mpi4py.futures.rst b/mpi4py/4.0.2/source/mpi4py.futures.rst similarity index 100% rename from 4.0.2/source/mpi4py.futures.rst rename to mpi4py/4.0.2/source/mpi4py.futures.rst diff --git a/4.0.2/source/mpi4py.rst b/mpi4py/4.0.2/source/mpi4py.rst similarity index 100% rename from 4.0.2/source/mpi4py.rst rename to mpi4py/4.0.2/source/mpi4py.rst diff --git a/4.0.2/source/mpi4py.run.rst b/mpi4py/4.0.2/source/mpi4py.run.rst similarity index 100% rename from 4.0.2/source/mpi4py.run.rst rename to mpi4py/4.0.2/source/mpi4py.run.rst diff --git a/4.0.2/source/mpi4py.typing.rst b/mpi4py/4.0.2/source/mpi4py.typing.rst similarity index 100% rename from 4.0.2/source/mpi4py.typing.rst rename to mpi4py/4.0.2/source/mpi4py.typing.rst diff --git a/4.0.2/source/mpi4py.util.dtlib.rst b/mpi4py/4.0.2/source/mpi4py.util.dtlib.rst similarity index 100% rename from 4.0.2/source/mpi4py.util.dtlib.rst rename to mpi4py/4.0.2/source/mpi4py.util.dtlib.rst diff --git a/4.0.2/source/mpi4py.util.pkl5.rst b/mpi4py/4.0.2/source/mpi4py.util.pkl5.rst similarity index 100% rename from 4.0.2/source/mpi4py.util.pkl5.rst rename to mpi4py/4.0.2/source/mpi4py.util.pkl5.rst diff --git a/4.0.2/source/mpi4py.util.pool.rst b/mpi4py/4.0.2/source/mpi4py.util.pool.rst similarity index 100% rename from 4.0.2/source/mpi4py.util.pool.rst rename to mpi4py/4.0.2/source/mpi4py.util.pool.rst diff --git a/4.0.2/source/mpi4py.util.rst b/mpi4py/4.0.2/source/mpi4py.util.rst similarity index 100% rename from 4.0.2/source/mpi4py.util.rst rename to mpi4py/4.0.2/source/mpi4py.util.rst diff --git a/4.0.2/source/mpi4py.util.sync.rst b/mpi4py/4.0.2/source/mpi4py.util.sync.rst similarity index 100% rename from 4.0.2/source/mpi4py.util.sync.rst rename to mpi4py/4.0.2/source/mpi4py.util.sync.rst diff --git a/4.0.2/source/overview.rst b/mpi4py/4.0.2/source/overview.rst similarity index 100% rename from 4.0.2/source/overview.rst rename to mpi4py/4.0.2/source/overview.rst diff --git a/4.0.2/source/reference.rst b/mpi4py/4.0.2/source/reference.rst similarity index 100% rename from 4.0.2/source/reference.rst rename to mpi4py/4.0.2/source/reference.rst diff --git a/4.0.2/source/tutorial.rst b/mpi4py/4.0.2/source/tutorial.rst similarity index 100% rename from 4.0.2/source/tutorial.rst rename to mpi4py/4.0.2/source/tutorial.rst diff --git a/4.0.3/html/_static/basic.css b/mpi4py/4.0.3/html/_static/basic.css similarity index 100% rename from 4.0.3/html/_static/basic.css rename to mpi4py/4.0.3/html/_static/basic.css diff --git a/4.0.3/html/_static/check-solid.svg b/mpi4py/4.0.3/html/_static/check-solid.svg similarity index 100% rename from 4.0.3/html/_static/check-solid.svg rename to mpi4py/4.0.3/html/_static/check-solid.svg diff --git a/4.0.3/html/_static/classic.css b/mpi4py/4.0.3/html/_static/classic.css similarity index 100% rename from 4.0.3/html/_static/classic.css rename to mpi4py/4.0.3/html/_static/classic.css diff --git a/4.0.3/html/_static/clipboard.min.js b/mpi4py/4.0.3/html/_static/clipboard.min.js similarity index 100% rename from 4.0.3/html/_static/clipboard.min.js rename to mpi4py/4.0.3/html/_static/clipboard.min.js diff --git a/4.0.3/html/_static/copy-button.svg b/mpi4py/4.0.3/html/_static/copy-button.svg similarity index 100% rename from 4.0.3/html/_static/copy-button.svg rename to mpi4py/4.0.3/html/_static/copy-button.svg diff --git a/4.0.3/html/_static/copybutton.css b/mpi4py/4.0.3/html/_static/copybutton.css similarity index 100% rename from 4.0.3/html/_static/copybutton.css rename to mpi4py/4.0.3/html/_static/copybutton.css diff --git a/4.0.3/html/_static/copybutton.js b/mpi4py/4.0.3/html/_static/copybutton.js similarity index 100% rename from 4.0.3/html/_static/copybutton.js rename to mpi4py/4.0.3/html/_static/copybutton.js diff --git a/4.0.3/html/_static/copybutton_funcs.js b/mpi4py/4.0.3/html/_static/copybutton_funcs.js similarity index 100% rename from 4.0.3/html/_static/copybutton_funcs.js rename to mpi4py/4.0.3/html/_static/copybutton_funcs.js diff --git a/4.0.3/html/_static/default.css b/mpi4py/4.0.3/html/_static/default.css similarity index 100% rename from 4.0.3/html/_static/default.css rename to mpi4py/4.0.3/html/_static/default.css diff --git a/4.0.3/html/_static/doctools.js b/mpi4py/4.0.3/html/_static/doctools.js similarity index 100% rename from 4.0.3/html/_static/doctools.js rename to mpi4py/4.0.3/html/_static/doctools.js diff --git a/4.0.3/html/_static/documentation_options.js b/mpi4py/4.0.3/html/_static/documentation_options.js similarity index 100% rename from 4.0.3/html/_static/documentation_options.js rename to mpi4py/4.0.3/html/_static/documentation_options.js diff --git a/4.0.3/html/_static/file.png b/mpi4py/4.0.3/html/_static/file.png similarity index 100% rename from 4.0.3/html/_static/file.png rename to mpi4py/4.0.3/html/_static/file.png diff --git a/4.0.3/html/_static/language_data.js b/mpi4py/4.0.3/html/_static/language_data.js similarity index 100% rename from 4.0.3/html/_static/language_data.js rename to mpi4py/4.0.3/html/_static/language_data.js diff --git a/4.0.3/html/_static/minus.png b/mpi4py/4.0.3/html/_static/minus.png similarity index 100% rename from 4.0.3/html/_static/minus.png rename to mpi4py/4.0.3/html/_static/minus.png diff --git a/4.0.3/html/_static/mpi4py.svg b/mpi4py/4.0.3/html/_static/mpi4py.svg similarity index 100% rename from 4.0.3/html/_static/mpi4py.svg rename to mpi4py/4.0.3/html/_static/mpi4py.svg diff --git a/4.0.3/html/_static/plus.png b/mpi4py/4.0.3/html/_static/plus.png similarity index 100% rename from 4.0.3/html/_static/plus.png rename to mpi4py/4.0.3/html/_static/plus.png diff --git a/4.0.3/html/_static/pygments.css b/mpi4py/4.0.3/html/_static/pygments.css similarity index 100% rename from 4.0.3/html/_static/pygments.css rename to mpi4py/4.0.3/html/_static/pygments.css diff --git a/4.0.3/html/_static/searchtools.js b/mpi4py/4.0.3/html/_static/searchtools.js similarity index 100% rename from 4.0.3/html/_static/searchtools.js rename to mpi4py/4.0.3/html/_static/searchtools.js diff --git a/4.0.3/html/_static/sidebar.js b/mpi4py/4.0.3/html/_static/sidebar.js similarity index 100% rename from 4.0.3/html/_static/sidebar.js rename to mpi4py/4.0.3/html/_static/sidebar.js diff --git a/4.0.3/html/_static/sphinx_highlight.js b/mpi4py/4.0.3/html/_static/sphinx_highlight.js similarity index 100% rename from 4.0.3/html/_static/sphinx_highlight.js rename to mpi4py/4.0.3/html/_static/sphinx_highlight.js diff --git a/4.0.3/html/changes.html b/mpi4py/4.0.3/html/changes.html similarity index 100% rename from 4.0.3/html/changes.html rename to mpi4py/4.0.3/html/changes.html diff --git a/4.0.3/html/citation.html b/mpi4py/4.0.3/html/citation.html similarity index 100% rename from 4.0.3/html/citation.html rename to mpi4py/4.0.3/html/citation.html diff --git a/4.0.3/html/develop.html b/mpi4py/4.0.3/html/develop.html similarity index 100% rename from 4.0.3/html/develop.html rename to mpi4py/4.0.3/html/develop.html diff --git a/4.0.3/html/genindex.html b/mpi4py/4.0.3/html/genindex.html similarity index 100% rename from 4.0.3/html/genindex.html rename to mpi4py/4.0.3/html/genindex.html diff --git a/4.0.3/html/guidelines.html b/mpi4py/4.0.3/html/guidelines.html similarity index 100% rename from 4.0.3/html/guidelines.html rename to mpi4py/4.0.3/html/guidelines.html diff --git a/4.0.3/html/index.html b/mpi4py/4.0.3/html/index.html similarity index 100% rename from 4.0.3/html/index.html rename to mpi4py/4.0.3/html/index.html diff --git a/4.0.3/html/install.html b/mpi4py/4.0.3/html/install.html similarity index 100% rename from 4.0.3/html/install.html rename to mpi4py/4.0.3/html/install.html diff --git a/4.0.3/html/intro.html b/mpi4py/4.0.3/html/intro.html similarity index 100% rename from 4.0.3/html/intro.html rename to mpi4py/4.0.3/html/intro.html diff --git a/4.0.3/html/license.html b/mpi4py/4.0.3/html/license.html similarity index 100% rename from 4.0.3/html/license.html rename to mpi4py/4.0.3/html/license.html diff --git a/4.0.3/html/mpi4py.MPI.html b/mpi4py/4.0.3/html/mpi4py.MPI.html similarity index 100% rename from 4.0.3/html/mpi4py.MPI.html rename to mpi4py/4.0.3/html/mpi4py.MPI.html diff --git a/4.0.3/html/mpi4py.bench.html b/mpi4py/4.0.3/html/mpi4py.bench.html similarity index 100% rename from 4.0.3/html/mpi4py.bench.html rename to mpi4py/4.0.3/html/mpi4py.bench.html diff --git a/4.0.3/html/mpi4py.futures.html b/mpi4py/4.0.3/html/mpi4py.futures.html similarity index 100% rename from 4.0.3/html/mpi4py.futures.html rename to mpi4py/4.0.3/html/mpi4py.futures.html diff --git a/4.0.3/html/mpi4py.html b/mpi4py/4.0.3/html/mpi4py.html similarity index 100% rename from 4.0.3/html/mpi4py.html rename to mpi4py/4.0.3/html/mpi4py.html diff --git a/4.0.3/html/mpi4py.run.html b/mpi4py/4.0.3/html/mpi4py.run.html similarity index 100% rename from 4.0.3/html/mpi4py.run.html rename to mpi4py/4.0.3/html/mpi4py.run.html diff --git a/4.0.3/html/mpi4py.typing.html b/mpi4py/4.0.3/html/mpi4py.typing.html similarity index 100% rename from 4.0.3/html/mpi4py.typing.html rename to mpi4py/4.0.3/html/mpi4py.typing.html diff --git a/4.0.3/html/mpi4py.util.dtlib.html b/mpi4py/4.0.3/html/mpi4py.util.dtlib.html similarity index 100% rename from 4.0.3/html/mpi4py.util.dtlib.html rename to mpi4py/4.0.3/html/mpi4py.util.dtlib.html diff --git a/4.0.3/html/mpi4py.util.html b/mpi4py/4.0.3/html/mpi4py.util.html similarity index 100% rename from 4.0.3/html/mpi4py.util.html rename to mpi4py/4.0.3/html/mpi4py.util.html diff --git a/4.0.3/html/mpi4py.util.pkl5.html b/mpi4py/4.0.3/html/mpi4py.util.pkl5.html similarity index 100% rename from 4.0.3/html/mpi4py.util.pkl5.html rename to mpi4py/4.0.3/html/mpi4py.util.pkl5.html diff --git a/4.0.3/html/mpi4py.util.pool.html b/mpi4py/4.0.3/html/mpi4py.util.pool.html similarity index 100% rename from 4.0.3/html/mpi4py.util.pool.html rename to mpi4py/4.0.3/html/mpi4py.util.pool.html diff --git a/4.0.3/html/mpi4py.util.sync.html b/mpi4py/4.0.3/html/mpi4py.util.sync.html similarity index 100% rename from 4.0.3/html/mpi4py.util.sync.html rename to mpi4py/4.0.3/html/mpi4py.util.sync.html diff --git a/4.0.3/html/objects.inv b/mpi4py/4.0.3/html/objects.inv similarity index 100% rename from 4.0.3/html/objects.inv rename to mpi4py/4.0.3/html/objects.inv diff --git a/4.0.3/html/overview.html b/mpi4py/4.0.3/html/overview.html similarity index 100% rename from 4.0.3/html/overview.html rename to mpi4py/4.0.3/html/overview.html diff --git a/4.0.3/html/py-modindex.html b/mpi4py/4.0.3/html/py-modindex.html similarity index 100% rename from 4.0.3/html/py-modindex.html rename to mpi4py/4.0.3/html/py-modindex.html diff --git a/4.0.3/html/reference.html b/mpi4py/4.0.3/html/reference.html similarity index 100% rename from 4.0.3/html/reference.html rename to mpi4py/4.0.3/html/reference.html diff --git a/4.0.3/html/reference/mpi4py.MPI.AINT.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.AINT.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.AINT.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.AINT.html diff --git a/4.0.3/html/reference/mpi4py.MPI.ANY_SOURCE.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.ANY_SOURCE.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.ANY_SOURCE.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.ANY_SOURCE.html diff --git a/4.0.3/html/reference/mpi4py.MPI.ANY_TAG.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.ANY_TAG.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.ANY_TAG.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.ANY_TAG.html diff --git a/4.0.3/html/reference/mpi4py.MPI.APPNUM.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.APPNUM.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.APPNUM.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.APPNUM.html diff --git a/4.0.3/html/reference/mpi4py.MPI.Add_error_class.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.Add_error_class.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.Add_error_class.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.Add_error_class.html diff --git a/4.0.3/html/reference/mpi4py.MPI.Add_error_code.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.Add_error_code.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.Add_error_code.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.Add_error_code.html diff --git a/4.0.3/html/reference/mpi4py.MPI.Add_error_string.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.Add_error_string.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.Add_error_string.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.Add_error_string.html diff --git a/4.0.3/html/reference/mpi4py.MPI.Aint_add.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.Aint_add.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.Aint_add.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.Aint_add.html diff --git a/4.0.3/html/reference/mpi4py.MPI.Aint_diff.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.Aint_diff.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.Aint_diff.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.Aint_diff.html diff --git a/4.0.3/html/reference/mpi4py.MPI.Alloc_mem.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.Alloc_mem.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.Alloc_mem.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.Alloc_mem.html diff --git a/4.0.3/html/reference/mpi4py.MPI.Attach_buffer.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.Attach_buffer.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.Attach_buffer.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.Attach_buffer.html diff --git a/4.0.3/html/reference/mpi4py.MPI.BAND.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.BAND.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.BAND.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.BAND.html diff --git a/4.0.3/html/reference/mpi4py.MPI.BOOL.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.BOOL.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.BOOL.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.BOOL.html diff --git a/4.0.3/html/reference/mpi4py.MPI.BOR.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.BOR.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.BOR.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.BOR.html diff --git a/4.0.3/html/reference/mpi4py.MPI.BOTTOM.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.BOTTOM.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.BOTTOM.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.BOTTOM.html diff --git a/4.0.3/html/reference/mpi4py.MPI.BSEND_OVERHEAD.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.BSEND_OVERHEAD.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.BSEND_OVERHEAD.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.BSEND_OVERHEAD.html diff --git a/4.0.3/html/reference/mpi4py.MPI.BUFFER_AUTOMATIC.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.BUFFER_AUTOMATIC.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.BUFFER_AUTOMATIC.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.BUFFER_AUTOMATIC.html diff --git a/4.0.3/html/reference/mpi4py.MPI.BXOR.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.BXOR.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.BXOR.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.BXOR.html diff --git a/4.0.3/html/reference/mpi4py.MPI.BYTE.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.BYTE.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.BYTE.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.BYTE.html diff --git a/4.0.3/html/reference/mpi4py.MPI.BottomType.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.BottomType.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.BottomType.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.BottomType.html diff --git a/4.0.3/html/reference/mpi4py.MPI.BufferAutomaticType.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.BufferAutomaticType.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.BufferAutomaticType.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.BufferAutomaticType.html diff --git a/4.0.3/html/reference/mpi4py.MPI.CART.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.CART.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.CART.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.CART.html diff --git a/4.0.3/html/reference/mpi4py.MPI.CHAR.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.CHAR.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.CHAR.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.CHAR.html diff --git a/4.0.3/html/reference/mpi4py.MPI.CHARACTER.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.CHARACTER.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.CHARACTER.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.CHARACTER.html diff --git a/4.0.3/html/reference/mpi4py.MPI.COMBINER_CONTIGUOUS.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.COMBINER_CONTIGUOUS.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.COMBINER_CONTIGUOUS.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.COMBINER_CONTIGUOUS.html diff --git a/4.0.3/html/reference/mpi4py.MPI.COMBINER_DARRAY.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.COMBINER_DARRAY.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.COMBINER_DARRAY.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.COMBINER_DARRAY.html diff --git a/4.0.3/html/reference/mpi4py.MPI.COMBINER_DUP.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.COMBINER_DUP.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.COMBINER_DUP.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.COMBINER_DUP.html diff --git a/4.0.3/html/reference/mpi4py.MPI.COMBINER_F90_COMPLEX.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.COMBINER_F90_COMPLEX.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.COMBINER_F90_COMPLEX.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.COMBINER_F90_COMPLEX.html diff --git a/4.0.3/html/reference/mpi4py.MPI.COMBINER_F90_INTEGER.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.COMBINER_F90_INTEGER.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.COMBINER_F90_INTEGER.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.COMBINER_F90_INTEGER.html diff --git a/4.0.3/html/reference/mpi4py.MPI.COMBINER_F90_REAL.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.COMBINER_F90_REAL.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.COMBINER_F90_REAL.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.COMBINER_F90_REAL.html diff --git a/4.0.3/html/reference/mpi4py.MPI.COMBINER_HINDEXED.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.COMBINER_HINDEXED.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.COMBINER_HINDEXED.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.COMBINER_HINDEXED.html diff --git a/4.0.3/html/reference/mpi4py.MPI.COMBINER_HINDEXED_BLOCK.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.COMBINER_HINDEXED_BLOCK.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.COMBINER_HINDEXED_BLOCK.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.COMBINER_HINDEXED_BLOCK.html diff --git a/4.0.3/html/reference/mpi4py.MPI.COMBINER_HVECTOR.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.COMBINER_HVECTOR.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.COMBINER_HVECTOR.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.COMBINER_HVECTOR.html diff --git a/4.0.3/html/reference/mpi4py.MPI.COMBINER_INDEXED.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.COMBINER_INDEXED.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.COMBINER_INDEXED.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.COMBINER_INDEXED.html diff --git a/4.0.3/html/reference/mpi4py.MPI.COMBINER_INDEXED_BLOCK.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.COMBINER_INDEXED_BLOCK.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.COMBINER_INDEXED_BLOCK.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.COMBINER_INDEXED_BLOCK.html diff --git a/4.0.3/html/reference/mpi4py.MPI.COMBINER_NAMED.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.COMBINER_NAMED.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.COMBINER_NAMED.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.COMBINER_NAMED.html diff --git a/4.0.3/html/reference/mpi4py.MPI.COMBINER_RESIZED.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.COMBINER_RESIZED.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.COMBINER_RESIZED.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.COMBINER_RESIZED.html diff --git a/4.0.3/html/reference/mpi4py.MPI.COMBINER_STRUCT.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.COMBINER_STRUCT.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.COMBINER_STRUCT.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.COMBINER_STRUCT.html diff --git a/4.0.3/html/reference/mpi4py.MPI.COMBINER_SUBARRAY.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.COMBINER_SUBARRAY.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.COMBINER_SUBARRAY.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.COMBINER_SUBARRAY.html diff --git a/4.0.3/html/reference/mpi4py.MPI.COMBINER_VALUE_INDEX.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.COMBINER_VALUE_INDEX.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.COMBINER_VALUE_INDEX.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.COMBINER_VALUE_INDEX.html diff --git a/4.0.3/html/reference/mpi4py.MPI.COMBINER_VECTOR.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.COMBINER_VECTOR.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.COMBINER_VECTOR.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.COMBINER_VECTOR.html diff --git a/4.0.3/html/reference/mpi4py.MPI.COMM_NULL.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.COMM_NULL.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.COMM_NULL.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.COMM_NULL.html diff --git a/4.0.3/html/reference/mpi4py.MPI.COMM_SELF.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.COMM_SELF.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.COMM_SELF.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.COMM_SELF.html diff --git a/4.0.3/html/reference/mpi4py.MPI.COMM_TYPE_HW_GUIDED.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.COMM_TYPE_HW_GUIDED.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.COMM_TYPE_HW_GUIDED.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.COMM_TYPE_HW_GUIDED.html diff --git a/4.0.3/html/reference/mpi4py.MPI.COMM_TYPE_HW_UNGUIDED.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.COMM_TYPE_HW_UNGUIDED.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.COMM_TYPE_HW_UNGUIDED.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.COMM_TYPE_HW_UNGUIDED.html diff --git a/4.0.3/html/reference/mpi4py.MPI.COMM_TYPE_RESOURCE_GUIDED.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.COMM_TYPE_RESOURCE_GUIDED.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.COMM_TYPE_RESOURCE_GUIDED.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.COMM_TYPE_RESOURCE_GUIDED.html diff --git a/4.0.3/html/reference/mpi4py.MPI.COMM_TYPE_SHARED.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.COMM_TYPE_SHARED.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.COMM_TYPE_SHARED.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.COMM_TYPE_SHARED.html diff --git a/4.0.3/html/reference/mpi4py.MPI.COMM_WORLD.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.COMM_WORLD.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.COMM_WORLD.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.COMM_WORLD.html diff --git a/4.0.3/html/reference/mpi4py.MPI.COMPLEX.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.COMPLEX.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.COMPLEX.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.COMPLEX.html diff --git a/4.0.3/html/reference/mpi4py.MPI.COMPLEX16.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.COMPLEX16.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.COMPLEX16.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.COMPLEX16.html diff --git a/4.0.3/html/reference/mpi4py.MPI.COMPLEX32.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.COMPLEX32.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.COMPLEX32.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.COMPLEX32.html diff --git a/4.0.3/html/reference/mpi4py.MPI.COMPLEX4.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.COMPLEX4.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.COMPLEX4.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.COMPLEX4.html diff --git a/4.0.3/html/reference/mpi4py.MPI.COMPLEX8.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.COMPLEX8.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.COMPLEX8.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.COMPLEX8.html diff --git a/4.0.3/html/reference/mpi4py.MPI.CONGRUENT.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.CONGRUENT.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.CONGRUENT.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.CONGRUENT.html diff --git a/4.0.3/html/reference/mpi4py.MPI.COUNT.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.COUNT.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.COUNT.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.COUNT.html diff --git a/4.0.3/html/reference/mpi4py.MPI.CXX_BOOL.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.CXX_BOOL.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.CXX_BOOL.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.CXX_BOOL.html diff --git a/4.0.3/html/reference/mpi4py.MPI.CXX_DOUBLE_COMPLEX.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.CXX_DOUBLE_COMPLEX.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.CXX_DOUBLE_COMPLEX.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.CXX_DOUBLE_COMPLEX.html diff --git a/4.0.3/html/reference/mpi4py.MPI.CXX_FLOAT_COMPLEX.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.CXX_FLOAT_COMPLEX.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.CXX_FLOAT_COMPLEX.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.CXX_FLOAT_COMPLEX.html diff --git a/4.0.3/html/reference/mpi4py.MPI.CXX_LONG_DOUBLE_COMPLEX.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.CXX_LONG_DOUBLE_COMPLEX.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.CXX_LONG_DOUBLE_COMPLEX.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.CXX_LONG_DOUBLE_COMPLEX.html diff --git a/4.0.3/html/reference/mpi4py.MPI.C_BOOL.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.C_BOOL.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.C_BOOL.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.C_BOOL.html diff --git a/4.0.3/html/reference/mpi4py.MPI.C_COMPLEX.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.C_COMPLEX.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.C_COMPLEX.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.C_COMPLEX.html diff --git a/4.0.3/html/reference/mpi4py.MPI.C_DOUBLE_COMPLEX.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.C_DOUBLE_COMPLEX.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.C_DOUBLE_COMPLEX.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.C_DOUBLE_COMPLEX.html diff --git a/4.0.3/html/reference/mpi4py.MPI.C_FLOAT_COMPLEX.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.C_FLOAT_COMPLEX.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.C_FLOAT_COMPLEX.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.C_FLOAT_COMPLEX.html diff --git a/4.0.3/html/reference/mpi4py.MPI.C_LONG_DOUBLE_COMPLEX.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.C_LONG_DOUBLE_COMPLEX.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.C_LONG_DOUBLE_COMPLEX.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.C_LONG_DOUBLE_COMPLEX.html diff --git a/4.0.3/html/reference/mpi4py.MPI.Cartcomm.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.Cartcomm.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.Cartcomm.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.Cartcomm.html diff --git a/4.0.3/html/reference/mpi4py.MPI.Close_port.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.Close_port.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.Close_port.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.Close_port.html diff --git a/4.0.3/html/reference/mpi4py.MPI.Comm.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.Comm.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.Comm.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.Comm.html diff --git a/4.0.3/html/reference/mpi4py.MPI.Compute_dims.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.Compute_dims.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.Compute_dims.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.Compute_dims.html diff --git a/4.0.3/html/reference/mpi4py.MPI.DATATYPE_NULL.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.DATATYPE_NULL.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.DATATYPE_NULL.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.DATATYPE_NULL.html diff --git a/4.0.3/html/reference/mpi4py.MPI.DISPLACEMENT_CURRENT.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.DISPLACEMENT_CURRENT.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.DISPLACEMENT_CURRENT.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.DISPLACEMENT_CURRENT.html diff --git a/4.0.3/html/reference/mpi4py.MPI.DISP_CUR.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.DISP_CUR.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.DISP_CUR.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.DISP_CUR.html diff --git a/4.0.3/html/reference/mpi4py.MPI.DISTRIBUTE_BLOCK.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.DISTRIBUTE_BLOCK.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.DISTRIBUTE_BLOCK.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.DISTRIBUTE_BLOCK.html diff --git a/4.0.3/html/reference/mpi4py.MPI.DISTRIBUTE_CYCLIC.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.DISTRIBUTE_CYCLIC.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.DISTRIBUTE_CYCLIC.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.DISTRIBUTE_CYCLIC.html diff --git a/4.0.3/html/reference/mpi4py.MPI.DISTRIBUTE_DFLT_DARG.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.DISTRIBUTE_DFLT_DARG.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.DISTRIBUTE_DFLT_DARG.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.DISTRIBUTE_DFLT_DARG.html diff --git a/4.0.3/html/reference/mpi4py.MPI.DISTRIBUTE_NONE.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.DISTRIBUTE_NONE.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.DISTRIBUTE_NONE.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.DISTRIBUTE_NONE.html diff --git a/4.0.3/html/reference/mpi4py.MPI.DIST_GRAPH.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.DIST_GRAPH.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.DIST_GRAPH.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.DIST_GRAPH.html diff --git a/4.0.3/html/reference/mpi4py.MPI.DOUBLE.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.DOUBLE.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.DOUBLE.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.DOUBLE.html diff --git a/4.0.3/html/reference/mpi4py.MPI.DOUBLE_COMPLEX.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.DOUBLE_COMPLEX.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.DOUBLE_COMPLEX.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.DOUBLE_COMPLEX.html diff --git a/4.0.3/html/reference/mpi4py.MPI.DOUBLE_INT.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.DOUBLE_INT.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.DOUBLE_INT.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.DOUBLE_INT.html diff --git a/4.0.3/html/reference/mpi4py.MPI.DOUBLE_PRECISION.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.DOUBLE_PRECISION.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.DOUBLE_PRECISION.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.DOUBLE_PRECISION.html diff --git a/4.0.3/html/reference/mpi4py.MPI.Datatype.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.Datatype.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.Datatype.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.Datatype.html diff --git a/4.0.3/html/reference/mpi4py.MPI.Detach_buffer.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.Detach_buffer.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.Detach_buffer.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.Detach_buffer.html diff --git a/4.0.3/html/reference/mpi4py.MPI.Distgraphcomm.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.Distgraphcomm.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.Distgraphcomm.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.Distgraphcomm.html diff --git a/4.0.3/html/reference/mpi4py.MPI.ERRHANDLER_NULL.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.ERRHANDLER_NULL.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.ERRHANDLER_NULL.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.ERRHANDLER_NULL.html diff --git a/4.0.3/html/reference/mpi4py.MPI.ERRORS_ABORT.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.ERRORS_ABORT.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.ERRORS_ABORT.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.ERRORS_ABORT.html diff --git a/4.0.3/html/reference/mpi4py.MPI.ERRORS_ARE_FATAL.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.ERRORS_ARE_FATAL.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.ERRORS_ARE_FATAL.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.ERRORS_ARE_FATAL.html diff --git a/4.0.3/html/reference/mpi4py.MPI.ERRORS_RETURN.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.ERRORS_RETURN.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.ERRORS_RETURN.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.ERRORS_RETURN.html diff --git a/4.0.3/html/reference/mpi4py.MPI.ERR_ACCESS.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_ACCESS.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.ERR_ACCESS.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_ACCESS.html diff --git a/4.0.3/html/reference/mpi4py.MPI.ERR_AMODE.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_AMODE.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.ERR_AMODE.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_AMODE.html diff --git a/4.0.3/html/reference/mpi4py.MPI.ERR_ARG.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_ARG.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.ERR_ARG.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_ARG.html diff --git a/4.0.3/html/reference/mpi4py.MPI.ERR_ASSERT.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_ASSERT.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.ERR_ASSERT.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_ASSERT.html diff --git a/4.0.3/html/reference/mpi4py.MPI.ERR_BAD_FILE.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_BAD_FILE.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.ERR_BAD_FILE.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_BAD_FILE.html diff --git a/4.0.3/html/reference/mpi4py.MPI.ERR_BASE.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_BASE.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.ERR_BASE.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_BASE.html diff --git a/4.0.3/html/reference/mpi4py.MPI.ERR_BUFFER.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_BUFFER.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.ERR_BUFFER.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_BUFFER.html diff --git a/4.0.3/html/reference/mpi4py.MPI.ERR_COMM.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_COMM.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.ERR_COMM.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_COMM.html diff --git a/4.0.3/html/reference/mpi4py.MPI.ERR_CONVERSION.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_CONVERSION.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.ERR_CONVERSION.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_CONVERSION.html diff --git a/4.0.3/html/reference/mpi4py.MPI.ERR_COUNT.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_COUNT.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.ERR_COUNT.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_COUNT.html diff --git a/4.0.3/html/reference/mpi4py.MPI.ERR_DIMS.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_DIMS.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.ERR_DIMS.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_DIMS.html diff --git a/4.0.3/html/reference/mpi4py.MPI.ERR_DISP.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_DISP.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.ERR_DISP.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_DISP.html diff --git a/4.0.3/html/reference/mpi4py.MPI.ERR_DUP_DATAREP.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_DUP_DATAREP.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.ERR_DUP_DATAREP.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_DUP_DATAREP.html diff --git a/4.0.3/html/reference/mpi4py.MPI.ERR_ERRHANDLER.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_ERRHANDLER.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.ERR_ERRHANDLER.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_ERRHANDLER.html diff --git a/4.0.3/html/reference/mpi4py.MPI.ERR_FILE.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_FILE.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.ERR_FILE.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_FILE.html diff --git a/4.0.3/html/reference/mpi4py.MPI.ERR_FILE_EXISTS.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_FILE_EXISTS.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.ERR_FILE_EXISTS.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_FILE_EXISTS.html diff --git a/4.0.3/html/reference/mpi4py.MPI.ERR_FILE_IN_USE.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_FILE_IN_USE.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.ERR_FILE_IN_USE.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_FILE_IN_USE.html diff --git a/4.0.3/html/reference/mpi4py.MPI.ERR_GROUP.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_GROUP.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.ERR_GROUP.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_GROUP.html diff --git a/4.0.3/html/reference/mpi4py.MPI.ERR_INFO.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_INFO.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.ERR_INFO.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_INFO.html diff --git a/4.0.3/html/reference/mpi4py.MPI.ERR_INFO_KEY.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_INFO_KEY.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.ERR_INFO_KEY.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_INFO_KEY.html diff --git a/4.0.3/html/reference/mpi4py.MPI.ERR_INFO_NOKEY.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_INFO_NOKEY.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.ERR_INFO_NOKEY.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_INFO_NOKEY.html diff --git a/4.0.3/html/reference/mpi4py.MPI.ERR_INFO_VALUE.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_INFO_VALUE.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.ERR_INFO_VALUE.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_INFO_VALUE.html diff --git a/4.0.3/html/reference/mpi4py.MPI.ERR_INTERN.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_INTERN.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.ERR_INTERN.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_INTERN.html diff --git a/4.0.3/html/reference/mpi4py.MPI.ERR_IN_STATUS.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_IN_STATUS.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.ERR_IN_STATUS.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_IN_STATUS.html diff --git a/4.0.3/html/reference/mpi4py.MPI.ERR_IO.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_IO.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.ERR_IO.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_IO.html diff --git a/4.0.3/html/reference/mpi4py.MPI.ERR_KEYVAL.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_KEYVAL.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.ERR_KEYVAL.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_KEYVAL.html diff --git a/4.0.3/html/reference/mpi4py.MPI.ERR_LASTCODE.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_LASTCODE.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.ERR_LASTCODE.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_LASTCODE.html diff --git a/4.0.3/html/reference/mpi4py.MPI.ERR_LOCKTYPE.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_LOCKTYPE.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.ERR_LOCKTYPE.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_LOCKTYPE.html diff --git a/4.0.3/html/reference/mpi4py.MPI.ERR_NAME.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_NAME.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.ERR_NAME.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_NAME.html diff --git a/4.0.3/html/reference/mpi4py.MPI.ERR_NOT_SAME.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_NOT_SAME.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.ERR_NOT_SAME.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_NOT_SAME.html diff --git a/4.0.3/html/reference/mpi4py.MPI.ERR_NO_MEM.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_NO_MEM.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.ERR_NO_MEM.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_NO_MEM.html diff --git a/4.0.3/html/reference/mpi4py.MPI.ERR_NO_SPACE.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_NO_SPACE.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.ERR_NO_SPACE.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_NO_SPACE.html diff --git a/4.0.3/html/reference/mpi4py.MPI.ERR_NO_SUCH_FILE.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_NO_SUCH_FILE.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.ERR_NO_SUCH_FILE.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_NO_SUCH_FILE.html diff --git a/4.0.3/html/reference/mpi4py.MPI.ERR_OP.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_OP.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.ERR_OP.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_OP.html diff --git a/4.0.3/html/reference/mpi4py.MPI.ERR_OTHER.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_OTHER.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.ERR_OTHER.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_OTHER.html diff --git a/4.0.3/html/reference/mpi4py.MPI.ERR_PENDING.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_PENDING.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.ERR_PENDING.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_PENDING.html diff --git a/4.0.3/html/reference/mpi4py.MPI.ERR_PORT.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_PORT.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.ERR_PORT.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_PORT.html diff --git a/4.0.3/html/reference/mpi4py.MPI.ERR_PROC_ABORTED.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_PROC_ABORTED.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.ERR_PROC_ABORTED.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_PROC_ABORTED.html diff --git a/4.0.3/html/reference/mpi4py.MPI.ERR_PROC_FAILED.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_PROC_FAILED.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.ERR_PROC_FAILED.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_PROC_FAILED.html diff --git a/4.0.3/html/reference/mpi4py.MPI.ERR_PROC_FAILED_PENDING.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_PROC_FAILED_PENDING.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.ERR_PROC_FAILED_PENDING.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_PROC_FAILED_PENDING.html diff --git a/4.0.3/html/reference/mpi4py.MPI.ERR_QUOTA.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_QUOTA.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.ERR_QUOTA.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_QUOTA.html diff --git a/4.0.3/html/reference/mpi4py.MPI.ERR_RANK.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_RANK.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.ERR_RANK.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_RANK.html diff --git a/4.0.3/html/reference/mpi4py.MPI.ERR_READ_ONLY.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_READ_ONLY.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.ERR_READ_ONLY.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_READ_ONLY.html diff --git a/4.0.3/html/reference/mpi4py.MPI.ERR_REQUEST.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_REQUEST.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.ERR_REQUEST.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_REQUEST.html diff --git a/4.0.3/html/reference/mpi4py.MPI.ERR_REVOKED.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_REVOKED.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.ERR_REVOKED.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_REVOKED.html diff --git a/4.0.3/html/reference/mpi4py.MPI.ERR_RMA_ATTACH.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_RMA_ATTACH.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.ERR_RMA_ATTACH.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_RMA_ATTACH.html diff --git a/4.0.3/html/reference/mpi4py.MPI.ERR_RMA_CONFLICT.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_RMA_CONFLICT.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.ERR_RMA_CONFLICT.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_RMA_CONFLICT.html diff --git a/4.0.3/html/reference/mpi4py.MPI.ERR_RMA_FLAVOR.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_RMA_FLAVOR.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.ERR_RMA_FLAVOR.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_RMA_FLAVOR.html diff --git a/4.0.3/html/reference/mpi4py.MPI.ERR_RMA_RANGE.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_RMA_RANGE.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.ERR_RMA_RANGE.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_RMA_RANGE.html diff --git a/4.0.3/html/reference/mpi4py.MPI.ERR_RMA_SHARED.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_RMA_SHARED.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.ERR_RMA_SHARED.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_RMA_SHARED.html diff --git a/4.0.3/html/reference/mpi4py.MPI.ERR_RMA_SYNC.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_RMA_SYNC.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.ERR_RMA_SYNC.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_RMA_SYNC.html diff --git a/4.0.3/html/reference/mpi4py.MPI.ERR_ROOT.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_ROOT.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.ERR_ROOT.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_ROOT.html diff --git a/4.0.3/html/reference/mpi4py.MPI.ERR_SERVICE.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_SERVICE.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.ERR_SERVICE.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_SERVICE.html diff --git a/4.0.3/html/reference/mpi4py.MPI.ERR_SESSION.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_SESSION.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.ERR_SESSION.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_SESSION.html diff --git a/4.0.3/html/reference/mpi4py.MPI.ERR_SIZE.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_SIZE.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.ERR_SIZE.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_SIZE.html diff --git a/4.0.3/html/reference/mpi4py.MPI.ERR_SPAWN.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_SPAWN.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.ERR_SPAWN.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_SPAWN.html diff --git a/4.0.3/html/reference/mpi4py.MPI.ERR_TAG.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_TAG.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.ERR_TAG.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_TAG.html diff --git a/4.0.3/html/reference/mpi4py.MPI.ERR_TOPOLOGY.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_TOPOLOGY.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.ERR_TOPOLOGY.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_TOPOLOGY.html diff --git a/4.0.3/html/reference/mpi4py.MPI.ERR_TRUNCATE.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_TRUNCATE.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.ERR_TRUNCATE.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_TRUNCATE.html diff --git a/4.0.3/html/reference/mpi4py.MPI.ERR_TYPE.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_TYPE.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.ERR_TYPE.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_TYPE.html diff --git a/4.0.3/html/reference/mpi4py.MPI.ERR_UNKNOWN.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_UNKNOWN.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.ERR_UNKNOWN.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_UNKNOWN.html diff --git a/4.0.3/html/reference/mpi4py.MPI.ERR_UNSUPPORTED_DATAREP.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_UNSUPPORTED_DATAREP.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.ERR_UNSUPPORTED_DATAREP.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_UNSUPPORTED_DATAREP.html diff --git a/4.0.3/html/reference/mpi4py.MPI.ERR_UNSUPPORTED_OPERATION.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_UNSUPPORTED_OPERATION.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.ERR_UNSUPPORTED_OPERATION.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_UNSUPPORTED_OPERATION.html diff --git a/4.0.3/html/reference/mpi4py.MPI.ERR_VALUE_TOO_LARGE.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_VALUE_TOO_LARGE.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.ERR_VALUE_TOO_LARGE.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_VALUE_TOO_LARGE.html diff --git a/4.0.3/html/reference/mpi4py.MPI.ERR_WIN.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_WIN.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.ERR_WIN.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.ERR_WIN.html diff --git a/4.0.3/html/reference/mpi4py.MPI.Errhandler.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.Errhandler.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.Errhandler.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.Errhandler.html diff --git a/4.0.3/html/reference/mpi4py.MPI.Exception.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.Exception.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.Exception.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.Exception.html diff --git a/4.0.3/html/reference/mpi4py.MPI.FILE_NULL.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.FILE_NULL.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.FILE_NULL.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.FILE_NULL.html diff --git a/4.0.3/html/reference/mpi4py.MPI.FLOAT.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.FLOAT.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.FLOAT.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.FLOAT.html diff --git a/4.0.3/html/reference/mpi4py.MPI.FLOAT_INT.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.FLOAT_INT.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.FLOAT_INT.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.FLOAT_INT.html diff --git a/4.0.3/html/reference/mpi4py.MPI.F_BOOL.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.F_BOOL.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.F_BOOL.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.F_BOOL.html diff --git a/4.0.3/html/reference/mpi4py.MPI.F_COMPLEX.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.F_COMPLEX.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.F_COMPLEX.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.F_COMPLEX.html diff --git a/4.0.3/html/reference/mpi4py.MPI.F_DOUBLE.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.F_DOUBLE.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.F_DOUBLE.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.F_DOUBLE.html diff --git a/4.0.3/html/reference/mpi4py.MPI.F_DOUBLE_COMPLEX.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.F_DOUBLE_COMPLEX.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.F_DOUBLE_COMPLEX.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.F_DOUBLE_COMPLEX.html diff --git a/4.0.3/html/reference/mpi4py.MPI.F_ERROR.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.F_ERROR.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.F_ERROR.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.F_ERROR.html diff --git a/4.0.3/html/reference/mpi4py.MPI.F_FLOAT.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.F_FLOAT.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.F_FLOAT.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.F_FLOAT.html diff --git a/4.0.3/html/reference/mpi4py.MPI.F_FLOAT_COMPLEX.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.F_FLOAT_COMPLEX.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.F_FLOAT_COMPLEX.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.F_FLOAT_COMPLEX.html diff --git a/4.0.3/html/reference/mpi4py.MPI.F_INT.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.F_INT.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.F_INT.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.F_INT.html diff --git a/4.0.3/html/reference/mpi4py.MPI.F_SOURCE.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.F_SOURCE.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.F_SOURCE.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.F_SOURCE.html diff --git a/4.0.3/html/reference/mpi4py.MPI.F_STATUS_SIZE.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.F_STATUS_SIZE.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.F_STATUS_SIZE.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.F_STATUS_SIZE.html diff --git a/4.0.3/html/reference/mpi4py.MPI.F_TAG.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.F_TAG.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.F_TAG.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.F_TAG.html diff --git a/4.0.3/html/reference/mpi4py.MPI.File.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.File.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.File.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.File.html diff --git a/4.0.3/html/reference/mpi4py.MPI.Finalize.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.Finalize.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.Finalize.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.Finalize.html diff --git a/4.0.3/html/reference/mpi4py.MPI.Flush_buffer.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.Flush_buffer.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.Flush_buffer.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.Flush_buffer.html diff --git a/4.0.3/html/reference/mpi4py.MPI.Free_mem.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.Free_mem.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.Free_mem.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.Free_mem.html diff --git a/4.0.3/html/reference/mpi4py.MPI.GRAPH.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.GRAPH.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.GRAPH.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.GRAPH.html diff --git a/4.0.3/html/reference/mpi4py.MPI.GROUP_EMPTY.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.GROUP_EMPTY.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.GROUP_EMPTY.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.GROUP_EMPTY.html diff --git a/4.0.3/html/reference/mpi4py.MPI.GROUP_NULL.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.GROUP_NULL.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.GROUP_NULL.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.GROUP_NULL.html diff --git a/4.0.3/html/reference/mpi4py.MPI.Get_address.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.Get_address.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.Get_address.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.Get_address.html diff --git a/4.0.3/html/reference/mpi4py.MPI.Get_error_class.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.Get_error_class.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.Get_error_class.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.Get_error_class.html diff --git a/4.0.3/html/reference/mpi4py.MPI.Get_error_string.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.Get_error_string.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.Get_error_string.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.Get_error_string.html diff --git a/4.0.3/html/reference/mpi4py.MPI.Get_hw_resource_info.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.Get_hw_resource_info.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.Get_hw_resource_info.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.Get_hw_resource_info.html diff --git a/4.0.3/html/reference/mpi4py.MPI.Get_library_version.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.Get_library_version.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.Get_library_version.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.Get_library_version.html diff --git a/4.0.3/html/reference/mpi4py.MPI.Get_processor_name.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.Get_processor_name.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.Get_processor_name.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.Get_processor_name.html diff --git a/4.0.3/html/reference/mpi4py.MPI.Get_version.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.Get_version.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.Get_version.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.Get_version.html diff --git a/4.0.3/html/reference/mpi4py.MPI.Graphcomm.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.Graphcomm.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.Graphcomm.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.Graphcomm.html diff --git a/4.0.3/html/reference/mpi4py.MPI.Grequest.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.Grequest.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.Grequest.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.Grequest.html diff --git a/4.0.3/html/reference/mpi4py.MPI.Group.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.Group.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.Group.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.Group.html diff --git a/4.0.3/html/reference/mpi4py.MPI.IDENT.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.IDENT.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.IDENT.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.IDENT.html diff --git a/4.0.3/html/reference/mpi4py.MPI.INFO_ENV.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.INFO_ENV.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.INFO_ENV.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.INFO_ENV.html diff --git a/4.0.3/html/reference/mpi4py.MPI.INFO_NULL.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.INFO_NULL.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.INFO_NULL.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.INFO_NULL.html diff --git a/4.0.3/html/reference/mpi4py.MPI.INT.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.INT.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.INT.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.INT.html diff --git a/4.0.3/html/reference/mpi4py.MPI.INT16_T.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.INT16_T.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.INT16_T.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.INT16_T.html diff --git a/4.0.3/html/reference/mpi4py.MPI.INT32_T.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.INT32_T.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.INT32_T.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.INT32_T.html diff --git a/4.0.3/html/reference/mpi4py.MPI.INT64_T.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.INT64_T.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.INT64_T.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.INT64_T.html diff --git a/4.0.3/html/reference/mpi4py.MPI.INT8_T.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.INT8_T.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.INT8_T.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.INT8_T.html diff --git a/4.0.3/html/reference/mpi4py.MPI.INTEGER.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.INTEGER.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.INTEGER.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.INTEGER.html diff --git a/4.0.3/html/reference/mpi4py.MPI.INTEGER1.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.INTEGER1.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.INTEGER1.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.INTEGER1.html diff --git a/4.0.3/html/reference/mpi4py.MPI.INTEGER16.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.INTEGER16.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.INTEGER16.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.INTEGER16.html diff --git a/4.0.3/html/reference/mpi4py.MPI.INTEGER2.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.INTEGER2.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.INTEGER2.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.INTEGER2.html diff --git a/4.0.3/html/reference/mpi4py.MPI.INTEGER4.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.INTEGER4.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.INTEGER4.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.INTEGER4.html diff --git a/4.0.3/html/reference/mpi4py.MPI.INTEGER8.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.INTEGER8.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.INTEGER8.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.INTEGER8.html diff --git a/4.0.3/html/reference/mpi4py.MPI.INT_INT.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.INT_INT.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.INT_INT.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.INT_INT.html diff --git a/4.0.3/html/reference/mpi4py.MPI.IN_PLACE.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.IN_PLACE.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.IN_PLACE.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.IN_PLACE.html diff --git a/4.0.3/html/reference/mpi4py.MPI.IO.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.IO.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.IO.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.IO.html diff --git a/4.0.3/html/reference/mpi4py.MPI.Iflush_buffer.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.Iflush_buffer.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.Iflush_buffer.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.Iflush_buffer.html diff --git a/4.0.3/html/reference/mpi4py.MPI.InPlaceType.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.InPlaceType.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.InPlaceType.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.InPlaceType.html diff --git a/4.0.3/html/reference/mpi4py.MPI.Info.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.Info.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.Info.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.Info.html diff --git a/4.0.3/html/reference/mpi4py.MPI.Init.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.Init.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.Init.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.Init.html diff --git a/4.0.3/html/reference/mpi4py.MPI.Init_thread.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.Init_thread.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.Init_thread.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.Init_thread.html diff --git a/4.0.3/html/reference/mpi4py.MPI.Intercomm.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.Intercomm.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.Intercomm.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.Intercomm.html diff --git a/4.0.3/html/reference/mpi4py.MPI.Intracomm.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.Intracomm.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.Intracomm.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.Intracomm.html diff --git a/4.0.3/html/reference/mpi4py.MPI.Is_finalized.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.Is_finalized.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.Is_finalized.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.Is_finalized.html diff --git a/4.0.3/html/reference/mpi4py.MPI.Is_initialized.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.Is_initialized.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.Is_initialized.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.Is_initialized.html diff --git a/4.0.3/html/reference/mpi4py.MPI.Is_thread_main.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.Is_thread_main.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.Is_thread_main.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.Is_thread_main.html diff --git a/4.0.3/html/reference/mpi4py.MPI.KEYVAL_INVALID.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.KEYVAL_INVALID.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.KEYVAL_INVALID.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.KEYVAL_INVALID.html diff --git a/4.0.3/html/reference/mpi4py.MPI.LAND.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.LAND.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.LAND.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.LAND.html diff --git a/4.0.3/html/reference/mpi4py.MPI.LASTUSEDCODE.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.LASTUSEDCODE.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.LASTUSEDCODE.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.LASTUSEDCODE.html diff --git a/4.0.3/html/reference/mpi4py.MPI.LOCK_EXCLUSIVE.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.LOCK_EXCLUSIVE.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.LOCK_EXCLUSIVE.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.LOCK_EXCLUSIVE.html diff --git a/4.0.3/html/reference/mpi4py.MPI.LOCK_SHARED.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.LOCK_SHARED.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.LOCK_SHARED.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.LOCK_SHARED.html diff --git a/4.0.3/html/reference/mpi4py.MPI.LOGICAL.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.LOGICAL.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.LOGICAL.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.LOGICAL.html diff --git a/4.0.3/html/reference/mpi4py.MPI.LOGICAL1.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.LOGICAL1.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.LOGICAL1.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.LOGICAL1.html diff --git a/4.0.3/html/reference/mpi4py.MPI.LOGICAL2.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.LOGICAL2.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.LOGICAL2.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.LOGICAL2.html diff --git a/4.0.3/html/reference/mpi4py.MPI.LOGICAL4.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.LOGICAL4.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.LOGICAL4.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.LOGICAL4.html diff --git a/4.0.3/html/reference/mpi4py.MPI.LOGICAL8.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.LOGICAL8.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.LOGICAL8.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.LOGICAL8.html diff --git a/4.0.3/html/reference/mpi4py.MPI.LONG.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.LONG.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.LONG.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.LONG.html diff --git a/4.0.3/html/reference/mpi4py.MPI.LONG_DOUBLE.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.LONG_DOUBLE.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.LONG_DOUBLE.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.LONG_DOUBLE.html diff --git a/4.0.3/html/reference/mpi4py.MPI.LONG_DOUBLE_INT.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.LONG_DOUBLE_INT.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.LONG_DOUBLE_INT.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.LONG_DOUBLE_INT.html diff --git a/4.0.3/html/reference/mpi4py.MPI.LONG_INT.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.LONG_INT.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.LONG_INT.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.LONG_INT.html diff --git a/4.0.3/html/reference/mpi4py.MPI.LONG_LONG.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.LONG_LONG.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.LONG_LONG.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.LONG_LONG.html diff --git a/4.0.3/html/reference/mpi4py.MPI.LOR.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.LOR.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.LOR.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.LOR.html diff --git a/4.0.3/html/reference/mpi4py.MPI.LXOR.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.LXOR.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.LXOR.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.LXOR.html diff --git a/4.0.3/html/reference/mpi4py.MPI.Lookup_name.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.Lookup_name.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.Lookup_name.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.Lookup_name.html diff --git a/4.0.3/html/reference/mpi4py.MPI.MAX.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.MAX.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.MAX.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.MAX.html diff --git a/4.0.3/html/reference/mpi4py.MPI.MAXLOC.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.MAXLOC.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.MAXLOC.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.MAXLOC.html diff --git a/4.0.3/html/reference/mpi4py.MPI.MAX_DATAREP_STRING.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.MAX_DATAREP_STRING.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.MAX_DATAREP_STRING.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.MAX_DATAREP_STRING.html diff --git a/4.0.3/html/reference/mpi4py.MPI.MAX_ERROR_STRING.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.MAX_ERROR_STRING.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.MAX_ERROR_STRING.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.MAX_ERROR_STRING.html diff --git a/4.0.3/html/reference/mpi4py.MPI.MAX_INFO_KEY.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.MAX_INFO_KEY.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.MAX_INFO_KEY.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.MAX_INFO_KEY.html diff --git a/4.0.3/html/reference/mpi4py.MPI.MAX_INFO_VAL.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.MAX_INFO_VAL.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.MAX_INFO_VAL.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.MAX_INFO_VAL.html diff --git a/4.0.3/html/reference/mpi4py.MPI.MAX_LIBRARY_VERSION_STRING.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.MAX_LIBRARY_VERSION_STRING.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.MAX_LIBRARY_VERSION_STRING.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.MAX_LIBRARY_VERSION_STRING.html diff --git a/4.0.3/html/reference/mpi4py.MPI.MAX_OBJECT_NAME.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.MAX_OBJECT_NAME.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.MAX_OBJECT_NAME.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.MAX_OBJECT_NAME.html diff --git a/4.0.3/html/reference/mpi4py.MPI.MAX_PORT_NAME.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.MAX_PORT_NAME.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.MAX_PORT_NAME.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.MAX_PORT_NAME.html diff --git a/4.0.3/html/reference/mpi4py.MPI.MAX_PROCESSOR_NAME.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.MAX_PROCESSOR_NAME.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.MAX_PROCESSOR_NAME.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.MAX_PROCESSOR_NAME.html diff --git a/4.0.3/html/reference/mpi4py.MPI.MAX_PSET_NAME_LEN.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.MAX_PSET_NAME_LEN.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.MAX_PSET_NAME_LEN.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.MAX_PSET_NAME_LEN.html diff --git a/4.0.3/html/reference/mpi4py.MPI.MAX_STRINGTAG_LEN.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.MAX_STRINGTAG_LEN.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.MAX_STRINGTAG_LEN.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.MAX_STRINGTAG_LEN.html diff --git a/4.0.3/html/reference/mpi4py.MPI.MESSAGE_NO_PROC.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.MESSAGE_NO_PROC.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.MESSAGE_NO_PROC.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.MESSAGE_NO_PROC.html diff --git a/4.0.3/html/reference/mpi4py.MPI.MESSAGE_NULL.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.MESSAGE_NULL.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.MESSAGE_NULL.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.MESSAGE_NULL.html diff --git a/4.0.3/html/reference/mpi4py.MPI.MIN.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.MIN.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.MIN.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.MIN.html diff --git a/4.0.3/html/reference/mpi4py.MPI.MINLOC.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.MINLOC.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.MINLOC.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.MINLOC.html diff --git a/4.0.3/html/reference/mpi4py.MPI.MODE_APPEND.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.MODE_APPEND.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.MODE_APPEND.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.MODE_APPEND.html diff --git a/4.0.3/html/reference/mpi4py.MPI.MODE_CREATE.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.MODE_CREATE.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.MODE_CREATE.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.MODE_CREATE.html diff --git a/4.0.3/html/reference/mpi4py.MPI.MODE_DELETE_ON_CLOSE.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.MODE_DELETE_ON_CLOSE.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.MODE_DELETE_ON_CLOSE.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.MODE_DELETE_ON_CLOSE.html diff --git a/4.0.3/html/reference/mpi4py.MPI.MODE_EXCL.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.MODE_EXCL.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.MODE_EXCL.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.MODE_EXCL.html diff --git a/4.0.3/html/reference/mpi4py.MPI.MODE_NOCHECK.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.MODE_NOCHECK.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.MODE_NOCHECK.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.MODE_NOCHECK.html diff --git a/4.0.3/html/reference/mpi4py.MPI.MODE_NOPRECEDE.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.MODE_NOPRECEDE.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.MODE_NOPRECEDE.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.MODE_NOPRECEDE.html diff --git a/4.0.3/html/reference/mpi4py.MPI.MODE_NOPUT.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.MODE_NOPUT.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.MODE_NOPUT.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.MODE_NOPUT.html diff --git a/4.0.3/html/reference/mpi4py.MPI.MODE_NOSTORE.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.MODE_NOSTORE.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.MODE_NOSTORE.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.MODE_NOSTORE.html diff --git a/4.0.3/html/reference/mpi4py.MPI.MODE_NOSUCCEED.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.MODE_NOSUCCEED.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.MODE_NOSUCCEED.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.MODE_NOSUCCEED.html diff --git a/4.0.3/html/reference/mpi4py.MPI.MODE_RDONLY.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.MODE_RDONLY.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.MODE_RDONLY.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.MODE_RDONLY.html diff --git a/4.0.3/html/reference/mpi4py.MPI.MODE_RDWR.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.MODE_RDWR.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.MODE_RDWR.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.MODE_RDWR.html diff --git a/4.0.3/html/reference/mpi4py.MPI.MODE_SEQUENTIAL.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.MODE_SEQUENTIAL.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.MODE_SEQUENTIAL.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.MODE_SEQUENTIAL.html diff --git a/4.0.3/html/reference/mpi4py.MPI.MODE_UNIQUE_OPEN.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.MODE_UNIQUE_OPEN.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.MODE_UNIQUE_OPEN.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.MODE_UNIQUE_OPEN.html diff --git a/4.0.3/html/reference/mpi4py.MPI.MODE_WRONLY.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.MODE_WRONLY.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.MODE_WRONLY.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.MODE_WRONLY.html diff --git a/4.0.3/html/reference/mpi4py.MPI.Message.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.Message.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.Message.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.Message.html diff --git a/4.0.3/html/reference/mpi4py.MPI.NO_OP.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.NO_OP.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.NO_OP.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.NO_OP.html diff --git a/4.0.3/html/reference/mpi4py.MPI.OFFSET.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.OFFSET.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.OFFSET.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.OFFSET.html diff --git a/4.0.3/html/reference/mpi4py.MPI.OP_NULL.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.OP_NULL.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.OP_NULL.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.OP_NULL.html diff --git a/4.0.3/html/reference/mpi4py.MPI.ORDER_C.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.ORDER_C.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.ORDER_C.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.ORDER_C.html diff --git a/4.0.3/html/reference/mpi4py.MPI.ORDER_F.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.ORDER_F.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.ORDER_F.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.ORDER_F.html diff --git a/4.0.3/html/reference/mpi4py.MPI.ORDER_FORTRAN.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.ORDER_FORTRAN.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.ORDER_FORTRAN.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.ORDER_FORTRAN.html diff --git a/4.0.3/html/reference/mpi4py.MPI.Op.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.Op.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.Op.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.Op.html diff --git a/4.0.3/html/reference/mpi4py.MPI.Open_port.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.Open_port.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.Open_port.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.Open_port.html diff --git a/4.0.3/html/reference/mpi4py.MPI.PACKED.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.PACKED.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.PACKED.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.PACKED.html diff --git a/4.0.3/html/reference/mpi4py.MPI.PROC_NULL.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.PROC_NULL.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.PROC_NULL.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.PROC_NULL.html diff --git a/4.0.3/html/reference/mpi4py.MPI.PROD.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.PROD.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.PROD.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.PROD.html diff --git a/4.0.3/html/reference/mpi4py.MPI.Pcontrol.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.Pcontrol.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.Pcontrol.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.Pcontrol.html diff --git a/4.0.3/html/reference/mpi4py.MPI.Pickle.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.Pickle.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.Pickle.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.Pickle.html diff --git a/4.0.3/html/reference/mpi4py.MPI.Prequest.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.Prequest.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.Prequest.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.Prequest.html diff --git a/4.0.3/html/reference/mpi4py.MPI.Publish_name.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.Publish_name.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.Publish_name.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.Publish_name.html diff --git a/4.0.3/html/reference/mpi4py.MPI.Query_thread.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.Query_thread.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.Query_thread.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.Query_thread.html diff --git a/4.0.3/html/reference/mpi4py.MPI.REAL.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.REAL.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.REAL.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.REAL.html diff --git a/4.0.3/html/reference/mpi4py.MPI.REAL16.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.REAL16.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.REAL16.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.REAL16.html diff --git a/4.0.3/html/reference/mpi4py.MPI.REAL2.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.REAL2.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.REAL2.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.REAL2.html diff --git a/4.0.3/html/reference/mpi4py.MPI.REAL4.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.REAL4.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.REAL4.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.REAL4.html diff --git a/4.0.3/html/reference/mpi4py.MPI.REAL8.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.REAL8.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.REAL8.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.REAL8.html diff --git a/4.0.3/html/reference/mpi4py.MPI.REPLACE.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.REPLACE.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.REPLACE.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.REPLACE.html diff --git a/4.0.3/html/reference/mpi4py.MPI.REQUEST_NULL.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.REQUEST_NULL.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.REQUEST_NULL.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.REQUEST_NULL.html diff --git a/4.0.3/html/reference/mpi4py.MPI.ROOT.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.ROOT.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.ROOT.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.ROOT.html diff --git a/4.0.3/html/reference/mpi4py.MPI.Register_datarep.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.Register_datarep.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.Register_datarep.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.Register_datarep.html diff --git a/4.0.3/html/reference/mpi4py.MPI.Remove_error_class.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.Remove_error_class.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.Remove_error_class.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.Remove_error_class.html diff --git a/4.0.3/html/reference/mpi4py.MPI.Remove_error_code.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.Remove_error_code.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.Remove_error_code.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.Remove_error_code.html diff --git a/4.0.3/html/reference/mpi4py.MPI.Remove_error_string.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.Remove_error_string.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.Remove_error_string.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.Remove_error_string.html diff --git a/4.0.3/html/reference/mpi4py.MPI.Request.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.Request.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.Request.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.Request.html diff --git a/4.0.3/html/reference/mpi4py.MPI.SEEK_CUR.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.SEEK_CUR.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.SEEK_CUR.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.SEEK_CUR.html diff --git a/4.0.3/html/reference/mpi4py.MPI.SEEK_END.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.SEEK_END.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.SEEK_END.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.SEEK_END.html diff --git a/4.0.3/html/reference/mpi4py.MPI.SEEK_SET.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.SEEK_SET.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.SEEK_SET.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.SEEK_SET.html diff --git a/4.0.3/html/reference/mpi4py.MPI.SESSION_NULL.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.SESSION_NULL.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.SESSION_NULL.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.SESSION_NULL.html diff --git a/4.0.3/html/reference/mpi4py.MPI.SHORT.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.SHORT.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.SHORT.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.SHORT.html diff --git a/4.0.3/html/reference/mpi4py.MPI.SHORT_INT.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.SHORT_INT.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.SHORT_INT.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.SHORT_INT.html diff --git a/4.0.3/html/reference/mpi4py.MPI.SIGNED_CHAR.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.SIGNED_CHAR.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.SIGNED_CHAR.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.SIGNED_CHAR.html diff --git a/4.0.3/html/reference/mpi4py.MPI.SIGNED_INT.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.SIGNED_INT.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.SIGNED_INT.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.SIGNED_INT.html diff --git a/4.0.3/html/reference/mpi4py.MPI.SIGNED_LONG.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.SIGNED_LONG.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.SIGNED_LONG.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.SIGNED_LONG.html diff --git a/4.0.3/html/reference/mpi4py.MPI.SIGNED_LONG_LONG.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.SIGNED_LONG_LONG.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.SIGNED_LONG_LONG.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.SIGNED_LONG_LONG.html diff --git a/4.0.3/html/reference/mpi4py.MPI.SIGNED_SHORT.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.SIGNED_SHORT.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.SIGNED_SHORT.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.SIGNED_SHORT.html diff --git a/4.0.3/html/reference/mpi4py.MPI.SIMILAR.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.SIMILAR.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.SIMILAR.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.SIMILAR.html diff --git a/4.0.3/html/reference/mpi4py.MPI.SINT16_T.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.SINT16_T.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.SINT16_T.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.SINT16_T.html diff --git a/4.0.3/html/reference/mpi4py.MPI.SINT32_T.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.SINT32_T.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.SINT32_T.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.SINT32_T.html diff --git a/4.0.3/html/reference/mpi4py.MPI.SINT64_T.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.SINT64_T.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.SINT64_T.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.SINT64_T.html diff --git a/4.0.3/html/reference/mpi4py.MPI.SINT8_T.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.SINT8_T.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.SINT8_T.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.SINT8_T.html diff --git a/4.0.3/html/reference/mpi4py.MPI.SUBVERSION.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.SUBVERSION.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.SUBVERSION.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.SUBVERSION.html diff --git a/4.0.3/html/reference/mpi4py.MPI.SUCCESS.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.SUCCESS.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.SUCCESS.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.SUCCESS.html diff --git a/4.0.3/html/reference/mpi4py.MPI.SUM.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.SUM.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.SUM.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.SUM.html diff --git a/4.0.3/html/reference/mpi4py.MPI.Session.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.Session.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.Session.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.Session.html diff --git a/4.0.3/html/reference/mpi4py.MPI.Status.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.Status.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.Status.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.Status.html diff --git a/4.0.3/html/reference/mpi4py.MPI.TAG_UB.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.TAG_UB.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.TAG_UB.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.TAG_UB.html diff --git a/4.0.3/html/reference/mpi4py.MPI.THREAD_FUNNELED.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.THREAD_FUNNELED.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.THREAD_FUNNELED.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.THREAD_FUNNELED.html diff --git a/4.0.3/html/reference/mpi4py.MPI.THREAD_MULTIPLE.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.THREAD_MULTIPLE.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.THREAD_MULTIPLE.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.THREAD_MULTIPLE.html diff --git a/4.0.3/html/reference/mpi4py.MPI.THREAD_SERIALIZED.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.THREAD_SERIALIZED.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.THREAD_SERIALIZED.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.THREAD_SERIALIZED.html diff --git a/4.0.3/html/reference/mpi4py.MPI.THREAD_SINGLE.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.THREAD_SINGLE.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.THREAD_SINGLE.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.THREAD_SINGLE.html diff --git a/4.0.3/html/reference/mpi4py.MPI.TWOINT.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.TWOINT.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.TWOINT.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.TWOINT.html diff --git a/4.0.3/html/reference/mpi4py.MPI.TYPECLASS_COMPLEX.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.TYPECLASS_COMPLEX.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.TYPECLASS_COMPLEX.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.TYPECLASS_COMPLEX.html diff --git a/4.0.3/html/reference/mpi4py.MPI.TYPECLASS_INTEGER.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.TYPECLASS_INTEGER.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.TYPECLASS_INTEGER.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.TYPECLASS_INTEGER.html diff --git a/4.0.3/html/reference/mpi4py.MPI.TYPECLASS_REAL.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.TYPECLASS_REAL.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.TYPECLASS_REAL.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.TYPECLASS_REAL.html diff --git a/4.0.3/html/reference/mpi4py.MPI.Topocomm.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.Topocomm.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.Topocomm.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.Topocomm.html diff --git a/4.0.3/html/reference/mpi4py.MPI.UINT16_T.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.UINT16_T.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.UINT16_T.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.UINT16_T.html diff --git a/4.0.3/html/reference/mpi4py.MPI.UINT32_T.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.UINT32_T.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.UINT32_T.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.UINT32_T.html diff --git a/4.0.3/html/reference/mpi4py.MPI.UINT64_T.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.UINT64_T.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.UINT64_T.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.UINT64_T.html diff --git a/4.0.3/html/reference/mpi4py.MPI.UINT8_T.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.UINT8_T.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.UINT8_T.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.UINT8_T.html diff --git a/4.0.3/html/reference/mpi4py.MPI.UNDEFINED.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.UNDEFINED.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.UNDEFINED.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.UNDEFINED.html diff --git a/4.0.3/html/reference/mpi4py.MPI.UNEQUAL.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.UNEQUAL.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.UNEQUAL.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.UNEQUAL.html diff --git a/4.0.3/html/reference/mpi4py.MPI.UNIVERSE_SIZE.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.UNIVERSE_SIZE.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.UNIVERSE_SIZE.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.UNIVERSE_SIZE.html diff --git a/4.0.3/html/reference/mpi4py.MPI.UNSIGNED.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.UNSIGNED.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.UNSIGNED.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.UNSIGNED.html diff --git a/4.0.3/html/reference/mpi4py.MPI.UNSIGNED_CHAR.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.UNSIGNED_CHAR.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.UNSIGNED_CHAR.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.UNSIGNED_CHAR.html diff --git a/4.0.3/html/reference/mpi4py.MPI.UNSIGNED_INT.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.UNSIGNED_INT.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.UNSIGNED_INT.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.UNSIGNED_INT.html diff --git a/4.0.3/html/reference/mpi4py.MPI.UNSIGNED_LONG.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.UNSIGNED_LONG.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.UNSIGNED_LONG.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.UNSIGNED_LONG.html diff --git a/4.0.3/html/reference/mpi4py.MPI.UNSIGNED_LONG_LONG.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.UNSIGNED_LONG_LONG.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.UNSIGNED_LONG_LONG.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.UNSIGNED_LONG_LONG.html diff --git a/4.0.3/html/reference/mpi4py.MPI.UNSIGNED_SHORT.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.UNSIGNED_SHORT.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.UNSIGNED_SHORT.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.UNSIGNED_SHORT.html diff --git a/4.0.3/html/reference/mpi4py.MPI.UNWEIGHTED.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.UNWEIGHTED.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.UNWEIGHTED.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.UNWEIGHTED.html diff --git a/4.0.3/html/reference/mpi4py.MPI.Unpublish_name.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.Unpublish_name.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.Unpublish_name.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.Unpublish_name.html diff --git a/4.0.3/html/reference/mpi4py.MPI.VERSION.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.VERSION.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.VERSION.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.VERSION.html diff --git a/4.0.3/html/reference/mpi4py.MPI.WCHAR.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.WCHAR.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.WCHAR.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.WCHAR.html diff --git a/4.0.3/html/reference/mpi4py.MPI.WEIGHTS_EMPTY.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.WEIGHTS_EMPTY.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.WEIGHTS_EMPTY.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.WEIGHTS_EMPTY.html diff --git a/4.0.3/html/reference/mpi4py.MPI.WIN_BASE.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.WIN_BASE.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.WIN_BASE.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.WIN_BASE.html diff --git a/4.0.3/html/reference/mpi4py.MPI.WIN_CREATE_FLAVOR.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.WIN_CREATE_FLAVOR.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.WIN_CREATE_FLAVOR.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.WIN_CREATE_FLAVOR.html diff --git a/4.0.3/html/reference/mpi4py.MPI.WIN_DISP_UNIT.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.WIN_DISP_UNIT.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.WIN_DISP_UNIT.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.WIN_DISP_UNIT.html diff --git a/4.0.3/html/reference/mpi4py.MPI.WIN_FLAVOR.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.WIN_FLAVOR.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.WIN_FLAVOR.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.WIN_FLAVOR.html diff --git a/4.0.3/html/reference/mpi4py.MPI.WIN_FLAVOR_ALLOCATE.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.WIN_FLAVOR_ALLOCATE.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.WIN_FLAVOR_ALLOCATE.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.WIN_FLAVOR_ALLOCATE.html diff --git a/4.0.3/html/reference/mpi4py.MPI.WIN_FLAVOR_CREATE.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.WIN_FLAVOR_CREATE.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.WIN_FLAVOR_CREATE.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.WIN_FLAVOR_CREATE.html diff --git a/4.0.3/html/reference/mpi4py.MPI.WIN_FLAVOR_DYNAMIC.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.WIN_FLAVOR_DYNAMIC.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.WIN_FLAVOR_DYNAMIC.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.WIN_FLAVOR_DYNAMIC.html diff --git a/4.0.3/html/reference/mpi4py.MPI.WIN_FLAVOR_SHARED.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.WIN_FLAVOR_SHARED.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.WIN_FLAVOR_SHARED.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.WIN_FLAVOR_SHARED.html diff --git a/4.0.3/html/reference/mpi4py.MPI.WIN_MODEL.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.WIN_MODEL.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.WIN_MODEL.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.WIN_MODEL.html diff --git a/4.0.3/html/reference/mpi4py.MPI.WIN_NULL.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.WIN_NULL.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.WIN_NULL.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.WIN_NULL.html diff --git a/4.0.3/html/reference/mpi4py.MPI.WIN_SEPARATE.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.WIN_SEPARATE.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.WIN_SEPARATE.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.WIN_SEPARATE.html diff --git a/4.0.3/html/reference/mpi4py.MPI.WIN_SIZE.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.WIN_SIZE.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.WIN_SIZE.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.WIN_SIZE.html diff --git a/4.0.3/html/reference/mpi4py.MPI.WIN_UNIFIED.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.WIN_UNIFIED.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.WIN_UNIFIED.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.WIN_UNIFIED.html diff --git a/4.0.3/html/reference/mpi4py.MPI.WTIME_IS_GLOBAL.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.WTIME_IS_GLOBAL.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.WTIME_IS_GLOBAL.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.WTIME_IS_GLOBAL.html diff --git a/4.0.3/html/reference/mpi4py.MPI.Win.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.Win.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.Win.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.Win.html diff --git a/4.0.3/html/reference/mpi4py.MPI.Wtick.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.Wtick.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.Wtick.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.Wtick.html diff --git a/4.0.3/html/reference/mpi4py.MPI.Wtime.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.Wtime.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.Wtime.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.Wtime.html diff --git a/4.0.3/html/reference/mpi4py.MPI.buffer.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.buffer.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.buffer.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.buffer.html diff --git a/4.0.3/html/reference/mpi4py.MPI.get_vendor.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.get_vendor.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.get_vendor.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.get_vendor.html diff --git a/4.0.3/html/reference/mpi4py.MPI.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.html diff --git a/4.0.3/html/reference/mpi4py.MPI.memory.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.memory.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.memory.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.memory.html diff --git a/4.0.3/html/reference/mpi4py.MPI.pickle.html b/mpi4py/4.0.3/html/reference/mpi4py.MPI.pickle.html similarity index 100% rename from 4.0.3/html/reference/mpi4py.MPI.pickle.html rename to mpi4py/4.0.3/html/reference/mpi4py.MPI.pickle.html diff --git a/4.0.3/html/search.html b/mpi4py/4.0.3/html/search.html similarity index 100% rename from 4.0.3/html/search.html rename to mpi4py/4.0.3/html/search.html diff --git a/4.0.3/html/searchindex.js b/mpi4py/4.0.3/html/searchindex.js similarity index 100% rename from 4.0.3/html/searchindex.js rename to mpi4py/4.0.3/html/searchindex.js diff --git a/4.0.3/html/tutorial.html b/mpi4py/4.0.3/html/tutorial.html similarity index 100% rename from 4.0.3/html/tutorial.html rename to mpi4py/4.0.3/html/tutorial.html diff --git a/4.0.3/index.html b/mpi4py/4.0.3/index.html similarity index 100% rename from 4.0.3/index.html rename to mpi4py/4.0.3/index.html diff --git a/4.0.3/index.rst b/mpi4py/4.0.3/index.rst similarity index 100% rename from 4.0.3/index.rst rename to mpi4py/4.0.3/index.rst diff --git a/4.0.3/mpi4py.3 b/mpi4py/4.0.3/mpi4py.3 similarity index 100% rename from 4.0.3/mpi4py.3 rename to mpi4py/4.0.3/mpi4py.3 diff --git a/4.0.3/mpi4py.bib b/mpi4py/4.0.3/mpi4py.bib similarity index 100% rename from 4.0.3/mpi4py.bib rename to mpi4py/4.0.3/mpi4py.bib diff --git a/4.0.3/mpi4py.info b/mpi4py/4.0.3/mpi4py.info similarity index 100% rename from 4.0.3/mpi4py.info rename to mpi4py/4.0.3/mpi4py.info diff --git a/4.0.3/mpi4py.pdf b/mpi4py/4.0.3/mpi4py.pdf similarity index 100% rename from 4.0.3/mpi4py.pdf rename to mpi4py/4.0.3/mpi4py.pdf diff --git a/4.0.3/mpi4py.svg b/mpi4py/4.0.3/mpi4py.svg similarity index 100% rename from 4.0.3/mpi4py.svg rename to mpi4py/4.0.3/mpi4py.svg diff --git a/4.0.3/source/Makefile b/mpi4py/4.0.3/source/Makefile similarity index 100% rename from 4.0.3/source/Makefile rename to mpi4py/4.0.3/source/Makefile diff --git a/4.0.3/source/_templates/autosummary/class.rst b/mpi4py/4.0.3/source/_templates/autosummary/class.rst similarity index 100% rename from 4.0.3/source/_templates/autosummary/class.rst rename to mpi4py/4.0.3/source/_templates/autosummary/class.rst diff --git a/4.0.3/source/_templates/autosummary/module.rst b/mpi4py/4.0.3/source/_templates/autosummary/module.rst similarity index 100% rename from 4.0.3/source/_templates/autosummary/module.rst rename to mpi4py/4.0.3/source/_templates/autosummary/module.rst diff --git a/4.0.3/source/_templates/layout.html b/mpi4py/4.0.3/source/_templates/layout.html similarity index 100% rename from 4.0.3/source/_templates/layout.html rename to mpi4py/4.0.3/source/_templates/layout.html diff --git a/4.0.3/source/apidoc.py b/mpi4py/4.0.3/source/apidoc.py similarity index 100% rename from 4.0.3/source/apidoc.py rename to mpi4py/4.0.3/source/apidoc.py diff --git a/4.0.3/source/changes.rst b/mpi4py/4.0.3/source/changes.rst similarity index 100% rename from 4.0.3/source/changes.rst rename to mpi4py/4.0.3/source/changes.rst diff --git a/4.0.3/source/citation.rst b/mpi4py/4.0.3/source/citation.rst similarity index 100% rename from 4.0.3/source/citation.rst rename to mpi4py/4.0.3/source/citation.rst diff --git a/4.0.3/source/conf.py b/mpi4py/4.0.3/source/conf.py similarity index 100% rename from 4.0.3/source/conf.py rename to mpi4py/4.0.3/source/conf.py diff --git a/4.0.3/source/develop.rst b/mpi4py/4.0.3/source/develop.rst similarity index 100% rename from 4.0.3/source/develop.rst rename to mpi4py/4.0.3/source/develop.rst diff --git a/4.0.3/source/guidelines.rst b/mpi4py/4.0.3/source/guidelines.rst similarity index 100% rename from 4.0.3/source/guidelines.rst rename to mpi4py/4.0.3/source/guidelines.rst diff --git a/4.0.3/source/index.rst b/mpi4py/4.0.3/source/index.rst similarity index 100% rename from 4.0.3/source/index.rst rename to mpi4py/4.0.3/source/index.rst diff --git a/4.0.3/source/install.rst b/mpi4py/4.0.3/source/install.rst similarity index 100% rename from 4.0.3/source/install.rst rename to mpi4py/4.0.3/source/install.rst diff --git a/4.0.3/source/intro.rst b/mpi4py/4.0.3/source/intro.rst similarity index 100% rename from 4.0.3/source/intro.rst rename to mpi4py/4.0.3/source/intro.rst diff --git a/4.0.3/source/license.rst b/mpi4py/4.0.3/source/license.rst similarity index 100% rename from 4.0.3/source/license.rst rename to mpi4py/4.0.3/source/license.rst diff --git a/4.0.3/source/make.bat b/mpi4py/4.0.3/source/make.bat similarity index 100% rename from 4.0.3/source/make.bat rename to mpi4py/4.0.3/source/make.bat diff --git a/4.0.3/source/mpi4py.MPI.rst b/mpi4py/4.0.3/source/mpi4py.MPI.rst similarity index 100% rename from 4.0.3/source/mpi4py.MPI.rst rename to mpi4py/4.0.3/source/mpi4py.MPI.rst diff --git a/4.0.3/source/mpi4py.bench.rst b/mpi4py/4.0.3/source/mpi4py.bench.rst similarity index 100% rename from 4.0.3/source/mpi4py.bench.rst rename to mpi4py/4.0.3/source/mpi4py.bench.rst diff --git a/4.0.3/source/mpi4py.futures.rst b/mpi4py/4.0.3/source/mpi4py.futures.rst similarity index 100% rename from 4.0.3/source/mpi4py.futures.rst rename to mpi4py/4.0.3/source/mpi4py.futures.rst diff --git a/4.0.3/source/mpi4py.rst b/mpi4py/4.0.3/source/mpi4py.rst similarity index 100% rename from 4.0.3/source/mpi4py.rst rename to mpi4py/4.0.3/source/mpi4py.rst diff --git a/4.0.3/source/mpi4py.run.rst b/mpi4py/4.0.3/source/mpi4py.run.rst similarity index 100% rename from 4.0.3/source/mpi4py.run.rst rename to mpi4py/4.0.3/source/mpi4py.run.rst diff --git a/4.0.3/source/mpi4py.typing.rst b/mpi4py/4.0.3/source/mpi4py.typing.rst similarity index 100% rename from 4.0.3/source/mpi4py.typing.rst rename to mpi4py/4.0.3/source/mpi4py.typing.rst diff --git a/4.0.3/source/mpi4py.util.dtlib.rst b/mpi4py/4.0.3/source/mpi4py.util.dtlib.rst similarity index 100% rename from 4.0.3/source/mpi4py.util.dtlib.rst rename to mpi4py/4.0.3/source/mpi4py.util.dtlib.rst diff --git a/4.0.3/source/mpi4py.util.pkl5.rst b/mpi4py/4.0.3/source/mpi4py.util.pkl5.rst similarity index 100% rename from 4.0.3/source/mpi4py.util.pkl5.rst rename to mpi4py/4.0.3/source/mpi4py.util.pkl5.rst diff --git a/4.0.3/source/mpi4py.util.pool.rst b/mpi4py/4.0.3/source/mpi4py.util.pool.rst similarity index 100% rename from 4.0.3/source/mpi4py.util.pool.rst rename to mpi4py/4.0.3/source/mpi4py.util.pool.rst diff --git a/4.0.3/source/mpi4py.util.rst b/mpi4py/4.0.3/source/mpi4py.util.rst similarity index 100% rename from 4.0.3/source/mpi4py.util.rst rename to mpi4py/4.0.3/source/mpi4py.util.rst diff --git a/4.0.3/source/mpi4py.util.sync.rst b/mpi4py/4.0.3/source/mpi4py.util.sync.rst similarity index 100% rename from 4.0.3/source/mpi4py.util.sync.rst rename to mpi4py/4.0.3/source/mpi4py.util.sync.rst diff --git a/4.0.3/source/overview.rst b/mpi4py/4.0.3/source/overview.rst similarity index 100% rename from 4.0.3/source/overview.rst rename to mpi4py/4.0.3/source/overview.rst diff --git a/4.0.3/source/reference.rst b/mpi4py/4.0.3/source/reference.rst similarity index 100% rename from 4.0.3/source/reference.rst rename to mpi4py/4.0.3/source/reference.rst diff --git a/4.0.3/source/tutorial.rst b/mpi4py/4.0.3/source/tutorial.rst similarity index 100% rename from 4.0.3/source/tutorial.rst rename to mpi4py/4.0.3/source/tutorial.rst diff --git a/stable b/mpi4py/stable similarity index 100% rename from stable rename to mpi4py/stable diff --git a/update.sh b/update.sh index da8b57f0..5b951113 100755 --- a/update.sh +++ b/update.sh @@ -3,6 +3,8 @@ set -euo pipefail error() { echo "error: $1"; exit 1; } +cd mpi4py + test -n "${1-}" || error "expecting GHA workflow run ID" gh run download --repo mpi4py/mpi4py -n mpi4py-docs "$1" docdir="mpi4py-docs"