Clean-up spec to remove non-spec-ish items#458
Conversation
| - [Notational Conventions](#notational-conventions) | ||
| - [Overview](#overview) | ||
| - [Understanding the Specification](#understanding-the-specification) | ||
| - [Media Types](media-types.md) |
There was a problem hiding this comment.
Inconsistent indent? You should replace the earlier tab with four spaces (opencontainers/runtime-spec#495).
|
I think this is a step in the right direction, although it will I also think we should merge the “Overview” and “Understanding the |
| ``` | ||
|
|
||
| [runtime-platform]: https://github.com/opencontainers/runtime-spec/blob/v1.0.0-rc2/config.md#platform | ||
| [runtime-platform2]: https://github.com/opencontainers/runtime-spec/blob/v1.0.0-rc2/config.md#platform |
There was a problem hiding this comment.
The current approach to single-file PDF/HTML generation is to feed all the Markdown into Pandoc. Pandoc seems to treat them as a single, concatenated file internally and doesn't like seeing the same reference defined more than once, so he's giving this a globally-unique name to avoid conflicting with the entry in config.md.
There was a problem hiding this comment.
Gah, what a mess. I really just want to drop PDF/HTML.
|
@duglin rebase please? |
|
rebased, but I'd appreciate a double-check to make sure I didn't drop anything from README.md or spec.md. |
|
Conflicts again |
Signed-off-by: Doug Davis <dug@us.ibm.com>
|
rebased |
This landed in 836fb1c ([ReadMe] Add Compliance Language, 2016-10-11, opencontainers#432) but was removed in 27508e2 (Clean-up spec to remove non-spec-ish items, 2016-11-14, opencontainers#458), likely accidentally during a rebase. Signed-off-by: W. Trevor King <wking@tremily.us>
Per the oci f2f at kubecon. Similar changes what is in: opencontainers/runtime-spec#626
Signed-off-by: Doug Davis dug@us.ibm.com