Merge pull request #71 from RichardLitt/feat/definitions

feat: add definitions section
This commit is contained in:
Richard Littauer 2017-11-14 15:22:48 -05:00 committed by GitHub
commit 03360b3b7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

11
spec.md
View File

@ -30,6 +30,7 @@ _Note: This is only a navigation guide for the specification, and does not defin
- [API](#api) - [API](#api)
- [Contribute](#contribute) - [Contribute](#contribute)
- [License](#license) - [License](#license)
- [Definitions](#definitions)
## Sections ## Sections
@ -129,7 +130,7 @@ progressively greater amount of knowledge."
- Cover intellectual provenance: A `See Also` section is also fitting. - Cover intellectual provenance: A `See Also` section is also fitting.
### Install ### Install
**Status:** Required by default, optional for doc modules. **Status:** Required by default, optional for [documentation repositories](#definitions).
**Requirements:** **Requirements:**
- Code block illustrating how to install. - Code block illustrating how to install.
@ -144,7 +145,7 @@ progressively greater amount of knowledge."
- An `Updating` section would be useful for most packages, if there are multiple versions which the user may interface with. - An `Updating` section would be useful for most packages, if there are multiple versions which the user may interface with.
### Usage ### Usage
**Status:** Required by default, optional for doc modules. **Status:** Required by default, optional for [documentation repositories](#definitions).
**Requirements:** **Requirements:**
- Code block illustrating common usage. - Code block illustrating common usage.
@ -218,3 +219,9 @@ progressively greater amount of knowledge."
**Suggestions:** **Suggestions:**
- Link to longer License file in local repository. - Link to longer License file in local repository.
## Definitions
_These definitions are provided to clarify any terms used above._
- **Documentation repositories**: Repositories without any functional code. For instance, [RichardLitt/knowledge](https://github.com/RichardLitt/knowledge).