diff --git a/docs/building.rst b/docs/building.rst index fc5debbd..78a3c458 100644 --- a/docs/building.rst +++ b/docs/building.rst @@ -14,3 +14,4 @@ If you haven't already, it is recommended to run through :doc:`first-build` befo flatpak-builder manifests sandbox-permissions + guides diff --git a/docs/guides.rst b/docs/guides.rst new file mode 100644 index 00000000..3c369f17 --- /dev/null +++ b/docs/guides.rst @@ -0,0 +1,9 @@ +Guides +====== + +Flatpak provides a range of options and helper tools, which allow building applications using the most common languages and development platforms. These pages provide information on these, and are intended to supplement the standard guidance provided elsewhere in the Flatpak documentation. + +.. toctree:: + :maxdepth: 1 + + python diff --git a/docs/python.rst b/docs/python.rst new file mode 100644 index 00000000..d80a76dd --- /dev/null +++ b/docs/python.rst @@ -0,0 +1,2 @@ +Python +======