From d58737d5be57bda39f45fdd0d7d2ce66fa4299c9 Mon Sep 17 00:00:00 2001 From: Irmen de Jong Date: Thu, 28 Aug 2025 21:46:09 +0200 Subject: [PATCH] use RST chapter notation to attempt to fix PDF chapters --- docs/source/index.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index f2ec477cd..dae3e7dba 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -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`.