Opened 8 years ago
Closed 8 years ago
#4827 closed defect (fixed)
Issue with flag documentation
| Reported by: | Francesco Casella | Owned by: | Martin Sjölund |
|---|---|---|---|
| Priority: | critical | Milestone: | 1.13.0 |
| Component: | Documentation | Version: | |
| Keywords: | Cc: |
Description
The flag documentation page is generated out of .rst files. All flags with a double-hyphen, e.g., --daeMode are rendered with a long dash, which is of course misleading if one doesn't already know that a double-hyphen is needed.
Is there a way to render -- correctly in .rst? If so, a global find-and-replace should be applied to all the relevant source files.
Change History (2)
comment:1 by , 8 years ago
comment:2 by , 8 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

This is a change in Sphinx... We had
html_use_smartypants = Falseand the option changed tosmart_quotes = False.