diff --git a/doc/dev/release-process.rst b/doc/dev/release-process.rst new file mode 100644 index 0000000..740560a --- /dev/null +++ b/doc/dev/release-process.rst @@ -0,0 +1,9 @@ +*************** +Release process +*************** + +* Update authors file +* Update changelog +* Set annotated tag for release and push to public github +* Build wheel +* Load wheel to PyPi diff --git a/doc/user/todo.rst b/doc/dev/todo.rst similarity index 100% rename from doc/user/todo.rst rename to doc/dev/todo.rst diff --git a/doc/index.rst b/doc/index.rst index c630a65..07ce151 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -15,18 +15,26 @@ Content user/installation user/methods user/printers - user/available-profiles user/raspi - user/todo user/usage user/barcode +.. toctree:: + :maxdepth: 1 + :caption: Printer profiles + + printer_profiles/capabilities.rst + printer_profiles/available-profiles.rst + printer_profiles/available-encodings.rst + .. toctree:: :maxdepth: 1 :caption: Developer Documentation + dev/release-process dev/contributing dev/changelog + dev/todo .. toctree:: :maxdepth: 1 diff --git a/doc/printer_profiles/available-encodings.rst b/doc/printer_profiles/available-encodings.rst new file mode 100644 index 0000000..c748ef6 --- /dev/null +++ b/doc/printer_profiles/available-encodings.rst @@ -0,0 +1,3 @@ +Available Encodings +------------------- +:Last Reviewed: 2023-07-27 diff --git a/doc/user/available-profiles.rst b/doc/printer_profiles/available-profiles.rst similarity index 95% rename from doc/user/available-profiles.rst rename to doc/printer_profiles/available-profiles.rst index 2c795ba..2789dce 100644 --- a/doc/user/available-profiles.rst +++ b/doc/printer_profiles/available-profiles.rst @@ -1,4 +1,4 @@ -Available profiles +Available Profiles ------------------ :Last Reviewed: 2023-07-27 diff --git a/doc/printer_profiles/capabilities.rst b/doc/printer_profiles/capabilities.rst new file mode 100644 index 0000000..03f569e --- /dev/null +++ b/doc/printer_profiles/capabilities.rst @@ -0,0 +1,3 @@ +Capabilities +------------ +:Last Reviewed: 2023-07-27