nimi-python icon indicating copy to clipboard operation
nimi-python copied to clipboard

Fixed words replacement logic in documentation codegen breaks hyperlinks

Open vnktshr21 opened this issue 7 months ago • 0 comments

Description of issue

We are replacing words like attributes with properties in documentation helper in an effort to standardize on these terminologies. This logic ends up changing the text in hyperlinks as well. The codegen should somehow know to skip the hyperlinks while doing this replacing.

System report

Steps to reproduce issue

If any API has a hyperlink in its documentation which contains words like attribute, then the generated class.rst and session.py will show a broken hyperlink. Check help of select_arb_waveform function in RFSG.

vnktshr21 avatar Jul 11 '25 08:07 vnktshr21