From 6bc4f11ed94cd5e8191e1218730220b4b51594d6 Mon Sep 17 00:00:00 2001 From: Kenneth Jao Date: Mon, 17 Jun 2024 19:13:53 -0500 Subject: [PATCH] Moved requirements.txt and fixed README filetype --- README.md => README.rst | 2 +- requirements.txt => docs/requirements.txt | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename README.md => README.rst (96%) rename requirements.txt => docs/requirements.txt (100%) 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