diff --git a/formats/index.rst b/formats/index.rst deleted file mode 100644 index 3c22793..0000000 --- a/formats/index.rst +++ /dev/null @@ -1,10 +0,0 @@ -File formats -============ - -86Box provides support for the following new file formats: - -.. toctree:: - :maxdepth: 1 - - 86f - hdx diff --git a/index.rst b/index.rst index 70dae57..48d59eb 100644 --- a/index.rst +++ b/index.rst @@ -24,12 +24,33 @@ to retro computing and, of course, 86Box. We look forward to hearing from you! `Visit our Discord server `_ -Documentation -------------- +.. toctree:: + :maxdepth: 1 + :caption: Using 86Box + + usage/gettingstarted + usage/machinespecific + usage/diskimages + usage/ideterqua .. toctree:: - :maxdepth: 2 + :maxdepth: 1 + :caption: Settings + + settings/machine + settings/display + settings/input + settings/sound + settings/network + settings/ports + settings/peripherals + settings/hdd + settings/floppycdrom + settings/removable - usage/index - settings/index - formats/index +.. toctree:: + :maxdepth: 1 + :caption: File formats + + formats/86f + formats/hdx diff --git a/settings/index.rst b/settings/index.rst deleted file mode 100644 index 0508438..0000000 --- a/settings/index.rst +++ /dev/null @@ -1,21 +0,0 @@ -Settings -======== - -The *Settings* window allows you to configure the emulated machine. - -If any changes were made to the settings, you will be asked whether or not you want to save the changes upon pressing *OK* or closing the window. Saving changes will hard reset the emulated machine. Press *Cancel* to immediately discard all changes. - -.. toctree:: - :maxdepth: 2 - :caption: Settings pages - - machine - display - input - sound - network - ports - peripherals - hdd - floppycdrom - removable diff --git a/usage/index.rst b/usage/index.rst deleted file mode 100644 index 0d2d734..0000000 --- a/usage/index.rst +++ /dev/null @@ -1,13 +0,0 @@ -Using 86Box -=========== - -This section contains information on how to use 86Box and its emulated hardware as a whole. - -.. toctree:: - :maxdepth: 2 - :caption: Pages - - gettingstarted - machinespecific - diskimages - ideterqua