Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
383314a
feat: add documentation improvement issue template
davidberenstein1957 May 4, 2025
4d9b7b7
docs: update README for clarity and remove telemetry code snippets
davidberenstein1957 May 4, 2025
9967983
docs: remove contributions table and update how to contribute section…
davidberenstein1957 May 4, 2025
cc922bd
docs: remove outdated ASR Whisper tutorial and add new tutorial index
davidberenstein1957 May 4, 2025
6d12eac
docs: add user manual sections for customizing algorithms, datasets, …
davidberenstein1957 May 4, 2025
dffd0bd
docs: enhance 'How to Contribute' section with detailed guidelines an…
davidberenstein1957 May 4, 2025
1436a26
docs: update contribution guidelines with correct paths for adding al…
davidberenstein1957 May 4, 2025
1d993e1
docs: update user manual with additional guidance on model evaluation…
davidberenstein1957 May 4, 2025
049278c
docs: add spacing for improved readability in user manual sections on…
davidberenstein1957 May 4, 2025
4ecdc03
refactor: streamline test parameterization for code blocks
davidberenstein1957 May 6, 2025
f33a304
docs: enhance user manual with new sections on customizing algorithms…
davidberenstein1957 May 6, 2025
fbf8f60
docs: update algorithm impact table in user manual for clarity and co…
davidberenstein1957 May 6, 2025
2d950a7
docs: update README for clarity and accuracy in algorithm descriptions
davidberenstein1957 May 8, 2025
f50a09b
feat: add documentation improvement issue template
davidberenstein1957 May 4, 2025
963c566
docs: update README for clarity and remove telemetry code snippets
davidberenstein1957 May 4, 2025
3c3d301
docs: remove contributions table and update how to contribute section…
davidberenstein1957 May 4, 2025
654a250
docs: remove outdated ASR Whisper tutorial and add new tutorial index
davidberenstein1957 May 4, 2025
7a62772
docs: add user manual sections for customizing algorithms, datasets, …
davidberenstein1957 May 4, 2025
f80f28f
docs: enhance 'How to Contribute' section with detailed guidelines an…
davidberenstein1957 May 4, 2025
631abaf
docs: update contribution guidelines with correct paths for adding al…
davidberenstein1957 May 4, 2025
05ec402
docs: update user manual with additional guidance on model evaluation…
davidberenstein1957 May 4, 2025
f02105e
docs: add spacing for improved readability in user manual sections on…
davidberenstein1957 May 4, 2025
5ef3481
refactor: streamline test parameterization for code blocks
davidberenstein1957 May 6, 2025
f7893a8
docs: enhance user manual with new sections on customizing algorithms…
davidberenstein1957 May 6, 2025
d4b09ec
docs: update algorithm impact table in user manual for clarity and co…
davidberenstein1957 May 6, 2025
42d9fab
docs: update README for clarity and accuracy in algorithm descriptions
davidberenstein1957 May 8, 2025
d12758f
Merge branch 'docs/general-structure-refactor' of https://github.com/…
davidberenstein1957 May 8, 2025
2089e62
docs: update evaluation workflow diagram in user manual for accuracy
davidberenstein1957 May 8, 2025
998f946
docs: correct terminology in evaluation metrics section of user manual
davidberenstein1957 May 8, 2025
cef438d
docs: update user manual to enhance clarity on metric customization a…
davidberenstein1957 May 12, 2025
c5b9180
docs: refine user manual for clarity in evaluation workflow and metri…
davidberenstein1957 May 13, 2025
a41ab82
docs: enhance evaluation workflow diagram in user manual
davidberenstein1957 May 13, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation_improvement.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: Documentation improvement
about: Create a report to help us improve
title: '[DOC] '
labels: 'documentation'
assignees: ''

---

## What part of the documentation do you want to update?
<!-- A clear and concise description of what part of the documentation you want to update. -->

## What changes do you want to make?
<!-- A clear and concise description of what changes you want to make. -->
348 changes: 20 additions & 328 deletions README.md

Large diffs are not rendered by default.

10 changes: 0 additions & 10 deletions docs/contributions/contributions_toc.rst

This file was deleted.

34 changes: 14 additions & 20 deletions docs/contributions/how_to_contribute.rst
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
How to Contribute 💜
===============================
How to Contribute ? 💜
====================

Since you landed on this part of the documentation, we want to first of all say thank you! 💜
Since you landed on this part of the documentation, we want to first of all say thank you! 💜
Contributions from the community are essential to improving |pruna|, we appreciate your effort in making the repository better for everyone!

Please make sure to review and adhere to the `Pruna Code of Conduct <https://github.com/PrunaAI/pruna/blob/main/CODE_OF_CONDUCT.md>`_ before contributing to Pruna.
Any violations will be handled accordingly and result in a ban from the Pruna community and associated platforms.
Please make sure to review and adhere to the `Pruna Code of Conduct <https://github.com/PrunaAI/pruna/blob/main/CODE_OF_CONDUCT.md>`_ before contributing to Pruna.
Any violations will be handled accordingly and result in a ban from the Pruna community and associated platforms.
Contributions that do not adhere to the code of conduct will be ignored.

There are various ways you can contribute:

- Have a question? Discuss with us on `Discord <https://discord.gg/Tun8YgzxZ9>`_ or check out the :doc:`/resources/faq`
- Have an idea for a new tutorial? Open an issue with a :ref:`feature-request` or chat with us on `Discord <https://discord.gg/Tun8YgzxZ9>`_
- Found a bug? Open an issue with a :ref:`bug-report`
- Documentation improvements? Open an issue with a :ref:`documentation-improvement`
- Want a new feature? Open an issue with a :ref:`feature-request`
- Have a new algorithm to add? Check out: :doc:`adding_algorithm`
- Have a new metric to add? Check out: :doc:`adding_metric`
- Have a new dataset to add? Check out: :doc:`adding_dataset`
- Have a new algorithm to add? Check out: :doc:`/docs_pruna/user_manual/adding_algorithm`
- Have a new metric to add? Check out: :doc:`/docs_pruna/user_manual/adding_metric`
- Have a new dataset to add? Check out: :doc:`/docs_pruna/user_manual/adding_dataset`


.. _how-to-contribute:
Expand Down Expand Up @@ -75,7 +76,7 @@ You can then also install the pre-commit hooks with
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

You are now ready to work on your contribution. Check out a branch on your forked repository and start coding!
When committing your changes, we recommend to follow the `Conventional Commit Guidelines <https://www.conventionalcommits.org/en/v1.0.0/>`_.
When committing your changes, we recommend to follow the `Conventional Commit Guidelines <https://www.conventionalcommits.org/en/v1.0.0/>`_.

.. code-block:: bash

Expand All @@ -84,13 +85,13 @@ When committing your changes, we recommend to follow the `Conventional Commit Gu
git commit -m "feat: new amazing feature setup"
git push origin feat/new-feature

Make sure to develop your contribution in a way that is well documented, concise and easy to maintain.
Make sure to develop your contribution in a way that is well documented, concise and easy to maintain.
We will do our best to have your contribution integrated and maintained into |pruna| but reserve the right to reject contributions that we do not feel are in the best interest of the project.

4. Run the tests
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

We have a comprehensive test suite that is designed to catch potential issues before they are merged into |pruna|.
We have a comprehensive test suite that is designed to catch potential issues before they are merged into |pruna|.
When you make a contribution, it is highly recommended to not only run the existing tests but also to add new tests that cover your contribution.

You can run the tests by running the following command:
Expand All @@ -109,13 +110,6 @@ If you want to run only the tests with a specific marker, e.g. fast CPU tests, y
5. Create a Pull Request
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Once you have made your changes and tested them, you can create a Pull Request.
Once you have made your changes and tested them, you can create a Pull Request.
We will then review your Pull Request and get back to you as soon as possible.
If there are any questions along the way, please do not hesitate to reach out on `Discord <https://discord.gg/Tun8YgzxZ9>`_.







If there are any questions along the way, please do not hesitate to reach out on `Discord <https://discord.gg/Tun8YgzxZ9>`_.
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
Opening an Issue
===============================
Open an Issue
=============

.. _documentation-improvement:

Documentation Improvement
-------------------------

All bits help! We appreciate your interest in improving |pruna|’s documentation.

Our documentation is built with `Sphinx <https://www.sphinx-doc.org/en/master/>`_ and `Read the Docs <https://readthedocs.org/>`_.

The current set-up relies on restructured text (rst) files for the documentation and forces us to evaluate and build the documentation on our side.
This means you cannot directly evaluate the documentation changes on your local machine, however, you can still make changes to the documentation and create a pull request based on the changes.

When opening a pull request for a documentation improvement, you will encounter the following template to help you structure your suggestion. Make sure to fill out all sections applicable to your feature request so that we can integrate it in Pruna as fast as possible:

.. literalinclude:: issue_templates/documentation_improvement.md
:language: markdown
:linenos:
:lines: 9-


.. _bug-report:

Expand Down Expand Up @@ -33,7 +53,8 @@ When opening a bug report on GitHub, you will encounter the following template t

Feature Request
---------------
We appreciate your interest in improving |pruna|! Feature requests help shape the project, and we welcome ideas that align with our mission.

We appreciate your interest in improving |pruna|! Feature requests help shape the project, and we welcome ideas that align with our mission.

Before submitting your feature request, consider the following points to ensure your request is clear and actionable:

Expand Down
File renamed without changes.
194 changes: 0 additions & 194 deletions docs/tutorials/asr_whisper.ipynb

This file was deleted.

Loading