diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-08-22 14:38:40 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-08-22 14:38:40 -0400 |
| commit | 6b8168c1e1b9d573c166787ccf772997ce158efb (patch) | |
| tree | 9f0584c0634661bb82fe002bf1380f5ebf3b621f /docs/doc | |
| parent | afa17dfda2fb4fcc74e58236b2bf86f9ba6c50a4 (diff) | |
Add title element to html docs
Diffstat (limited to 'docs/doc')
| -rw-r--r-- | docs/doc/context.html | 1 | ||||
| -rw-r--r-- | docs/doc/couple.html | 1 | ||||
| -rw-r--r-- | docs/doc/depth.html | 1 | ||||
| -rw-r--r-- | docs/doc/extensions.html | 1 | ||||
| -rw-r--r-- | docs/doc/fromDyalog.html | 1 | ||||
| -rw-r--r-- | docs/doc/functional.html | 1 | ||||
| -rw-r--r-- | docs/doc/group.html | 1 | ||||
| -rw-r--r-- | docs/doc/index.html | 1 | ||||
| -rw-r--r-- | docs/doc/indices.html | 1 | ||||
| -rw-r--r-- | docs/doc/join.html | 1 | ||||
| -rw-r--r-- | docs/doc/leading.html | 1 | ||||
| -rw-r--r-- | docs/doc/logic.html | 1 | ||||
| -rw-r--r-- | docs/doc/prefixes.html | 1 | ||||
| -rw-r--r-- | docs/doc/primitive.html | 1 | ||||
| -rw-r--r-- | docs/doc/syntax.html | 1 | ||||
| -rw-r--r-- | docs/doc/transpose.html | 1 | ||||
| -rw-r--r-- | docs/doc/types.html | 1 | ||||
| -rw-r--r-- | docs/doc/windows.html | 1 |
18 files changed, 18 insertions, 0 deletions
diff --git a/docs/doc/context.html b/docs/doc/context.html index 1c7f5c11..ba87f85c 100644 --- a/docs/doc/context.html +++ b/docs/doc/context.html @@ -1,6 +1,7 @@ <head> <link href="../favicon.ico" rel="shortcut icon" type="image/x-icon"/> <link href="../style.css" rel="stylesheet"/> + <title>BQN's context-free grammar</title> </head> <div class="nav"><a href="https://github.com/mlochbaum/BQN">BQN</a></div> <h1 id="bqns-context-free-grammar">BQN's context-free grammar</h1> diff --git a/docs/doc/couple.html b/docs/doc/couple.html index 4756be2c..06f200c5 100644 --- a/docs/doc/couple.html +++ b/docs/doc/couple.html @@ -1,6 +1,7 @@ <head> <link href="../favicon.ico" rel="shortcut icon" type="image/x-icon"/> <link href="../style.css" rel="stylesheet"/> + <title>BQN: Couple and Merge</title> </head> <div class="nav"><a href="https://github.com/mlochbaum/BQN">BQN</a></div> <h1 id="couple-and-merge">Couple and Merge</h1> diff --git a/docs/doc/depth.html b/docs/doc/depth.html index 8c293d9a..409e3799 100644 --- a/docs/doc/depth.html +++ b/docs/doc/depth.html @@ -1,6 +1,7 @@ <head> <link href="../favicon.ico" rel="shortcut icon" type="image/x-icon"/> <link href="../style.css" rel="stylesheet"/> + <title>BQN: Depth</title> </head> <div class="nav"><a href="https://github.com/mlochbaum/BQN">BQN</a></div> <h1 id="depth">Depth</h1> diff --git a/docs/doc/extensions.html b/docs/doc/extensions.html index 32deff8a..e3244153 100644 --- a/docs/doc/extensions.html +++ b/docs/doc/extensions.html @@ -1,6 +1,7 @@ <head> <link href="../favicon.ico" rel="shortcut icon" type="image/x-icon"/> <link href="../style.css" rel="stylesheet"/> + <title>BQN extensions</title> </head> <div class="nav"><a href="https://github.com/mlochbaum/BQN">BQN</a></div> <h1 id="bqn-extensions">BQN extensions</h1> diff --git a/docs/doc/fromDyalog.html b/docs/doc/fromDyalog.html index d464572b..dbb9ecd6 100644 --- a/docs/doc/fromDyalog.html +++ b/docs/doc/fromDyalog.html @@ -1,6 +1,7 @@ <head> <link href="../favicon.ico" rel="shortcut icon" type="image/x-icon"/> <link href="../style.css" rel="stylesheet"/> + <title>BQN–Dyalog APL dictionary</title> </head> <div class="nav"><a href="https://github.com/mlochbaum/BQN">BQN</a></div> <h1 id="bqndyalog-apl-dictionary">BQN–Dyalog APL dictionary</h1> diff --git a/docs/doc/functional.html b/docs/doc/functional.html index 942fcc41..5e281743 100644 --- a/docs/doc/functional.html +++ b/docs/doc/functional.html @@ -1,6 +1,7 @@ <head> <link href="../favicon.ico" rel="shortcut icon" type="image/x-icon"/> <link href="../style.css" rel="stylesheet"/> + <title>BQN: Functional programming</title> </head> <div class="nav"><a href="https://github.com/mlochbaum/BQN">BQN</a></div> <h1 id="functional-programming">Functional programming</h1> diff --git a/docs/doc/group.html b/docs/doc/group.html index a14065b1..57ab5562 100644 --- a/docs/doc/group.html +++ b/docs/doc/group.html @@ -1,6 +1,7 @@ <head> <link href="../favicon.ico" rel="shortcut icon" type="image/x-icon"/> <link href="../style.css" rel="stylesheet"/> + <title>BQN: Group</title> </head> <div class="nav"><a href="https://github.com/mlochbaum/BQN">BQN</a></div> <h1 id="group">Group</h1> diff --git a/docs/doc/index.html b/docs/doc/index.html index 56f21c0d..55ff356e 100644 --- a/docs/doc/index.html +++ b/docs/doc/index.html @@ -1,6 +1,7 @@ <head> <link href="../favicon.ico" rel="shortcut icon" type="image/x-icon"/> <link href="../style.css" rel="stylesheet"/> + <title>BQN documentation</title> </head> <div class="nav"><a href="https://github.com/mlochbaum/BQN">BQN</a></div> <h1 id="bqn-documentation">BQN documentation</h1> diff --git a/docs/doc/indices.html b/docs/doc/indices.html index 8502faa8..8ebf5bdc 100644 --- a/docs/doc/indices.html +++ b/docs/doc/indices.html @@ -1,6 +1,7 @@ <head> <link href="../favicon.ico" rel="shortcut icon" type="image/x-icon"/> <link href="../style.css" rel="stylesheet"/> + <title>BQN: Indices</title> </head> <div class="nav"><a href="https://github.com/mlochbaum/BQN">BQN</a></div> <h1 id="indices">Indices</h1> diff --git a/docs/doc/join.html b/docs/doc/join.html index 1ad4450c..e465ba66 100644 --- a/docs/doc/join.html +++ b/docs/doc/join.html @@ -1,6 +1,7 @@ <head> <link href="../favicon.ico" rel="shortcut icon" type="image/x-icon"/> <link href="../style.css" rel="stylesheet"/> + <title>BQN: Join</title> </head> <div class="nav"><a href="https://github.com/mlochbaum/BQN">BQN</a></div> <h1 id="join">Join</h1> diff --git a/docs/doc/leading.html b/docs/doc/leading.html index 32a38724..9a9b522b 100644 --- a/docs/doc/leading.html +++ b/docs/doc/leading.html @@ -1,6 +1,7 @@ <head> <link href="../favicon.ico" rel="shortcut icon" type="image/x-icon"/> <link href="../style.css" rel="stylesheet"/> + <title>BQN: The leading axis convention</title> </head> <div class="nav"><a href="https://github.com/mlochbaum/BQN">BQN</a></div> <h1 id="the-leading-axis-convention">The leading axis convention</h1> diff --git a/docs/doc/logic.html b/docs/doc/logic.html index f3b4e203..e19e4e92 100644 --- a/docs/doc/logic.html +++ b/docs/doc/logic.html @@ -1,6 +1,7 @@ <head> <link href="../favicon.ico" rel="shortcut icon" type="image/x-icon"/> <link href="../style.css" rel="stylesheet"/> + <title>BQN: Logic functions: And, Or, Not (also Span)</title> </head> <div class="nav"><a href="https://github.com/mlochbaum/BQN">BQN</a></div> <h1 id="logic-functions-and-or-not-also-span">Logic functions: And, Or, Not (also Span)</h1> diff --git a/docs/doc/prefixes.html b/docs/doc/prefixes.html index 29c3b9cd..34b52fc7 100644 --- a/docs/doc/prefixes.html +++ b/docs/doc/prefixes.html @@ -1,6 +1,7 @@ <head> <link href="../favicon.ico" rel="shortcut icon" type="image/x-icon"/> <link href="../style.css" rel="stylesheet"/> + <title>BQN: Prefixes and Suffixes</title> </head> <div class="nav"><a href="https://github.com/mlochbaum/BQN">BQN</a></div> <h1 id="prefixes-and-suffixes">Prefixes and Suffixes</h1> diff --git a/docs/doc/primitive.html b/docs/doc/primitive.html index 797df0a7..78366a68 100644 --- a/docs/doc/primitive.html +++ b/docs/doc/primitive.html @@ -1,6 +1,7 @@ <head> <link href="../favicon.ico" rel="shortcut icon" type="image/x-icon"/> <link href="../style.css" rel="stylesheet"/> + <title>BQN primitives</title> </head> <div class="nav"><a href="https://github.com/mlochbaum/BQN">BQN</a></div> <h1 id="bqn-primitives">BQN primitives</h1> diff --git a/docs/doc/syntax.html b/docs/doc/syntax.html index a87eef7a..c37f0db1 100644 --- a/docs/doc/syntax.html +++ b/docs/doc/syntax.html @@ -1,6 +1,7 @@ <head> <link href="../favicon.ico" rel="shortcut icon" type="image/x-icon"/> <link href="../style.css" rel="stylesheet"/> + <title>BQN: Syntax overview</title> </head> <div class="nav"><a href="https://github.com/mlochbaum/BQN">BQN</a></div> <h1 id="syntax-overview">Syntax overview</h1> diff --git a/docs/doc/transpose.html b/docs/doc/transpose.html index c888989e..9134cf5c 100644 --- a/docs/doc/transpose.html +++ b/docs/doc/transpose.html @@ -1,6 +1,7 @@ <head> <link href="../favicon.ico" rel="shortcut icon" type="image/x-icon"/> <link href="../style.css" rel="stylesheet"/> + <title>BQN: Transpose</title> </head> <div class="nav"><a href="https://github.com/mlochbaum/BQN">BQN</a></div> <h1 id="transpose">Transpose</h1> diff --git a/docs/doc/types.html b/docs/doc/types.html index 841c8359..73e26431 100644 --- a/docs/doc/types.html +++ b/docs/doc/types.html @@ -1,6 +1,7 @@ <head> <link href="../favicon.ico" rel="shortcut icon" type="image/x-icon"/> <link href="../style.css" rel="stylesheet"/> + <title>BQN: Types</title> </head> <div class="nav"><a href="https://github.com/mlochbaum/BQN">BQN</a></div> <h1 id="types">Types</h1> diff --git a/docs/doc/windows.html b/docs/doc/windows.html index 4831bd28..e4613f1a 100644 --- a/docs/doc/windows.html +++ b/docs/doc/windows.html @@ -1,6 +1,7 @@ <head> <link href="../favicon.ico" rel="shortcut icon" type="image/x-icon"/> <link href="../style.css" rel="stylesheet"/> + <title>BQN: Windows</title> </head> <div class="nav"><a href="https://github.com/mlochbaum/BQN">BQN</a></div> <h1 id="windows">Windows</h1> |
