mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 02:39:28 +00:00
doc: Fix links from C++ docs to the Slint Language Documentation
Fix paths and use HTML anchors, as the markdown links won't turn into links as the files don't exist yet in that location.
This commit is contained in:
parent
be74363a56
commit
ecb7819e9b
3 changed files with 7 additions and 7 deletions
|
@ -114,9 +114,9 @@ myst_heading_anchors = 2
|
|||
|
||||
rst_epilog = """
|
||||
.. |ListView| replace:: :code:`ListView`
|
||||
.. _ListView: ../slint/src/widgets.html#listview
|
||||
.. _ListView: ../slint/src/builtins/widgets.html#listview
|
||||
.. |Repetition| replace:: :code:`for` - :code:`in`
|
||||
.. _Repetition: ../slint/src/repetitions.html
|
||||
.. _Repetition: ../slint/src/reference/repetitions.html
|
||||
"""
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue