Skip to content

Commit

Permalink
Empty anchor for "Cyclic navigation properties"
Browse files Browse the repository at this point in the history
  • Loading branch information
HeikoTheissen committed Sep 6, 2024
1 parent 3616f17 commit 82aeee4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/odata-url-conventions/odata-url-conventions.html
Original file line number Diff line number Diff line change
Expand Up @@ -2285,7 +2285,7 @@ <h3 id="513-system-query-option-expand"><a id="SystemQueryOptionexpand" href="#S
<pre><code>http://host/service/Categories
?$expand=Products/Sales.PremierProduct/$ref($filter=CurrentPromotion eq null)</code></pre>
</div>
<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>
<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>
<div class="example">
<p>Example 130: all employees with their manager, manager’s manager, and manager’s manager’s manager</p>
<pre><code>http://host/service/Employees?$expand=ReportsTo($levels=3)</code></pre>
Expand Down
2 changes: 1 addition & 1 deletion docs/odata-url-conventions/odata-url-conventions.md
Original file line number Diff line number Diff line change
Expand Up @@ -3699,7 +3699,7 @@ http://host/service/Categories
```
:::

[Cyclic navigation properties](:ExpandOptionlevels) (whose target type is identical or can be
[](:ExpandOptionlevels)Cyclic navigation properties (whose target type is identical or can be
cast to its source type) can be recursively expanded using the special
`$levels` option. The value of the `$levels` option is either a positive
integer to specify the number of levels to expand, or the literal string
Expand Down
5 changes: 3 additions & 2 deletions lib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ This folder contains several Node.js modules that generate OASIS specification d
See [subsection ##SubsectionHeading]. Reference to a subsection showing its number.
See [this example](#aggregation). Reference to an example.
See [example ##aggregation]. Reference to an example showing its number.
[This important sentence](:important) is referenced [elsewhere](#important).
```
- 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.
- 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).
- Lines ending with single space are joined with the next line.
- 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).

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

Expand Down
2 changes: 1 addition & 1 deletion odata-url-conventions/5 Query Options.md
Original file line number Diff line number Diff line change
Expand Up @@ -2126,7 +2126,7 @@ http://host/service/Categories
```
:::

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

0 comments on commit 82aeee4

Please sign in to comment.