ansys / ansys/pyconverter-xml2py

``0.1`` is written ``.1`` in documentation

Open
#422 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
6
Forks
0
PR merge metrics
No merged PRs in 30d

Description

There is a typo in different parts of the MAPDL documentation which is that it should be 0.1 and not .1:
```
By default, the LENGTH is set to .1
```

The issue is that spaces before periods and comas are removed to have a nicer rendering in the all documentation.
However, this case is not properly handled as it comes from a typo (it should be 0.1 and not .1).

Thus, ``to .1`` is translated into ``to.1``.

Contributor guide

Open the contributing guide

Research direction

No file or test is identified in the issue, so start by tracing the documentation conversion path in pyconverter-xml2py and locate where spaces before punctuation are normalized. Reproduce the MAPDL example containing “to .1”; done means the documentation preserves “0.1” and does not render it as “to.1”.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
documentation
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.