Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions meta.style-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ documentation team to contribute to documentation.
**2012-03-21**: Merged in content from the Jargon, and cleaned up
style in light of recent experiences.

**2012-08-10**: Bob proposed an addition to the *Referencing* section.

Naming Conventions
------------------

Expand Down Expand Up @@ -146,6 +148,18 @@ Referencing
occurrence of the reference in a section. You should *always*
reference objects, except in section headings.

- Structure references with the *why* first; the link second.

For example, instead of this:

Use the :doc:`/tutorial/convert-replica-set-to-replicated-shard-cluster`
procedure if you have an existing replica set.

Type this:

To deploy a shard cluster for an existing replica set, see
:doc:`/tutorial/convert-replica-set-to-replicated-shard-cluster`.

General Formulations
~~~~~~~~~~~~~~~~~~~~

Expand Down