[docs] Move *See also* from README

This commit is contained in:
Nguyễn Gia Phong 2020-09-08 22:32:36 +07:00
parent 2a8f987b22
commit be0eb4870d
2 changed files with 16 additions and 15 deletions

View File

@ -751,16 +751,6 @@ mybattery:buttons(awful.util.table.join(
``` ```
## See also
* Manual pages: [awesome(1)](https://awesomewm.org/doc/manpages/awesome),
[awesomerc(5)](https://awesomewm.org/doc/manpages/awesomerc.5.html)
* [Awesome declarative layout system](https://awesomewm.org/apidoc/documentation/03-declarative-layout.md.html)
* [Example *awesome* configuration](http://git.sysphere.org/awesome-configs/)
(outdated)
* [My first awesome](https://awesomewm.org/doc/api/documentation/07-my-first-awesome.md.html)
## Contributing ## Contributing
For details, see CONTRIBUTING.md. Vicious is licensed under GNU GPLv2+, For details, see CONTRIBUTING.md. Vicious is licensed under GNU GPLv2+,

View File

@ -12,19 +12,30 @@ and a few *awesome* helper functions that make it easier to register timers,
suspend widgets and so on. Vicious doesn't depend on any third party Lua_ suspend widgets and so on. Vicious doesn't depend on any third party Lua_
library, but may depend on additional system utilities. library, but may depend on additional system utilities.
Table of Contents
-----------------
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2
:caption: Contents:
usage-lua usage-lua
usage-awesome usage-awesome
copying copying
Indices and tables See Also
------------------ --------
* :ref:`genindex` * Manual pages: `awesome(1)`_, `awesomerc(5)`_
* :ref:`search` * `Awesome declarative layout system`_
* `My first awesome`_
* `Example awesome configuration`_ (outdated)
.. _awesome window manager: https://awesomewm.org .. _awesome window manager: https://awesomewm.org
.. _Lua: https://www.lua.org .. _Lua: https://www.lua.org
.. _awesome(1): https://awesomewm.org/doc/manpages/awesome.1.html
.. _awesomerc(5): https://awesomewm.org/doc/manpages/awesomerc.5.html
.. _Awesome declarative layout system:
https://awesomewm.org/apidoc/documentation/03-declarative-layout.md.html
.. _My first awesome:
https://awesomewm.org/doc/api/documentation/07-my-first-awesome.md.html
.. _Example awesome configuration: http://git.sysphere.org/awesome-configs/