use RST chapter notation to attempt to fix PDF chapters

This commit is contained in:
Irmen de Jong
2025-08-28 21:46:09 +02:00
parent b52cee3154
commit d58737d5be

View File

@@ -6,8 +6,10 @@ Prog8 documentation - |version|
:alt: Prog8 logo
*************************************
What is Prog8?
--------------
*************************************
This is a compiled programming language targeting the 8-bit 6502 CPU family.
The language aims to provide many conveniences over raw assembly code (even when using a macro assembler),
@@ -195,8 +197,9 @@ when the exact same program is compiled for the Commander X16 target, and run on
:alt: result when run on CX16 emulator
********************
Getting the software
--------------------
********************
Usually you just download a fat jar of an official released compiler version, but you can also build it yourself from source.
Detailed instructions on how to obtain a version of the compiler are in :ref:`building_compiler`.