Skip to content
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
2 changes: 2 additions & 0 deletions earlier-release-notes/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ plugins:
start_index: 1
increment_index: 1
position: bottom
reference_text: 'Table {index}'
caption_prefix: 'Table {index}:'
extra:
version_maj: 20
version_majmin: 20.0
Expand Down
2 changes: 2 additions & 0 deletions interface-guide/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ plugins:
start_index: 1
increment_index: 1
position: bottom
reference_text: 'Table {index}'
caption_prefix: 'Table {index}:'
extra:
version_maj: 20
version_majmin: 20.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ search:

<h1 class="heading"><span class="name"> Operators Summarised</span></h1>

[](#MonadicOperators) and [](#DyadicOperators) below summarise the Monadic and Dyadic primitive operators whose detailed descriptions follow in alphabetical order in this section.
[](#monadic-operators) and [](#dyadic-operators) below summarise the Monadic and Dyadic primitive operators whose detailed descriptions follow in alphabetical order in this section.

Some operators may include an axis specification (indicated `[]`in the tables). Note that in these case `⎕IO` is an implicit argument of the derived function.

Table: Monadic Primitive Operators {: #MonadicOperators }
Table: Monadic Primitive Operators { #monadic-operators }

|Name |Producing Monadic derived function|Producing Dyadic derived function|
|-------------------------------|----------------------------------|---------------------------------|
Expand All @@ -26,7 +26,7 @@ Table: Monadic Primitive Operators {: #MonadicOperators }
|Scan First |`f⍀Y [ ]` |&nbsp; |
|Spawn |`f&Y` |`Xf&Y` |

Table: Dyadic Primitive Operators {: #DyadicOperators }
Table: Dyadic Primitive Operators { #dyadic-operators }

| Name |Producing Monadic derived function| Producing Dyadic derived function |
|--------------|----------------------------------|-----------------------------------|
Expand Down
2 changes: 2 additions & 0 deletions language-reference-guide/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ plugins:
start_index: 1
increment_index: 1
position: bottom
reference_text: 'Table {index}'
caption_prefix: 'Table {index}:'
extra:
version_maj: 20
version_majmin: 20.0
Expand Down
8 changes: 5 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,16 @@ plugins:
- search
- macros
- monorepo
- minify:
minify_html: true
- caption:
table:
table:
enable: true
start_index: 1
increment_index: 1
position: bottom
reference_text: 'Table {index}'
caption_prefix: 'Table {index}:'
- minify:
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The crucial fix!

minify_html: true

extra:
version_maj: 20
Expand Down
2 changes: 2 additions & 0 deletions net-framework-interface-guide/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ plugins:
start_index: 1
increment_index: 1
position: bottom
reference_text: 'Table {index}'
caption_prefix: 'Table {index}:'
extra:
version_maj: 20
version_majmin: 20.0
Expand Down
2 changes: 2 additions & 0 deletions object-reference/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ plugins:
start_index: 1
increment_index: 1
position: bottom
reference_text: 'Table {index}'
caption_prefix: 'Table {index}:'
extra:
version_maj: 20
version_majmin: 20.0
Expand Down
2 changes: 2 additions & 0 deletions programming-reference-guide/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ plugins:
start_index: 1
increment_index: 1
position: bottom
reference_text: 'Table {index}'
caption_prefix: 'Table {index}:'
extra:
version_maj: 20
version_majmin: 20.0
Expand Down
2 changes: 2 additions & 0 deletions release-notes/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ plugins:
start_index: 1
increment_index: 1
position: bottom
reference_text: 'Table {index}'
caption_prefix: 'Table {index}:'
extra:
version_maj: 20
version_majmin: 20.0
Expand Down
2 changes: 2 additions & 0 deletions unix-installation-and-configuration-guide/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ plugins:
start_index: 1
increment_index: 1
position: bottom
reference_text: 'Table {index}'
caption_prefix: 'Table {index}:'
extra:
version_maj: 20
version_majmin: 20.0
Expand Down
2 changes: 2 additions & 0 deletions unix-user-guide/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ plugins:
start_index: 1
increment_index: 1
position: bottom
reference_text: 'Table {index}'
caption_prefix: 'Table {index}:'
extra:
version_maj: 20
version_majmin: 20.0
Expand Down
2 changes: 2 additions & 0 deletions windows-installation-and-configuration-guide/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ plugins:
start_index: 1
increment_index: 1
position: bottom
reference_text: 'Table {index}'
caption_prefix: 'Table {index}:'
extra:
version_maj: 20
version_majmin: 20.0
Expand Down
2 changes: 2 additions & 0 deletions windows-ui-guide/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ plugins:
start_index: 1
increment_index: 1
position: bottom
reference_text: 'Table {index}'
caption_prefix: 'Table {index}:'
extra:
version_maj: 20
version_majmin: 20.0
Expand Down