AppImage / docs.appimage.org

Source code of AppImage project's documentation

Home Page:https://docs.appimage.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AppImage docs

CI status CD status

This repository is the home of the AppImage project's documentation. It is the central source of information for users of AppImage (both users and developers).

View it at https://docs.appimage.org/.

Build

This is a Sphinx project, and can be built like any other Sphinx project (e.g., using make html)

For less experienced users of Sphinx/Python/virtualenv etc., a convenience script that sets up a local isolated Sphinx environment is included. It's a transparent wrapper for the Makefile, and can be used as a drop-in replacement ./make.sh html.

For development (i.e., writing documentation), sphinx-autobuild has been integrated into the build system, which sets up a live-reloading webserver that rebuilds the site on changes and reloads the page in the browser automatically. You can use it by running ./make.sh watch.

About

Source code of AppImage project's documentation

https://docs.appimage.org/

License:Other


Languages

Language:HTML 81.5%Language:Python 9.6%Language:Shell 7.3%Language:Makefile 1.2%Language:CSS 0.4%