File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 166166### API reference generation
167167
168168The API documnentation can be automatically generated from the source files using the
169- [`freq .repo.config.mkdocs`][] package as when run as a
169+ [`frequenz .repo.config.mkdocs`][] package as when run as a
170170[`mkdocs-gen-files`](https://oprypin.github.io/mkdocs-gen-files/) plugin script.
171171
172172To enable it you just need to make sure the `mkdocs-gen-files`, `mkdocs-literate-nav`
Original file line number Diff line number Diff line change 33
44"""Utilities to build noxfiles.
55
6- The main entry point is the [`configure()`][configure] function, which will
6+ The main entry point is the [`configure()`][frequenz.repo.config.nox. configure] function, which will
77configure all nox sessions according to some configuration.
88
99To use the default options, you should call `configure()` using one of the [repository
3535If you need further customization or to define new sessions, you can use the
3636following modules:
3737
38- - [`config`][]: Low-level utilities to configure nox sessions. It defines the
38+ - [`frequenz.repo.config.nox. config`][]: Low-level utilities to configure nox sessions. It defines the
3939 `Config` and CommandsOptions` classes and the actual implementation of the
4040 `configure()` function. It also defines the `get()` function, which can be
4141 used to get the currently used configuration object.
4242
43- - [`session`][]: Predefined nox sessions. These are the sessions that are used
43+ - [`frequenz.repo.config.nox. session`][]: Predefined nox sessions. These are the sessions that are used
4444 by default.
4545
46- - [`util`][]: General purpose utility functions.
46+ - [`frequenz.repo.config.nox. util`][]: General purpose utility functions.
4747"""
4848
4949from .config import configure
You can’t perform that action at this time.
0 commit comments