From a05cfd750036ab16a402fe604e8b5cb59c2bfffe Mon Sep 17 00:00:00 2001 From: mikepizzo Date: Wed, 7 Feb 2024 07:49:22 -0800 Subject: [PATCH 1/3] Remove over-specific references to "overloads" Make overload discussion a subsection under action and function, rather than a peer Make entitysetpath a subsection under bound/unbound actions/function. --- docs/odata-csdl-json/odata-csdl-json.html | 123 +++++++------ docs/odata-csdl-json/odata-csdl-json.md | 164 ++++++++--------- docs/odata-csdl-xml/odata-csdl-xml.html | 119 ++++++------ docs/odata-csdl-xml/odata-csdl-xml.md | 156 ++++++++-------- .../odata-data-aggregation-ext.html | 78 ++++---- docs/odata-json-format/odata-json-format.html | 10 +- docs/odata-protocol/odata-protocol.html | 10 +- .../odata-temporal-ext.html | 10 +- .../odata-url-conventions.html | 10 +- odata-csdl/12 Action and Function.md | 170 +++++++++--------- odata-csdl/13 Entity Container.md | 2 +- 11 files changed, 424 insertions(+), 428 deletions(-) diff --git a/docs/odata-csdl-json/odata-csdl-json.html b/docs/odata-csdl-json/odata-csdl-json.html index 6cde18aa6..407397043 100644 --- a/docs/odata-csdl-json/odata-csdl-json.html +++ b/docs/odata-csdl-json/odata-csdl-json.html @@ -12,15 +12,18 @@ div.columns{display: flex; gap: min(4vw, 1.5em);} div.column{flex: auto; overflow-x: auto;} div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;} - ul.task-list{list-style: none;} + /* The extra [class] is a hack that increases specificity enough to + override a similar rule in reveal.js */ + ul.task-list[class]{list-style: none;} ul.task-list li input[type="checkbox"] { + font-size: inherit; width: 0.8em; margin: 0 0.8em 0.2em -1.6em; vertical-align: middle; } /* CSS for syntax highlighting */ pre > code.sourceCode { white-space: pre; position: relative; } - pre > code.sourceCode > span { display: inline-block; line-height: 1.25; } + pre > code.sourceCode > span { line-height: 1.25; } pre > code.sourceCode > span:empty { height: 1.2em; } .sourceCode { overflow: visible; } code.sourceCode > span { color: inherit; text-decoration: inherit; } @@ -87,9 +90,6 @@ -

OASIS Logo

@@ -255,15 +255,21 @@

Table of Contents

  • 12 Action and Function
  • 13 Entity Container