From 6d60639b1cd2186f3536082fec980e2ea147c09b Mon Sep 17 00:00:00 2001 From: ADAM David Alan Martin Date: Thu, 4 Apr 2024 18:12:54 -0400 Subject: [PATCH] Move some docs to a docs dir. This lets me have a dir named `Format`, which I want. --- Format => docs/Format | 0 README.doxygen => docs/README.doxygen | 0 Style => docs/Style | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename Format => docs/Format (100%) rename README.doxygen => docs/README.doxygen (100%) rename Style => docs/Style (100%) diff --git a/Format b/docs/Format similarity index 100% rename from Format rename to docs/Format diff --git a/README.doxygen b/docs/README.doxygen similarity index 100% rename from README.doxygen rename to docs/README.doxygen diff --git a/Style b/docs/Style similarity index 100% rename from Style rename to docs/Style