Skip to content
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

Remove old style guide namespace guidance #487

Merged
merged 1 commit into from
Jul 7, 2020
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
Remove old style guide namespace guidance
We used to allow multiple namespaces in a single IDL file, but removed
this feature prior to 1.0. This change just removes a left-over
recommendation that suggests using a single namespace per/file (which is
now a requirement).
mtdowling committed Jul 7, 2020
commit 431ca006a1d619d1084ea01a50eb64a26677f8e0
7 changes: 0 additions & 7 deletions docs/source/1.0/guides/style-guide.rst
Original file line number Diff line number Diff line change
@@ -61,13 +61,6 @@ New lines are represented using ``Line Feed``, ``U+000A``.
All files SHOULD end with a new line.


One namespace per file
----------------------

Source model files SHOULD include only a single namespace. Multiple namespaces
MAY appear when representing a model as a single build artifact.


Model file structure
====================