From 6c367a4b58b2a3b329a844852628cb6363fea078 Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Sat, 22 Aug 2020 14:10:22 +0200 Subject: [PATCH] Added prefixes to documentation files --- docs/source/index.rst | 18 +++++++++--------- .../{interface.rst => int_interface.rst} | 0 .../{introduction.rst => int_introduction.rst} | 0 docs/source/{started.rst => int_started.rst} | 0 .../{typography.rst => int_typography.rst} | 0 .../{technical.rst => tech_technical.rst} | 0 docs/source/{export.rst => write_export.rst} | 0 docs/source/{notes.rst => write_notes.rst} | 0 .../{projects.rst => write_projects.rst} | 0 .../{structure.rst => write_structure.rst} | 0 10 files changed, 9 insertions(+), 9 deletions(-) rename docs/source/{interface.rst => int_interface.rst} (100%) rename docs/source/{introduction.rst => int_introduction.rst} (100%) rename docs/source/{started.rst => int_started.rst} (100%) rename docs/source/{typography.rst => int_typography.rst} (100%) rename docs/source/{technical.rst => tech_technical.rst} (100%) rename docs/source/{export.rst => write_export.rst} (100%) rename docs/source/{notes.rst => write_notes.rst} (100%) rename docs/source/{projects.rst => write_projects.rst} (100%) rename docs/source/{structure.rst => write_structure.rst} (100%) diff --git a/docs/source/index.rst b/docs/source/index.rst index fe485433..03e8cf98 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -57,27 +57,27 @@ already familiar with how to run Python applications on your platform. :maxdepth: 2 :caption: First Steps - introduction - started - interface - typography + int_introduction + int_started + int_interface + int_typography .. toctree:: :maxdepth: 2 :caption: Writing Novels - projects - structure - notes - export + write_projects + write_structure + write_notes + write_export .. toctree:: :maxdepth: 2 :caption: Under the Hood - technical + tech_technical Indices and Tables diff --git a/docs/source/interface.rst b/docs/source/int_interface.rst similarity index 100% rename from docs/source/interface.rst rename to docs/source/int_interface.rst diff --git a/docs/source/introduction.rst b/docs/source/int_introduction.rst similarity index 100% rename from docs/source/introduction.rst rename to docs/source/int_introduction.rst diff --git a/docs/source/started.rst b/docs/source/int_started.rst similarity index 100% rename from docs/source/started.rst rename to docs/source/int_started.rst diff --git a/docs/source/typography.rst b/docs/source/int_typography.rst similarity index 100% rename from docs/source/typography.rst rename to docs/source/int_typography.rst diff --git a/docs/source/technical.rst b/docs/source/tech_technical.rst similarity index 100% rename from docs/source/technical.rst rename to docs/source/tech_technical.rst diff --git a/docs/source/export.rst b/docs/source/write_export.rst similarity index 100% rename from docs/source/export.rst rename to docs/source/write_export.rst diff --git a/docs/source/notes.rst b/docs/source/write_notes.rst similarity index 100% rename from docs/source/notes.rst rename to docs/source/write_notes.rst diff --git a/docs/source/projects.rst b/docs/source/write_projects.rst similarity index 100% rename from docs/source/projects.rst rename to docs/source/write_projects.rst diff --git a/docs/source/structure.rst b/docs/source/write_structure.rst similarity index 100% rename from docs/source/structure.rst rename to docs/source/write_structure.rst