diff --git a/documentation/Boxes.rst b/documentation/src/Boxes.rst similarity index 100% rename from documentation/Boxes.rst rename to documentation/src/Boxes.rst diff --git a/documentation/Makefile b/documentation/src/Makefile similarity index 100% rename from documentation/Makefile rename to documentation/src/Makefile diff --git a/documentation/TODO.rst b/documentation/src/TODO.rst similarity index 100% rename from documentation/TODO.rst rename to documentation/src/TODO.rst diff --git a/documentation/conf.py b/documentation/src/conf.py similarity index 99% rename from documentation/conf.py rename to documentation/src/conf.py index 0778ee3..9c3da69 100644 --- a/documentation/conf.py +++ b/documentation/src/conf.py @@ -16,7 +16,7 @@ import sys import os -sys.path.append("..") +sys.path.append("../..") # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the diff --git a/documentation/edges.rst b/documentation/src/edges.rst similarity index 100% rename from documentation/edges.rst rename to documentation/src/edges.rst diff --git a/documentation/index.rst b/documentation/src/index.rst similarity index 93% rename from documentation/index.rst rename to documentation/src/index.rst index 285f266..91d9a1a 100644 --- a/documentation/index.rst +++ b/documentation/src/index.rst @@ -15,7 +15,7 @@ Contents: edges TODO -.. include:: ../README.rst +.. include:: ../../README.rst Indices and tables ================== diff --git a/documentation/make.bat b/documentation/src/make.bat similarity index 100% rename from documentation/make.bat rename to documentation/src/make.bat