├── Diagrams.pdf ├── LICENSE ├── README.md └── docs ├── .gitignore ├── 404.html ├── Gemfile ├── Gemfile.lock ├── _config.yml ├── _posts └── 2019-09-20-welcome-to-jekyll.markdown ├── definitions.markdown ├── deltaspec.markdown ├── index.markdown └── requirements.markdown /Diagrams.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aecdeltas/aec-deltas-spec/HEAD/Diagrams.pdf -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aecdeltas/aec-deltas-spec/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aecdeltas/aec-deltas-spec/HEAD/README.md -------------------------------------------------------------------------------- /docs/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aecdeltas/aec-deltas-spec/HEAD/docs/.gitignore -------------------------------------------------------------------------------- /docs/404.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aecdeltas/aec-deltas-spec/HEAD/docs/404.html -------------------------------------------------------------------------------- /docs/Gemfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aecdeltas/aec-deltas-spec/HEAD/docs/Gemfile -------------------------------------------------------------------------------- /docs/Gemfile.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aecdeltas/aec-deltas-spec/HEAD/docs/Gemfile.lock -------------------------------------------------------------------------------- /docs/_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aecdeltas/aec-deltas-spec/HEAD/docs/_config.yml -------------------------------------------------------------------------------- /docs/_posts/2019-09-20-welcome-to-jekyll.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aecdeltas/aec-deltas-spec/HEAD/docs/_posts/2019-09-20-welcome-to-jekyll.markdown -------------------------------------------------------------------------------- /docs/definitions.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aecdeltas/aec-deltas-spec/HEAD/docs/definitions.markdown -------------------------------------------------------------------------------- /docs/deltaspec.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aecdeltas/aec-deltas-spec/HEAD/docs/deltaspec.markdown -------------------------------------------------------------------------------- /docs/index.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aecdeltas/aec-deltas-spec/HEAD/docs/index.markdown -------------------------------------------------------------------------------- /docs/requirements.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aecdeltas/aec-deltas-spec/HEAD/docs/requirements.markdown --------------------------------------------------------------------------------