Skip to content

Commit

Permalink
CONTRIBUTING: Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtechtrefny committed Jun 11, 2024
1 parent 6ad9055 commit ed17072
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ PYTHONPATH=. PATH=`pwd`:$PATH blivet-gui
### Building blocks of blivet-gui

This is just a short summary of blivet-gui code structure/building blocks.
See [storaged-project.github.io/blivet-gui](https://storaged-project.github.io/blivet-gui/
See [storaged-project.github.io/blivet-gui](https://storaged-project.github.io/blivet-gui/)
for complete API documentation.

#### BlivetUtils
Expand All @@ -65,7 +65,7 @@ for more information about blivet and its API.

`BlivetGUI` ([blivetgui.py](blivetgui/blivetgui.py)) is the main class for the GUI.
There are separate classes for every UI part. These classes create all the necessary
Gtk widgets (or load them from the Glade files and provide signal handlers and
Gtk widgets (or load them from the Glade files) and provide signal handlers and
other helper functions.

**Important GUI objects:**
Expand All @@ -76,7 +76,7 @@ other helper functions.
with device-related actions (add, edit, remove...)
* `ActionsToolbar` ([actions_toolbar.py](blivetgui/actions_toolbar.py))-- toolbar
with "global" actions (process or clear actions, main menu)
* `ListDevices` ([list_devices.py](blivetgui/list_devices.py)])-- list of "root"
* `ListDevices` ([list_devices.py](blivetgui/list_devices.py))-- list of "root"
devices (disks, volume groups, RAIDs...)
* `ListPartitions` ([list_partitions.py](blivetgui/list_partitions.py)) -- list
of "child" devices for selected device
Expand Down

0 comments on commit ed17072

Please sign in to comment.