-
Notifications
You must be signed in to change notification settings - Fork 7
DOCSP-46866: Cleanup #14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
✅ Deploy Preview for docs-django ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
source/get-started/query-data.txt
Outdated
@@ -17,7 +17,7 @@ to read data from the ``sample_mflix`` database. | |||
.. procedure:: | |||
:style: connected | |||
|
|||
.. step:: Query the "users" collection for a specified email | |||
.. step:: Query the users collection for a specified email |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why the removal of quotes? Should this be Users
instead?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Usually we format collection names without quotes, monospaced (like here). But we also don't use monospace text in headers. However since this is a step, not a header, I'll change to users
collection
source/get-started/query-data.txt
Outdated
@@ -42,7 +42,7 @@ to read data from the ``sample_mflix`` database. | |||
|
|||
<Viewer: Khal Drogo> | |||
|
|||
.. step:: Query the "movies" collection for specified runtime values | |||
.. step:: Query the movies collection for specified runtime values |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same as above
source/get-started/write-data.txt
Outdated
@@ -39,7 +39,7 @@ and delete functions on your model objects. | |||
:language: python | |||
:copyable: | |||
|
|||
.. step:: Insert a movie into the database | |||
.. step:: Insert a Movie into the database |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this stay lowercase since it's not a proper noun?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Movie objects are capitalized; I'll add "object" after to make that clear
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some small stuff:
source/get-started.txt
Outdated
@@ -15,7 +15,7 @@ Get Started with {+django-odm+} | |||
:values: tutorial | |||
|
|||
.. meta:: | |||
:description: Learn how to create an app to connect to a MongoDB deployment by using Django MongoDB Backend. | |||
:description: Learn how to create an app to connect to a MongoDB deployment by using {+framework+} MongoDB Backend. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we be using variables in the meta descriptions?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought they didn't render correctly but just checked and they do! So I'll update the descriptions
source/model-data/models.txt
Outdated
- ``options``: Specifies {+framework+} field options. This field is | ||
optional. To view a list of available options, see `Field options | ||
<{+django-docs+}/ref/models/fields/#field-options>`__ | ||
in the {+framework+} documentation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would make this change in all the instances that use "This field is optional."
- ``options``: Specifies {+framework+} field options. This field is | |
optional. To view a list of available options, see `Field options | |
<{+django-docs+}/ref/models/fields/#field-options>`__ | |
in the {+framework+} documentation. | |
- ``options`` (optional): Specifies {+framework+} field options. To view a list of available options, see `Field options | |
<{+django-docs+}/ref/models/fields/#field-options>`__ | |
in the {+framework+} documentation. |
source/model-data/models.txt
Outdated
`Model field reference <{+django-docs+}/ref/models/fields/>`__ | ||
in the {+framework+} documentation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To learn more about {+framework+} field types, see | |
`Model field reference <{+django-docs+}/ref/models/fields/>`__ | |
in the {+framework+} documentation. | |
To learn more about {+framework+} field types, see the | |
`Model field reference <{+django-docs+}/ref/models/fields/>`__ | |
in the {+framework+} documentation. |
Pull Request Info
PR Reviewing Guidelines
JIRA - https://jira.mongodb.org/browse/DOCSP-46866
Staging Links
Self-Review Checklist