diff --git a/README.md b/README.md deleted file mode 100644 index 5cd9898..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# cmweather - -A library of useful colormaps for the weather and climate community, with numerous color vision deficiency friendly options. diff --git a/README.rst b/README.rst index bc8a861..4a57abb 100644 --- a/README.rst +++ b/README.rst @@ -1,10 +1,10 @@ -.. image:: https://img.shields.io/github/workflow/status/openradar/cmweather/CI?logo=github&style=for-the-badge - :target: https://github.com/openradar/cmweather/actions - :alt: GitHub Workflow CI Status +.. image:: https://github.com/openradar/cmweather/actions/workflows/ci.yaml/badge.svg + :target: https://github.com/openradar/cmweather/actions/workflows/ci.yaml + :alt: Continuous Integration Status -.. image:: https://img.shields.io/github/workflow/status/openradar/cmweather/code-style?label=Code%20Style&style=for-the-badge - :target: https://github.com/openradar/cmweather/actions - :alt: GitHub Workflow Code Style Status +.. image:: https://github.com/openradar/cmweather/actions/workflows/linting.yaml/badge.svg + :target: https://github.com/openradar/cmweather/actions/workflows/linting.yaml + :alt: Code Style Status .. image:: https://img.shields.io/codecov/c/github/openradar/cmweather.svg?style=for-the-badge :target: https://codecov.io/gh/openradar/cmweather diff --git a/ci/environment-docs.yml b/ci/environment-docs.yml index b0c58c2..657b43f 100644 --- a/ci/environment-docs.yml +++ b/ci/environment-docs.yml @@ -1,4 +1,4 @@ -name: cmweather-dev +name: cmweather-docs channels: - conda-forge dependencies: diff --git a/docs/source/conf.py b/docs/source/conf.py index 8cceadb..2ba1f24 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -75,7 +75,7 @@ # General information about the project. project = 'cmweather' current_year = datetime.datetime.now().year -copyright = f'2020-{current_year}, Open Radar Community' +copyright = f'2023-{current_year}, Open Radar Community' author = 'Open Radar Community' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the diff --git a/docs/source/index.rst b/docs/source/index.rst index f265490..99fd161 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -1,4 +1,4 @@ -.. include:: ../../README.rst +.. include:: ../../README.md Contents: ========= diff --git a/requirements.txt b/requirements.txt index d078311..aa094d9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,2 @@ -netcdf4 -xarray -pooch numpy matplotlib