-
Notifications
You must be signed in to change notification settings - Fork 553
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
Anchor examples #348
Anchor examples #348
Conversation
|
||
#### further subheader | ||
|
||
### Example |
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.
Maybe clarify that this is an example of “some topic”. And if we prefer Sentence casing or Title Casing, it's probably best to use that throughout this Markdown literal as well.
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 agree with @wking. I was confused on first read of lines 28-34 until I read Trevor's comment.
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.
this is not all what we do today.
On Wed, Mar 16, 2016 at 07:43:44PM -0700, Vincent Batts wrote:
This is great :). I left a few nits in inline, but I'm happy with |
Looks fine. Needs rebase. |
rebased. PTAL. |
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
updated |
[no-pointer-for-boolean]: https://github.com/opencontainers/specs/pull/290#discussion_r50296396 | ||
[no-pointer-for-slices]: https://github.com/opencontainers/specs/pull/316/files#r50782982 | ||
[optional-pointer]: https://github.com/opencontainers/specs/pull/233#discussion_r47829711 | ||
[pointer-when-updates-require-changes]: https://github.com/opencontainers/specs/pull/317/files#r50932706 |
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.
You probably didn't mean to touch the opencontainers/runtime-spec
links.
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.
rebased on master ... not sure why those seem touched
On Fri, Apr 8, 2016 at 1:41 PM, W. Trevor King notifications@github.com
wrote:
In style.md
#348 (comment)
:-[integer-over-hex]: #267 (comment)
-[keep-prefix]: #159 (comment)
-[no-pointer-for-boolean]: #290 (comment)
-[no-pointer-for-slices]: https://github.com/opencontainers/runtime-spec/pull/316/files#r50782982
-[optional-pointer]: #233 (comment)
-[pointer-when-updates-require-changes]: https://github.com/opencontainers/runtime-spec/pull/317/files#r50932706
+[integer-over-hex]: #267 (comment)
+[keep-prefix]: #159 (comment)
+[no-pointer-for-boolean]: #290 (comment)
+[no-pointer-for-slices]: https://github.com/opencontainers/specs/pull/316/files#r50782982
+[optional-pointer]: #233 (comment)
+[pointer-when-updates-require-changes]: https://github.com/opencontainers/specs/pull/317/files#r50932706You probably didn't mean to touch the opencontainers/runtime-spec links.
—
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
https://github.com/opencontainers/runtime-spec/pull/348/files/a2772db1d89eb9604010aa811cf99e34ae3ddcf5#r59062479
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.
oh i see. "runtime-spec". lemme fix that.
On Fri, Apr 8, 2016 at 1:44 PM, Vincent Batts vbatts@hashbangbash.com
wrote:
rebased on master ... not sure why those seem touched
On Fri, Apr 8, 2016 at 1:41 PM, W. Trevor King notifications@github.com
wrote:In style.md
#348 (comment)
:-[integer-over-hex]: #267 (comment)
-[keep-prefix]: #159 (comment)
-[no-pointer-for-boolean]: #290 (comment)
-[no-pointer-for-slices]: https://github.com/opencontainers/runtime-spec/pull/316/files#r50782982
-[optional-pointer]: #233 (comment)
-[pointer-when-updates-require-changes]: https://github.com/opencontainers/runtime-spec/pull/317/files#r50932706
+[integer-over-hex]: #267 (comment)
+[keep-prefix]: #159 (comment)
+[no-pointer-for-boolean]: #290 (comment)
+[no-pointer-for-slices]: https://github.com/opencontainers/specs/pull/316/files#r50782982
+[optional-pointer]: #233 (comment)
+[pointer-when-updates-require-changes]: https://github.com/opencontainers/specs/pull/317/files#r50932706You probably didn't mean to touch the opencontainers/runtime-spec links.
—
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
https://github.com/opencontainers/runtime-spec/pull/348/files/a2772db1d89eb9604010aa811cf99e34ae3ddcf5#r59062479
7093aad
to
e49ab0f
Compare
Commits through e49ab0f look good to me, excepting 1 calling for FooBarBazExampleTo use Baz, … ExampleTo use Foo, … would make me happier (and the one-word headings avoid the need for a |
addressing: * anchoring * content of example Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
done. PTAL. |
LGTM |
1 similar comment
LGTM |
This cleans up the anchoring of examples and adds to the style and conventions of such.