From df3d23bbd275471a701ac7f9c6c702cdb113ed47 Mon Sep 17 00:00:00 2001 From: KleinYuan Date: Fri, 27 Jan 2023 14:58:35 -0800 Subject: [PATCH] clean up --- .dockerignore | 2 +- docker/{README_DOCKER.md => README.md} | 0 docs/conf.py | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename docker/{README_DOCKER.md => README.md} (100%) diff --git a/.dockerignore b/.dockerignore index 95458c6..5d36f76 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,2 +1,2 @@ datasets/* -logs/* \ No newline at end of file +logs/* diff --git a/docker/README_DOCKER.md b/docker/README.md similarity index 100% rename from docker/README_DOCKER.md rename to docker/README.md diff --git a/docs/conf.py b/docs/conf.py index c200764..aad5c16 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -161,7 +161,7 @@ language = None # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. # This pattern also affects html_static_path and html_extra_path. -exclude_patterns = ["_build", "Thumbs.db", ".DS_Store", "build", "README_DOCKER.md", "tutorials/README_DOCKER.md"] +exclude_patterns = ["_build", "Thumbs.db", ".DS_Store", "build", "README.md", "tutorials/README.md"] # The name of the Pygments (syntax highlighting) style to use. pygments_style = "sphinx"