fix docstrings
This commit is contained in:
@@ -2,10 +2,10 @@
|
|||||||
This module reflects the relationship between groups, sections / backends and
|
This module reflects the relationship between groups, sections / backends and
|
||||||
packages.
|
packages.
|
||||||
|
|
||||||
A ['Group'] contains one (strictly spoken zero, but this doesn't make sense) or
|
A [`Group`] contains one (strictly spoken zero, but this doesn't make sense) or
|
||||||
more ['Section']s, which relate to individual backends. Each section contains
|
more [`Section`]s, which relate to individual backends. Each section contains
|
||||||
one (strictly spoken zero) or more ['Package']s. On start-up `pacdef` will load
|
one (strictly spoken zero) or more [`Package`]s. On start-up `pacdef` will load
|
||||||
all groups using ['Group::load'], which in turn will get all packages from all
|
all groups using [`Group::load`], which in turn will get all packages from all
|
||||||
sections.
|
sections.
|
||||||
*/
|
*/
|
||||||
mod group;
|
mod group;
|
||||||
|
|||||||
Reference in New Issue
Block a user