diff --git a/README.md b/README.md index fe110aa9..a127fbf6 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,4 @@ Flask-MongoEngine is distributed under [BSD 3-Clause License]. [Contribution guidelines]: CONTRIBUTING.md -[nox]: https://nox.thea.codes/en/stable/usage.html - [complete connection settings description]: http://docs.mongoengine.org/projects/flask-mongoengine/flask_config.html diff --git a/docs/db_model.md b/docs/db_model.md index 323e5893..820b87e5 100644 --- a/docs/db_model.md +++ b/docs/db_model.md @@ -2,9 +2,9 @@ ```{important} Flask-Mongoengine does not adjust database level behaviour of [mongoengine] fields -definition, except [keyword only definition] requirement. Everything other on -database level match [mongoengine] project. All parent methods, arguments (as -keyword arguments) and keyword arguments are supported. +definition, except [keyword only definition](#keyword-only-definition) requirement. +Everything other on database level match [mongoengine] project. All parent methods, +arguments (as keyword arguments) and keyword arguments are supported. If you are not intend to use WTForms integration, you are free to use fields classes from parent [mongoengine] project; this should not break anything. @@ -44,4 +44,3 @@ check issue [#379] as example of one of such cases. [mongoengine]: https://docs.mongoengine.org/ [#379]: https://github.com/MongoEngine/flask-mongoengine/issues/379 [integration]: forms -[keyword only definition]: #keyword-only-definition diff --git a/docs/forms.md b/docs/forms.md index e0b5eb30..f54c8613 100644 --- a/docs/forms.md +++ b/docs/forms.md @@ -30,7 +30,7 @@ This allows to create several forms for same model, for different circumstances. ## Requirements -For correct integration behavior several requirements should be met: +For correct [integration] behavior several requirements should be met: - Document classes should be used from Flask-Mongoengine {class}`flask_mongoengine.MongoEngine` class, or from @@ -41,7 +41,7 @@ For correct integration behavior several requirements should be met: ## Global transforms -For all fields, processed by Flask-Mongoengine integration: +For all fields, processed by Flask-Mongoengine [integration]: - If model field definition have {attr}`wtf_validators` defined, they will be 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. [mongoengine]: https://docs.mongoengine.org/ -[#379]: https://github.com/MongoEngine/flask-mongoengine/issues/379 - [integration]: forms [global transforms]: #global-transforms