From c6271a2856b94a7350e68a54db2b92fe685416d1 Mon Sep 17 00:00:00 2001
From: moon2 <moon2protonmail@protonmail.com>
Date: Sun, 27 Aug 2023 17:36:07 +0200
Subject: [PATCH] docs: Programming -> Application Programming

---
 docs/badge/{programming.rst => application_programming.rst} | 6 ++----
 docs/index.rst                                              | 2 +-
 2 files changed, 3 insertions(+), 5 deletions(-)
 rename docs/badge/{programming.rst => application_programming.rst} (99%)

diff --git a/docs/badge/programming.rst b/docs/badge/application_programming.rst
similarity index 99%
rename from docs/badge/programming.rst
rename to docs/badge/application_programming.rst
index 1f1ac7e562..e3423b7bc1 100644
--- a/docs/badge/programming.rst
+++ b/docs/badge/application_programming.rst
@@ -1,9 +1,7 @@
 .. _programming:
 
-Programming
-===========
-
-*NOTE: this is about programming your own apps/instruments/toys while keeping the badge firmware stock. If you want to port Doom or work on the firmware, see the Firmware Development section.*
+Application Programmming
+========================
 
 The main programming interface and language for the flow3rbadge is Python. More
 exactly, it's `Micropython <https://micropython.org/>`_, which is a fairly
diff --git a/docs/index.rst b/docs/index.rst
index 7008c2b137..8ecc31c7f7 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -13,7 +13,7 @@ Welcome to flow3r's documentation!
    badge/hardware_specs.rst
    badge/assembly.rst
    badge/usage.rst
-   badge/programming.rst
+   badge/application_programming.rst
    badge/firmware.rst
    badge/firmware-development.rst
    badge/badge_link.rst
-- 
GitLab