Skip to content

Commit 82aeee4

Browse files
committed
Empty anchor for "Cyclic navigation properties"
1 parent 3616f17 commit 82aeee4

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

docs/odata-url-conventions/odata-url-conventions.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2285,7 +2285,7 @@ <h3 id="513-system-query-option-expand"><a id="SystemQueryOptionexpand" href="#S
22852285
<pre><code>http://host/service/Categories
22862286
?$expand=Products/Sales.PremierProduct/$ref($filter=CurrentPromotion eq null)</code></pre>
22872287
</div>
2288-
<p><a id="ExpandOptionlevels" href="#ExpandOptionlevels">Cyclic navigation properties</a> (whose target type is identical or can be cast to its source type) can be recursively expanded using the special <code>$levels</code> option. The value of the <code>$levels</code> option is either a positive integer to specify the number of levels to expand, or the literal string <code>max</code> to specify the maximum expansion level supported by that service. A <code>$levels</code> option with a value of 1 specifies a single expand with no recursion.</p>
2288+
<p><a id="ExpandOptionlevels" href="#ExpandOptionlevels"></a>Cyclic navigation properties (whose target type is identical or can be cast to its source type) can be recursively expanded using the special <code>$levels</code> option. The value of the <code>$levels</code> option is either a positive integer to specify the number of levels to expand, or the literal string <code>max</code> to specify the maximum expansion level supported by that service. A <code>$levels</code> option with a value of 1 specifies a single expand with no recursion.</p>
22892289
<div class="example">
22902290
<p>Example 130: all employees with their manager, manager’s manager, and manager’s manager’s manager</p>
22912291
<pre><code>http://host/service/Employees?$expand=ReportsTo($levels=3)</code></pre>

docs/odata-url-conventions/odata-url-conventions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3699,7 +3699,7 @@ http://host/service/Categories
36993699
```
37003700
:::
37013701

3702-
[Cyclic navigation properties](:ExpandOptionlevels) (whose target type is identical or can be
3702+
[](:ExpandOptionlevels)Cyclic navigation properties (whose target type is identical or can be
37033703
cast to its source type) can be recursively expanded using the special
37043704
`$levels` option. The value of the `$levels` option is either a positive
37053705
integer to specify the number of levels to expand, or the literal string

lib/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ This folder contains several Node.js modules that generate OASIS specification d
1313
See [subsection ##SubsectionHeading]. Reference to a subsection showing its number.
1414
See [this example](#aggregation). Reference to an example.
1515
See [example ##aggregation]. Reference to an example showing its number.
16+
[This important sentence](:important) is referenced [elsewhere](#important).
1617
```
17-
- Long MathJax formulas, especially multi-row ones such as `$$\matrix(...)$$`, can be typed on multiple lines, if each line except the last ends with a single space.
18-
- The same mechanism can be used to spread table lines over several source lines, see the "Revision History" table at the end of [this source file](../odata-data-aggregation-ext/8%20Conformance.md).
18+
- Lines ending with single space are joined with the next line.
19+
- This mechanism can be used to spread table lines over several source lines, see the "Revision History" table at the end of [this source file](../odata-data-aggregation-ext/8%20Conformance.md).
1920

2021
The [`number.js`](number.js) module generates a single Markdown document by preprocessing all `.md` files in a given folder:
2122

odata-url-conventions/5 Query Options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2126,7 +2126,7 @@ http://host/service/Categories
21262126
```
21272127
:::
21282128

2129-
[Cyclic navigation properties](:ExpandOptionlevels) (whose target type is identical or can be
2129+
[](:ExpandOptionlevels)Cyclic navigation properties (whose target type is identical or can be
21302130
cast to its source type) can be recursively expanded using the special
21312131
`$levels` option. The value of the `$levels` option is either a positive
21322132
integer to specify the number of levels to expand, or the literal string

0 commit comments

Comments
 (0)