diff --git a/README.md b/README.rst similarity index 96% rename from README.md rename to README.rst index 25b3cc6..eb90c2a 100644 --- a/README.md +++ b/README.rst @@ -4,7 +4,7 @@ This repository documents my understanding of Docker and my attempt to build a Docker image for DGTD (Discontinuous Galerkin Time Domain) code. Docker allows us to package applications and their dependencies into isolated containers, ensuring consistency across different environments. -The documentation is up `here `__. +The documentation is up `here `__. ## Building the Docker Image diff --git a/requirements.txt b/docs/requirements.txt similarity index 100% rename from requirements.txt rename to docs/requirements.txt