Skip to content

Massive cleanup of trivial linking issues and some typos #284

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

Merged
merged 2 commits into from
Oct 4, 2012
Merged

Massive cleanup of trivial linking issues and some typos #284

merged 2 commits into from
Oct 4, 2012

Conversation

epc
Copy link
Contributor

@epc epc commented Oct 4, 2012

Running sphinx with full warnings on I discovered that we had a lot of things that we thought were linking correctly but weren't because Sphinx is case-sensitive (just like MongoDB!). So a :dbcommand:listshards was throwing an error because it's listShards. And so forth. Also a bunch of typos cleaned up.

@@ -201,7 +201,7 @@ documents will return on standard output.

By default, :program:`mongoexport` returns one :term:`JSON document`
per MongoDB document. Specify the ":option:`--jsonArray <mongoexport
--jsonArrray>`" argument to return the export as a single :term:`JSON`
--jsonArray>`" argument to return the export as a single :term:`JSON`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

another problem here is that the link is on different lines.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, that's a problem throughout the docs.
Where links would be too long I started to move them to separate lines but
didn't actively try to do that throughout.

@tychoish tychoish merged commit c4f327e into mongodb:master Oct 4, 2012
mongodb-server-docs-sync-bot bot pushed a commit that referenced this pull request May 22, 2025
* DOCSP-37408 Rollover Requirement

* Fixes per Evgeni
mongodb-server-docs-sync-bot bot pushed a commit that referenced this pull request Jun 2, 2025
* DOCSP-31809 ejson methods

* self review

* review feedback

* review feedback

* review feedback

* Review feedback

* Review comments

* Review comments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants