ansys / ansys-sphinx-theme

PyData-based Sphinx theme from the PyAnsys community
https://sphinxdocs.ansys.com
MIT License
23 stars 8 forks source link

Clean up JavaScript files by removing redundant code #532

Open Revathyvenugopal162 opened 2 weeks ago

Revathyvenugopal162 commented 2 weeks ago

Description:
Refactor and optimize existing JavaScript files by removing redundant code, simplifying logic, and ensuring all event listeners and functions are necessary and efficient. This will improve code readability, reduce file size, and enhance performance.

Acceptance Criteria:

Note

Before contributing and starting any work, please make sure you agree with the CLA and sign it in your PR.

KartikSaxena19 commented 1 week ago

can you assign this task to me

jorgepiloto commented 1 week ago

Hi @KartikSaxena19, sure! Remember to sign our CLA and add your name to the list of CONTRIBUTORS.

KartikSaxena19 commented 6 days ago

As I'm new to this platform can you please help me that from where i can solve your issue ,how to download ansys if required and where to test the code.

jorgepiloto commented 1 day ago

Hi @KartikSaxena19, you do not need to download any of the Ansys software for contributing to this project. This is a pure Python library that acts as a documentation theme for Sphinx. Thus, it ships some css files and js files.

The goal of this issue is to revisit the js files to check if there is some outdated content or space for improvement.

Your question reminds me of the #102 issue.