Skip to content

Commit 1152116

Browse files
committed
Adjust docs text to 88 columns
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 4bf6c6f commit 1152116

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

src/frequenz/repo/config/nox/__init__.py

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
"""Utilities to build noxfiles.
55
6-
The main entry point is the [`configure()`][frequenz.repo.config.nox.configure] function, which will
7-
configure all nox sessions according to some configuration.
6+
The main entry point is the [`configure()`][frequenz.repo.config.nox.configure]
7+
function, which will configure all nox sessions according to some configuration.
88
99
To use the default options, you should call `configure()` using one of the [repository
1010
types][frequenz.repo.config.RepositoryType]. For example:
@@ -15,8 +15,9 @@
1515
nox.configure(RepositoryType.LIB)
1616
```
1717
18-
Again, make sure to pick the correct project typedefault configuration based on the type of your
19-
project (`actor_config`, `api_config`, `app_config`, `lib_config`, `model_config`).
18+
Again, make sure to pick the correct project typedefault configuration based on the type
19+
of your project (`actor_config`, `api_config`, `app_config`, `lib_config`,
20+
`model_config`).
2021
2122
If you need to use some custom configuration, you can start from the default settings in
2223
the [`frequenz.repo.config.nox.default`][] module,
@@ -32,16 +33,16 @@
3233
nox.configure(config)
3334
```
3435
35-
If you need further customization or to define new sessions, you can use the
36-
following modules:
36+
If you need further customization or to define new sessions, you can use the following
37+
modules:
3738
38-
- [`frequenz.repo.config.nox.config`][]: Low-level utilities to configure nox sessions. It defines the
39-
`Config` and CommandsOptions` classes and the actual implementation of the
40-
`configure()` function. It also defines the `get()` function, which can be
41-
used to get the currently used configuration object.
39+
- [`frequenz.repo.config.nox.config`][]: Low-level utilities to configure nox sessions.
40+
It defines the `Config` and CommandsOptions` classes and the actual implementation of
41+
the `configure()` function. It also defines the `get()` function, which can be used to
42+
get the currently used configuration object.
4243
43-
- [`frequenz.repo.config.nox.session`][]: Predefined nox sessions. These are the sessions that are used
44-
by default.
44+
- [`frequenz.repo.config.nox.session`][]: Predefined nox sessions. These are the
45+
sessions that are used by default.
4546
4647
- [`frequenz.repo.config.nox.util`][]: General purpose utility functions.
4748
"""

0 commit comments

Comments
 (0)