From 90d98b2add20ce3a46a96241fe2577bfecc430aa Mon Sep 17 00:00:00 2001 From: Revathyvenugopal162 Date: Tue, 29 Aug 2023 14:27:08 +0200 Subject: [PATCH 1/4] feat: add download badge --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index 20eb2757..da25356e 100644 --- a/README.rst +++ b/README.rst @@ -26,6 +26,10 @@ Ansys Sphinx theme :target: https://github.com/psf/black :alt: Black +.. |Downloads| image:: https://img.shields.io/pypi/dm/ansys-sphinx-theme + :target: https://pypi.org/project/ansys-sphinx-theme + :alt: Downloads + Introduction ------------ From 765b50b90b16cf50547c4eba36f212d39fe42671 Mon Sep 17 00:00:00 2001 From: Revathyvenugopal162 Date: Tue, 29 Aug 2023 14:32:30 +0200 Subject: [PATCH 2/4] feat: add contributing --- CONTRIBUTING.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..7a83779f --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,10 @@ +# Contributing + +If you are interested in contributing to our project, please make sure to review +our contribution guidelines, which are specified in the +https://dev.docs.pyansys.com/how-to/contributing.html page. This document +outlines the process for submitting issues, proposing changes, and making pull +requests to our codebase. Following these guidelines will help ensure that your +contributions are properly integrated and reviewed, and will help maintain the +overall quality and consistency of the project. Thank you for your interest in +contributing to our community! From 279fb1aa54477f65f57d6b69129d1b17c10d92d0 Mon Sep 17 00:00:00 2001 From: Revathyvenugopal162 Date: Tue, 29 Aug 2023 17:36:04 +0200 Subject: [PATCH 3/4] feat: pypi download package --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index da25356e..fa2770a7 100644 --- a/README.rst +++ b/README.rst @@ -26,7 +26,7 @@ Ansys Sphinx theme :target: https://github.com/psf/black :alt: Black -.. |Downloads| image:: https://img.shields.io/pypi/dm/ansys-sphinx-theme +.. |Downloads| image:: https://img.shields.io/pypi/dm/ansys-sphinx-theme.svg?label=PyPI%20downloads :target: https://pypi.org/project/ansys-sphinx-theme :alt: Downloads From a4c08c99b422915911bb05e9459a99141c584513 Mon Sep 17 00:00:00 2001 From: Revathy Venugopal <104772255+Revathyvenugopal162@users.noreply.github.com> Date: Wed, 30 Aug 2023 09:41:50 +0200 Subject: [PATCH 4/4] Apply suggestions from code review Co-authored-by: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7a83779f..3c114f57 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,9 +2,9 @@ If you are interested in contributing to our project, please make sure to review our contribution guidelines, which are specified in the -https://dev.docs.pyansys.com/how-to/contributing.html page. This document +[PyAnsys Developer's Documentation - Contributing](https://dev.docs.pyansys.com/how-to/contributing.html) page. This document outlines the process for submitting issues, proposing changes, and making pull requests to our codebase. Following these guidelines will help ensure that your contributions are properly integrated and reviewed, and will help maintain the overall quality and consistency of the project. Thank you for your interest in -contributing to our community! +contributing to our community.