Skip to content

Commit

Permalink
renamed homepage file since it wasn't working, updated .yml and proje…
Browse files Browse the repository at this point in the history
…ct directory file
  • Loading branch information
iambrish committed Dec 5, 2024
1 parent 3f8c505 commit 7538083
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions mkdocs/docs/dir.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion mkdocs/mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
site_name: PyWRIS
nav:
- Home: home.md
- Home: index.md
- Commands: commands.md
- Project Layout: dir.md

0 comments on commit 7538083

Please sign in to comment.