-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Meta/Editorial: move to a pure Bikeshed build
This removes the emu-algify part of the pipeline. The algorithms and abstract operation cross-links in this spec are not very plentiful, and so they can be handled manually, without needing a second build step. This includes a few editorial changes as I made a pass through removing <emu-alg> elements: - Moves "Supporting abstract operations" after "Namespace console" - Links to more Infra terms, and uses the [=foo/bar=] linking style when appropriate - Use |var| and `code` syntaxes throughout - Fixes a couple wrong variables - By virtue of Bikeshed's default styling, adds spacing in between each algorithm step
- Loading branch information
Showing
4 changed files
with
294 additions
and
340 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
language: node_js | ||
node_js: stable | ||
sudo: false | ||
dist: trusty | ||
language: generic | ||
|
||
env: | ||
global: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.