polybar/doc
patrick96 800d24c92f doc: Add readme with local preview instructions 2019-04-05 23:43:37 +02:00
..
bash bash completion 2017-05-19 17:02:47 +02:00
man doc: Add manpage as rst file 2019-04-05 23:43:37 +02:00
zsh feat(ipc): Add visibility commands 2017-05-12 17:55:05 +02:00
.gitignore doc: Setup in-repo documentation 2019-04-05 23:43:37 +02:00
CMakeLists.txt doc: Install rst based man pages 2019-04-05 23:43:37 +02:00
Makefile doc: Setup in-repo documentation 2019-04-05 23:43:37 +02:00
README.md doc: Add readme with local preview instructions 2019-04-05 23:43:37 +02:00
conf.py doc: Add manpage as rst file 2019-04-05 23:43:37 +02:00
config.cmake typo: replace 'alot' with 'a lot' (#1634) 2019-01-29 17:54:38 +01:00
index.rst doc: Add manpage as rst file 2019-04-05 23:43:37 +02:00

README.md

Polybar Manual

The official polybar documentation lives here.

The html documentation and man pages are built automatically when you build with cmake (cmake creates the custom target doc).

Preview Locally

The documentation uses Sphinx with the "Read The Docs" theme sphinx_rtd_theme to generate the documentation, so you will need to have those installed.

You can then run make html inside this folder and sphinx will generate the html documentation inside doc/build/html. Open doc/build/html/index.html to read the documentation in the browser.

With make man it will generate the man pages in the doc/build/man folder.