Skip to content

Commit dc82dcf

Browse files
committed
Update markdown files with new linting (Aug 2023)
1 parent 04c7827 commit dc82dcf

File tree

3 files changed

+5
-10
lines changed

3 files changed

+5
-10
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,4 @@ Flask-MongoEngine is distributed under [BSD 3-Clause License].
105105

106106
[Contribution guidelines]: CONTRIBUTING.md
107107

108-
[nox]: https://nox.thea.codes/en/stable/usage.html
109-
110108
[complete connection settings description]: http://docs.mongoengine.org/projects/flask-mongoengine/flask_config.html

docs/db_model.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
```{important}
44
Flask-Mongoengine does not adjust database level behaviour of [mongoengine] fields
5-
definition, except [keyword only definition] requirement. Everything other on
6-
database level match [mongoengine] project. All parent methods, arguments (as
7-
keyword arguments) and keyword arguments are supported.
5+
definition, except [keyword only definition](#keyword-only-definition) requirement.
6+
Everything other on database level match [mongoengine] project. All parent methods,
7+
arguments (as keyword arguments) and keyword arguments are supported.
88
99
If you are not intend to use WTForms integration, you are free to use fields classes
1010
from parent [mongoengine] project; this should not break anything.
@@ -44,4 +44,3 @@ check issue [#379] as example of one of such cases.
4444
[mongoengine]: https://docs.mongoengine.org/
4545
[#379]: https://github.com/MongoEngine/flask-mongoengine/issues/379
4646
[integration]: forms
47-
[keyword only definition]: #keyword-only-definition

docs/forms.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This allows to create several forms for same model, for different circumstances.
3030

3131
## Requirements
3232

33-
For correct integration behavior several requirements should be met:
33+
For correct [integration] behavior several requirements should be met:
3434

3535
- Document classes should be used from Flask-Mongoengine
3636
{class}`flask_mongoengine.MongoEngine` class, or from
@@ -41,7 +41,7 @@ For correct integration behavior several requirements should be met:
4141

4242
## Global transforms
4343

44-
For all fields, processed by Flask-Mongoengine integration:
44+
For all fields, processed by Flask-Mongoengine [integration]:
4545

4646
- If model field definition have {attr}`wtf_validators` defined, they will be
4747
forwarded to WTForm as {attr}`validators`. This is not protection from
@@ -1038,8 +1038,6 @@ Not yet documented. Please help us with new pull request.
10381038

10391039
[mongoengine]: https://docs.mongoengine.org/
10401040

1041-
[#379]: https://github.com/MongoEngine/flask-mongoengine/issues/379
1042-
10431041
[integration]: forms
10441042

10451043
[global transforms]: #global-transforms

0 commit comments

Comments
 (0)