File tree Expand file tree Collapse file tree 2 files changed +16
-15
lines changed
Expand file tree Collapse file tree 2 files changed +16
-15
lines changed Original file line number Diff line number Diff line change @@ -751,16 +751,6 @@ mybattery:buttons(awful.util.table.join(
751751```
752752
753753
754- ## See also
755-
756- * Manual pages: [ awesome(1)] ( https://awesomewm.org/doc/manpages/awesome ) ,
757- [ awesomerc(5)] ( https://awesomewm.org/doc/manpages/awesomerc.5.html )
758- * [ Awesome declarative layout system] ( https://awesomewm.org/apidoc/documentation/03-declarative-layout.md.html )
759- * [ Example * awesome* configuration] ( http://git.sysphere.org/awesome-configs/ )
760- (outdated)
761- * [ My first awesome] ( https://awesomewm.org/doc/api/documentation/07-my-first-awesome.md.html )
762-
763-
764754## Contributing
765755
766756For details, see CONTRIBUTING.md. Vicious is licensed under GNU GPLv2+,
Original file line number Diff line number Diff line change @@ -12,19 +12,30 @@ and a few *awesome* helper functions that make it easier to register timers,
1212suspend widgets and so on. Vicious doesn't depend on any third party Lua _
1313library, but may depend on additional system utilities.
1414
15+ Table of Contents
16+ -----------------
17+
1518.. toctree ::
1619 :maxdepth: 2
17- :caption: Contents:
1820
1921 usage-lua
2022 usage-awesome
2123 copying
2224
23- Indices and tables
24- ------------------
25+ See Also
26+ --------
2527
26- * :ref: `genindex `
27- * :ref: `search `
28+ * Manual pages: `awesome(1) `_, `awesomerc(5) `_
29+ * `Awesome declarative layout system `_
30+ * `My first awesome `_
31+ * `Example awesome configuration `_ (outdated)
2832
2933.. _awesome window manager : https://awesomewm.org
3034.. _Lua : https://www.lua.org
35+ .. _awesome(1) : https://awesomewm.org/doc/manpages/awesome.1.html
36+ .. _awesomerc(5) : https://awesomewm.org/doc/manpages/awesomerc.5.html
37+ .. _Awesome declarative layout system :
38+ https://awesomewm.org/apidoc/documentation/03-declarative-layout.md.html
39+ .. _My first awesome :
40+ https://awesomewm.org/doc/api/documentation/07-my-first-awesome.md.html
41+ .. _Example awesome configuration : http://git.sysphere.org/awesome-configs/
You can’t perform that action at this time.
0 commit comments