Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tooling: Correct underscore missing values in docs build errors. #437

Conversation

Aymen-Soussi-01
Copy link
Contributor

@Aymen-Soussi-01 Aymen-Soussi-01 commented Feb 21, 2025

Replace all ids and options missing an underscore to follow their patterns.

Also-by: Aymen Soussi [email protected]

In this PR I replaced regex like: \b(std_wp)(?!) , \b(std_req)(?!) , \b(wp)(?!) , \b(wf)(?!) , \b(wp)(?!)
by: $1__ to include the second messing underscore.

Also, I found that we missed some of the big letters convert to the small letters in ids and options which are related to workproduct so I searched for this regex pattern: \bWP__(\w+) and I replaced by: wp__$1

Plus, there were some small errors that I corrected them manually.

We reduced the number of errors from >1500 to >1100 errors only.

Related to: #282

Replace all ids and options missing an underscore to follow their patterns.

Also-by: Aymen Soussi [email protected]
Copy link

The created documentation from the pull request is available at: docu-html

@AlexanderLanin AlexanderLanin merged commit f3c6664 into eclipse-score:main Feb 21, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants