Skip to content

Commit

Permalink
Fix links to griffe objects in usage/customization
Browse files Browse the repository at this point in the history
  • Loading branch information
melissawm committed Jul 23, 2024
1 parent 8b20c70 commit 23c491a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/usage/customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ and the Jinja context available in their scope.
Available context:

- `config`: The handler configuration (dictionary).
- `module`: The [Module][griffe.dataclasses.Module] instance.
- `module`: The [Module][griffe.Module] instance.

#### `class.html`

Expand All @@ -319,7 +319,7 @@ Available context:
Available context:

- `config`: The handler configuration (dictionary).
- `class`: The [Class][griffe.dataclasses.Class] instance.
- `class`: The [Class][griffe.Class] instance.

#### `function.html`

Expand All @@ -333,7 +333,7 @@ Available context:
Available context:

- `config`: The handler configuration (dictionary).
- `function`: The [Function][griffe.dataclasses.Function] instance.
- `function`: The [Function][griffe.Function] instance.

#### `attribute.html`

Expand All @@ -346,7 +346,7 @@ Available context:
Available context:

- `config`: The handler configuration (dictionary).
- `attribute`: The [Attribute][griffe.dataclasses.Attribute] instance.
- `attribute`: The [Attribute][griffe.Attribute] instance.

#### Docstring sections

Expand All @@ -368,7 +368,7 @@ and `docstring/yields.html`:

Available context:

- `section`: The [DocstringSection][griffe.docstrings.dataclasses.DocstringSection] instance (see `DocstringSection*` subclasses).
- `section`: The [DocstringSection][griffe.DocstringSection] instance (see `DocstringSection*` subclasses).

### Syntax highlight in signatures

Expand Down

0 comments on commit 23c491a

Please sign in to comment.