SoK/2024/StatusReport/Dhairya Majmudar: Difference between revisions

From KDE Community Wiki
(Created page with "<h1>Extend the embedded documentation for supported Computer Algebra Systems</h1> '''Project Abstract:''' Cantor provides a graphical interface to multiple open-source computer algebra systems and programming languages. It is possible to download the documentation for some of the systems/languages from the KDE Store for easier and more direct search in the documentation from within Cantor. For this, the documentation that is usually available in HTML format is converte...")
(No difference)

Revision as of 13:08, 26 March 2024

Extend the embedded documentation for supported Computer Algebra Systems

Project Abstract:

Cantor provides a graphical interface to multiple open-source computer algebra systems and programming languages. It is possible to download the documentation for some of the systems/languages from the KDE Store for easier and more direct search in the documentation from within Cantor. For this, the documentation that is usually available in HTML format is converted to Qt's help files (s.a. The Qt Help Framework) and is uploaded to KDE Store. At present very few documentation is available for download, along with that making different documentation look similar is also one of the main objectives of the project. A detailed proposal can be found here

Weekly Progress:

  1. Week 1-3:
    1. Started with the documentation of R programming language.
    2. Downloaded the HTML file from its official public repository.
    3. Create a style sheet consisting of several styles making R documentation a much better look to make it user-friendly and improving the learning experience.
  2. Week 3-5
    1. Later on repeated a similar process with the Maxima documentation.
    2. Maxima documentation being very large consisting of more than 100+ HTML files it was quite difficult and time-consuming to attach the stylesheet to each and every file manually
    3. Wrote python scripts for automating the task of linking stylesheet file with in the `<head></head>` section of every HTML file of documentation.
  3. Week 5-7:
    1. Took break due to university exams.
  4. Week 7-9:
    1. For the documentation of Qalculate the CSS stylesheet was adjusted a so that its get similar to the documentation following the ideology of commons styles for each and every programming language documentation.
  5. Week 9-12: [Ongoing]
    1. Wrote a readme files of each documentation for suggesting on how to add the common styles to each and every of them whenever an updation takes place in the documentation.
    2. Extending the old python scripts for Maxima docs so that it get converted to QT file format while linking the stylesheet to each file.