You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many updates to the docs gen tool:
- Generates docs for `@Config(Unrestricted)` items.
- Moves Unstable namespaces to the bottom of the Table of Contents.
- Generates docs for reexported Core items.
- Generates index.md files for namespaces.
- Generates a top-level index.md file.
- Trims datetime to just be the date.
- Adds description metadata field.
fixes#1998fixes#1866
.expect("Could not find Std.Core Table of Contents file");
147
+
let full_contents = format!("{metadata}\n\n{contents}");
148
+
149
+
expect | Returns the number of elements in the input array `a`. |
167
+
| [Repeated](xref:Qdk.Std.Core.Repeated) | Creates an array of given `length` with all elements equal to given `value`. `length` must be a non-negative integer. |
| [`Std.Math`](xref:Qdk.Std.Math-toc) | Items for classical math operations. |
207
+
| [`Std.Measurement`](xref:Qdk.Std.Measurement-toc) | Items for measuring quantum results. |
208
+
| [`Std.Random`](xref:Qdk.Std.Random-toc) | Items for creating random values. |
209
+
| [`Std.Range`](xref:Qdk.Std.Range-toc) | Items for working with ranges. |
210
+
| [`Std.ResourceEstimation`](xref:Qdk.Std.ResourceEstimation-toc) | Items for working with the Azure Quantum Resource Estimator. |
211
+
| [`Microsoft.Quantum.Unstable.Arithmetic`](xref:Qdk.Microsoft.Quantum.Unstable.Arithmetic-toc) | Items for working with quantum arithmetic operations. |
212
+
| [`Microsoft.Quantum.Unstable.StatePreparation`](xref:Qdk.Microsoft.Quantum.Unstable.StatePreparation-toc) | Items for preparing a quantum state. |
213
+
| [`Microsoft.Quantum.Unstable.TableLookup`](xref:Qdk.Microsoft.Quantum.Unstable.TableLookup-toc) | Items for performing quantum table lookups. |
| [`Std.Math`](xref:Qdk.Std.Math-toc) | Items for classical math operations. |
23
+
| [`Std.Measurement`](xref:Qdk.Std.Measurement-toc) | Items for measuring quantum results. |
24
+
| [`Std.Random`](xref:Qdk.Std.Random-toc) | Items for creating random values. |
25
+
| [`Std.Range`](xref:Qdk.Std.Range-toc) | Items for working with ranges. |
26
+
| [`Std.ResourceEstimation`](xref:Qdk.Std.ResourceEstimation-toc) | Items for working with the Azure Quantum Resource Estimator. |
27
+
| [`Microsoft.Quantum.Unstable.Arithmetic`](xref:Qdk.Microsoft.Quantum.Unstable.Arithmetic-toc) | Items for working with quantum arithmetic operations. |
28
+
| [`Microsoft.Quantum.Unstable.StatePreparation`](xref:Qdk.Microsoft.Quantum.Unstable.StatePreparation-toc) | Items for preparing a quantum state. |
29
+
| [`Microsoft.Quantum.Unstable.TableLookup`](xref:Qdk.Microsoft.Quantum.Unstable.TableLookup-toc) | Items for performing quantum table lookups. |
0 commit comments