From 75380833b2dfe38aa237a618e38bd1185de7e7b0 Mon Sep 17 00:00:00 2001 From: Ishaan Ambrish Date: Thu, 5 Dec 2024 12:53:02 -0800 Subject: [PATCH] renamed homepage file since it wasn't working, updated .yml and project directory file --- mkdocs/docs/dir.md | 2 ++ mkdocs/docs/{home.md => index.md} | 0 mkdocs/mkdocs.yml | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) rename mkdocs/docs/{home.md => index.md} (100%) diff --git a/mkdocs/docs/dir.md b/mkdocs/docs/dir.md index 2fd6967..851127f 100644 --- a/mkdocs/docs/dir.md +++ b/mkdocs/docs/dir.md @@ -18,6 +18,8 @@ fetch_wris.py # get information from the India WRIS website pywris.py # {wip} pywris_main.py # {wip} + test + test_pywris.py # file for testing with pytest LICENSE # licensing information README.md # README file with information to get started pyproject.toml # set up pywris package diff --git a/mkdocs/docs/home.md b/mkdocs/docs/index.md similarity index 100% rename from mkdocs/docs/home.md rename to mkdocs/docs/index.md diff --git a/mkdocs/mkdocs.yml b/mkdocs/mkdocs.yml index 783061f..bbdf029 100644 --- a/mkdocs/mkdocs.yml +++ b/mkdocs/mkdocs.yml @@ -1,5 +1,5 @@ site_name: PyWRIS nav: - - Home: home.md + - Home: index.md - Commands: commands.md - Project Layout: dir.md