Skip to content

Commit f95cd67

Browse files
ooliver1Davidy22
authored andcommitted
Fixes the formatting for building docs
1 parent ce85aa6 commit f95cd67

File tree

2 files changed

+38
-38
lines changed

2 files changed

+38
-38
lines changed

docs/source/index.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Guake User Documentation
44
========================
55

66
.. image:: ../../guake/data/pixmaps/intro-small.jpg
7+
:alt: computer with guake terminal
78

89
Welcome to the official Guake User Documentation.
910

@@ -18,7 +19,7 @@ Main Features
1819
- Simple Easy and Elegant
1920
- Smooth integration of terminal into GUI
2021
- Appears when you call and disappears once you are done by pressing a predefined hotkey (F12 by
21-
default)
22+
default)
2223
- Compiz transparency support
2324
- Multi tab
2425
- Plenty of color palettes
@@ -44,10 +45,10 @@ Useful links
4445
- Source Code available on `GitHub <https://github.com/Guake/guake/>`_.
4546
- Official Homepage: http://guake-project.org
4647
- Online Documentation is hosted on `ReadTheDocs <http://guake.readthedocs.io/>`_.
47-
- If you are not a developer, you can still contribute to Guake by
48-
`improving its translations in your language <https://hosted.weblate.org/projects/guake/guake/`_.
49-
Guake users are welcome `to support Weblate <https://weblate.org/donate/>`_ in providing this
50-
service for free for OpenSource Projects.
48+
- If you are not a developer, you can still contribute to Guake by
49+
`improving its translations in your language <https://hosted.weblate.org/projects/guake/guake/>`_.
50+
Guake users are welcome `to support Weblate <https://weblate.org/donate/>`_ in providing this
51+
service for free for OpenSource Projects.
5152

5253
**Important note**: Do **NOT** use the domain guake.org, it has been registered by someone outside
5354
the team. We cannot be held responsible for the content on that web site.

docs/source/user/installing.rst

Lines changed: 32 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Guake is available on *community* repository, just use: ``sudo pacman -S guake``
5252

5353

5454
Manjaro
55-
------
55+
-------
5656

5757
Manjaro users can use ``pacman -S guake``.
5858

@@ -62,19 +62,19 @@ Install from Pypi
6262

6363
Guake is now automatically published on Pypi.
6464

65-
Please note the recommended way is to install Guake using `pipx` that will put Guake in a
66-
dedicated, isolated environment for your local user. Ensure `$HOME/.local/bin` is in your `PATH`.
65+
Please note the recommended way is to install Guake using ``pipx`` that will put Guake in a
66+
dedicated, isolated environment for your local user. Ensure ``$HOME/.local/bin`` is in your ``PATH``.
6767

6868
.. code-block:: bash
6969
70-
$ python3 -m pip install --user pipx
71-
$ pipx install guake
70+
$ python3 -m pip install --user pipx
71+
$ pipx install guake
7272
7373
Alternatively, you can use the following command to install on a local environment:
7474

7575
.. code-block:: bash
7676
77-
$ pip install --user guake
77+
$ pip install --user guake
7878
7979
8080
Avoid using ``pip install guake`` without the ``--user``, you may break your system.
@@ -83,40 +83,39 @@ You need to ensure the following points are met in your configuration:
8383

8484
- ``$HOME/.local/bin`` should be in your ``$PATH``
8585
- You need to have some dependencies installed on your system:
86-
87-
- ``gir1.2-keybinder-3.0``
88-
- ``gir1.2-notify-0.7``
89-
- ``gir1.2-vte-2.91``
90-
- ``libkeybinder-3.0-0``
91-
- ``libutempter0``
92-
- ``python3-setuptools``
93-
- ``python3-cairo``
94-
- ``python3-dbus``
95-
- ``python3-gi``
96-
- ``python3-pbr``
97-
- ``python3-pip``
98-
- ``python3``
86+
- ``gir1.2-keybinder-3.0``
87+
- ``gir1.2-notify-0.7``
88+
- ``gir1.2-vte-2.91``
89+
- ``libkeybinder-3.0-0``
90+
- ``libutempter0``
91+
- ``python3-setuptools``
92+
- ``python3-cairo``
93+
- ``python3-dbus``
94+
- ``python3-gi``
95+
- ``python3-pbr``
96+
- ``python3-pip``
97+
- ``python3``
9998

10099
Install from source
101100
===================
102101

103102
If you want to install Guake from its sources, please follow this procedure:
104103

105104
- First, **DO NOT USE TARBALLS GENERATED BY GITHUB** on the Release Page. They
106-
are automatically generated and cannot be used alone. We use a package, namely
107-
 ``PBR``, that requires the full git history to work.
105+
are automatically generated and cannot be used alone. We use a package, namely
106+
``PBR``, that requires the full git history to work.
108107

109-
Checkout the HEAD of the source tree with:
108+
Checkout the HEAD of the source tree with:
110109

111-
.. code-block:: bash
110+
.. code-block:: bash
112111
113112
$ git clone https://github.com/Guake/guake.git
114113
115114
- make sure that you have the needed system dependencies (Python GTK, VTE, ...)
116-
installed for your system.
117-
If you are unsure about the dependencies, you can run this script to install them:
115+
installed for your system.
116+
If you are unsure about the dependencies, you can run this script to install them:
118117

119-
.. code-block:: bash
118+
.. code-block:: bash
120119
121120
$ ./scripts/bootstrap-dev-[debian, arch, fedora].sh run make
122121
@@ -126,20 +125,20 @@ To install Guake itself, use:
126125

127126
.. code-block:: bash
128127
129-
$ make
130-
$ sudo make install
128+
$ make
129+
$ sudo make install
131130
132131
To uninstall, still in the source directory:
133132

134133
.. code-block:: bash
135134
136-
$ make
137-
$ sudo make uninstall
135+
$ make
136+
$ sudo make uninstall
138137
139138
Tips for a complete Guake reinstallation (without system dependencies):
140139

141140
.. code-block:: bash
142141
143-
$ sudo make uninstall && make && sudo make install
144-
$ # Or use this shortcut:
145-
$ make reinstall # (do not sudo it!)
142+
$ sudo make uninstall && make && sudo make install
143+
$ # Or use this shortcut:
144+
$ make reinstall # (do not sudo it!)

0 commit comments

Comments
 (0)