Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use -- for en-dashes and --- for em-dashes #206

Merged
merged 7 commits into from
Nov 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
156 changes: 78 additions & 78 deletions docs/odata-csdl-json/odata-csdl-json.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions docs/odata-csdl-json/odata-csdl-json.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ OData services are described by an Entity Model (EDM). The Common Schema Definit
#### Status:
This document was last revised or approved by the OASIS Open Data Protocol (OData) TC on the above date. The level of approval is also listed above. Check the "Latest stage" location noted above for possible later revisions of this document. Any other numbered Versions and other technical work produced by the Technical Committee (TC) are listed at https://www.oasis-open.org/committees/tc_home.php?wg_abbrev=odata#technical.

TC members should send comments on this specification to the TC's email list. Others should send comments to the TC's public comment list, after subscribing to it by following the instructions at the "[Send A Comment](https://www.oasis-open.org/committees/comments/index.php?wg_abbrev=odata)" button on the TC's web page at https://www.oasis-open.org/committees/odata/.
TC members should send comments on this specification to the TC's email list. Others should send comments to the TC's public comment list, after subscribing to it by following the instructions at the "<a href="https://www.oasis-open.org/committees/comments/index.php?wg_abbrev=odata">Send A Comment</a>" button on the TC's web page at https://www.oasis-open.org/committees/odata/.

This specification is provided under the [RF on RAND Terms Mode](https://www.oasis-open.org/policies-guidelines/ipr/#RF-on-RAND-Mode) of the [OASIS IPR Policy](https://www.oasis-open.org/policies-guidelines/ipr/), the mode chosen when the Technical Committee was established. For information on whether any patents have been disclosed that may be essential to implementing this specification, and any offers of patent licensing terms, please refer to the Intellectual Property Rights section of the TC's web page (https://www.oasis-open.org/committees/odata/ipr.php).

Expand Down Expand Up @@ -298,7 +298,7 @@ All other text is normative unless otherwise labeled.
Here is a customized command line which will generate HTML from this markdown file (named `odata-csdl-json-v4.02-csd01.md`). Line breaks are added for readability only:

```
pandoc -f gfm+tex_math_dollars+fenced_divs
pandoc -f gfm+tex_math_dollars+fenced_divs+smart
-t html
-o odata-csdl-json-v4.02-csd01.html
-c styles/markdown-styles-v1.7.3b.css
Expand Down Expand Up @@ -563,17 +563,17 @@ Type|Meaning
`Edm.Date` |Date without a time-zone offset
`Edm.DateTimeOffset` |Date and time with a time-zone offset, no leap seconds
`Edm.Decimal` |Numeric values with decimal representation
`Edm.Double` |IEEE 754 binary64 floating-point number (15-17 decimal digits)
`Edm.Double` |IEEE 754 binary64 floating-point number (15--17 decimal digits)
`Edm.Duration` |Signed duration in days, hours, minutes, and (sub)seconds
`Edm.Guid` |16-byte (128-bit) unique identifier
`Edm.Int16` |Signed 16-bit integer
`Edm.Int32` |Signed 32-bit integer
`Edm.Int64` |Signed 64-bit integer
`Edm.SByte` |Signed 8-bit integer
`Edm.Single` |IEEE 754 binary32 floating-point number (6-9 decimal digits)
`Edm.Single` |IEEE 754 binary32 floating-point number (6--9 decimal digits)
`Edm.Stream` |Binary data stream
`Edm.String` |Sequence of characters
`Edm.TimeOfDay` |Clock time 00:00-23:59:59.999999999999
`Edm.TimeOfDay` |Clock time 00:00--23:59:59.999999999999
`Edm.Geography` |Abstract base type for all Geography types
`Edm.GeographyPoint` |A point in a round-earth coordinate system
`Edm.GeographyLineString` |Line string in a round-earth coordinate system
Expand Down Expand Up @@ -5952,7 +5952,7 @@ http://www.w3.org/TR/2012/REC-xmlschema11-2-20120405/. Latest version available
## <a name="InformativeReferences" href="#InformativeReferences">A.2 Informative References</a>

###### <a name="_OpenUI5">[OpenUI5]</a>
_OpenUI5 Version 1.40.10 - OData V4 Metadata JSON Format_.
_OpenUI5 Version 1.40.10 --- OData V4 Metadata JSON Format_.
https://openui5.hana.ondemand.com/1.40.10/#docs/guide/87aac894a40640f89920d7b2a414499b.html.

-------
Expand Down
180 changes: 90 additions & 90 deletions docs/odata-csdl-xml/odata-csdl-xml.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions docs/odata-csdl-xml/odata-csdl-xml.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ OData services are described by an Entity Model (EDM). The Common Schema Definit
#### Status:
This document was last revised or approved by the OASIS Open Data Protocol (OData) TC on the above date. The level of approval is also listed above. Check the "Latest stage" location noted above for possible later revisions of this document. Any other numbered Versions and other technical work produced by the Technical Committee (TC) are listed at https://www.oasis-open.org/committees/tc_home.php?wg_abbrev=odata#technical.

TC members should send comments on this specification to the TC's email list. Others should send comments to the TC's public comment list, after subscribing to it by following the instructions at the "[Send A Comment](https://www.oasis-open.org/committees/comments/index.php?wg_abbrev=odata)" button on the TC's web page at https://www.oasis-open.org/committees/odata/.
TC members should send comments on this specification to the TC's email list. Others should send comments to the TC's public comment list, after subscribing to it by following the instructions at the "<a href="https://www.oasis-open.org/committees/comments/index.php?wg_abbrev=odata">Send A Comment</a>" button on the TC's web page at https://www.oasis-open.org/committees/odata/.

This specification is provided under the [RF on RAND Terms Mode](https://www.oasis-open.org/policies-guidelines/ipr/#RF-on-RAND-Mode) of the [OASIS IPR Policy](https://www.oasis-open.org/policies-guidelines/ipr/), the mode chosen when the Technical Committee was established. For information on whether any patents have been disclosed that may be essential to implementing this specification, and any offers of patent licensing terms, please refer to the Intellectual Property Rights section of the TC's web page (https://www.oasis-open.org/committees/odata/ipr.php).

Expand Down Expand Up @@ -296,7 +296,7 @@ All other text is normative unless otherwise labeled.
Here is a customized command line which will generate HTML from this markdown file (named `odata-csdl-xml-v4.02-csd01.md`). Line breaks are added for readability only:

```
pandoc -f gfm+tex_math_dollars+fenced_divs
pandoc -f gfm+tex_math_dollars+fenced_divs+smart
-t html
-o odata-csdl-xml-v4.02-csd01.html
-c styles/markdown-styles-v1.7.3b.css
Expand Down Expand Up @@ -503,17 +503,17 @@ Type|Meaning
`Edm.Date` |Date without a time-zone offset
`Edm.DateTimeOffset` |Date and time with a time-zone offset, no leap seconds
`Edm.Decimal` |Numeric values with decimal representation
`Edm.Double` |IEEE 754 binary64 floating-point number (15-17 decimal digits)
`Edm.Double` |IEEE 754 binary64 floating-point number (15--17 decimal digits)
`Edm.Duration` |Signed duration in days, hours, minutes, and (sub)seconds
`Edm.Guid` |16-byte (128-bit) unique identifier
`Edm.Int16` |Signed 16-bit integer
`Edm.Int32` |Signed 32-bit integer
`Edm.Int64` |Signed 64-bit integer
`Edm.SByte` |Signed 8-bit integer
`Edm.Single` |IEEE 754 binary32 floating-point number (6-9 decimal digits)
`Edm.Single` |IEEE 754 binary32 floating-point number (6--9 decimal digits)
`Edm.Stream` |Binary data stream
`Edm.String` |Sequence of characters
`Edm.TimeOfDay` |Clock time 00:00-23:59:59.999999999999
`Edm.TimeOfDay` |Clock time 00:00--23:59:59.999999999999
`Edm.Geography` |Abstract base type for all Geography types
`Edm.GeographyPoint` |A point in a round-earth coordinate system
`Edm.GeographyLineString` |Line string in a round-earth coordinate system
Expand Down Expand Up @@ -5659,7 +5659,7 @@ http://www.w3.org/TR/2012/REC-xmlschema11-2-20120405/. Latest version available
## <a name="InformativeReferences" href="#InformativeReferences">A.2 Informative References</a>

###### <a name="_OpenUI5">[OpenUI5]</a>
_OpenUI5 Version 1.40.10 - OData V4 Metadata JSON Format_.
_OpenUI5 Version 1.40.10 --- OData V4 Metadata JSON Format_.
https://openui5.hana.ondemand.com/1.40.10/#docs/guide/87aac894a40640f89920d7b2a414499b.html.

-------
Expand Down
Loading