Skip to content

Commit f55ab59

Browse files
committed
docs: Remove more mentions of insiders
1 parent cb2af1b commit f55ab59

4 files changed

Lines changed: 0 additions & 15 deletions

File tree

docs/guide/users/checking.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -666,8 +666,6 @@ $ griffe check griffe -ssrc -b0.46.0 -a0.45.0 --verbose
666666

667667
### Markdown
668668

669-
[:octicons-tag-24: Insiders 1.0.0](../../insiders/changelog.md#1.0.0)
670-
671669
- **CLI**: `-f markdown`
672670
- **API**: `check(..., style="markdown")` / `check(..., style=ExplanationStyle.MARKDOWN)`
673671

@@ -700,8 +698,6 @@ The Markdown format is adapted for changelogs. It doesn't show the file and line
700698

701699
### GitHub
702700

703-
[:octicons-tag-24: Insiders 1.0.0](../../insiders/changelog.md#1.0.0)
704-
705701
- **CLI**: `-f github`
706702
- **API**: `check(..., style="github")` / `check(..., style=ExplanationStyle.GITHUB)`
707703

docs/reference/docstrings.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1407,8 +1407,6 @@ The parser accepts a few options:
14071407
- `default`: If heuristics fail, the `default` parser is returned. The `default` parser is never used with the 'max_sections' method. Default: `None`.
14081408
- Any other option is passed down to the detected parser, if any.
14091409

1410-
For non-Insiders versions, `default` is returned if specified, else the first parser in `style_order` is returned. If `style_order` is not specified, `None` is returned.
1411-
14121410
## Parsers features
14131411

14141412
!!! tip "Want to contribute?"

mkdocs.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,6 @@ nav:
114114
- Loggers: reference/api/loggers.md
115115
- Helpers: reference/api/helpers.md
116116
- Changelog: changelog.md
117-
- Insiders:
118-
- insiders/index.md
119-
- Getting started:
120-
- Installation: insiders/installation.md
121-
- Changelog: insiders/changelog.md
122117
- Author's website: https://pawamoy.github.io/
123118

124119
theme:

src/griffe/_internal/docstrings/auto.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,6 @@ def infer_docstring_style(
134134
parsed the same number of sections, `style_order` is used to decide which
135135
one to return. The `default` parser is never used with the 'max_sections' method.
136136
137-
For non-Insiders versions, `default` is returned if specified, else the first
138-
parser in `style_order` is returned. If `style_order` is not specified,
139-
`None` is returned.
140-
141137
Additional options are parsed to the detected parser, if any.
142138
143139
Parameters:

0 commit comments

Comments
 (0)