Skip to content

Commit c5fd679

Browse files
committed
docs: Removed MLAPI URL prefix in API reference
1 parent 55f2113 commit c5fd679

File tree

154 files changed

+7578
-7578
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

154 files changed

+7578
-7578
lines changed
1.5 KB
Binary file not shown.

docs/_api/BitReader.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permalink: /api/bit-reader/
1414
<div>
1515
<h3>Public Constructors</h3>
1616
<div style="line-height: 1; ">
17-
<h4 markdown="1"><b>public [``BitReader``](/MLAPI/api/bit-reader/)(``Stream`` stream);</b></h4>
17+
<h4 markdown="1"><b>public [``BitReader``](/api/bit-reader/)(``Stream`` stream);</b></h4>
1818
<p>Creates a new BitReader backed by a given stream</p>
1919
</div>
2020
<h5><b>Parameters</b></h5>

docs/_api/BitReaderPool.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,25 +14,25 @@ permalink: /api/bit-reader-pool/
1414
<div>
1515
<h3 markdown="1">Public Static Methods</h3>
1616
<div style="line-height: 1;">
17-
<h4 markdown="1"><b>public static [``PooledBitReader``](/MLAPI/api/pooled-bit-reader/) GetReader(``Stream`` stream);</b></h4>
17+
<h4 markdown="1"><b>public static [``PooledBitReader``](/api/pooled-bit-reader/) GetReader(``Stream`` stream);</b></h4>
1818
<p>Retrieves a PooledBitReader</p>
1919
<h5><b>Parameters</b></h5>
2020
<div>
2121
<p style="font-size: 20px; color: #444;" markdown="1">``Stream`` stream</p>
2222
<p>The stream the reader should read from</p>
2323
</div>
24-
<h5 markdown="1"><b>Returns [``PooledBitReader``](/MLAPI/api/pooled-bit-reader/)</b></h5>
24+
<h5 markdown="1"><b>Returns [``PooledBitReader``](/api/pooled-bit-reader/)</b></h5>
2525
<div>
2626
<p>A PooledBitReader</p>
2727
</div>
2828
</div>
2929
<br>
3030
<div style="line-height: 1;">
31-
<h4 markdown="1"><b>public static ``void`` PutBackInPool([``PooledBitReader``](/MLAPI/api/pooled-bit-reader/) reader);</b></h4>
31+
<h4 markdown="1"><b>public static ``void`` PutBackInPool([``PooledBitReader``](/api/pooled-bit-reader/) reader);</b></h4>
3232
<p>Puts a PooledBitReader back into the pool</p>
3333
<h5><b>Parameters</b></h5>
3434
<div>
35-
<p style="font-size: 20px; color: #444;" markdown="1">[``PooledBitReader``](/MLAPI/api/pooled-bit-reader/) reader</p>
35+
<p style="font-size: 20px; color: #444;" markdown="1">[``PooledBitReader``](/api/pooled-bit-reader/) reader</p>
3636
<p>The reader to put in the pool</p>
3737
</div>
3838
</div>

docs/_api/BitStream.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ permalink: /api/bit-stream/
8282
<div>
8383
<h3>Public Constructors</h3>
8484
<div style="line-height: 1; ">
85-
<h4 markdown="1"><b>public [``BitStream``](/MLAPI/api/bit-stream/)(``int`` capacity, ``float`` growthFactor);</b></h4>
85+
<h4 markdown="1"><b>public [``BitStream``](/api/bit-stream/)(``int`` capacity, ``float`` growthFactor);</b></h4>
8686
<p>A stream that supports writing data smaller than a single byte. This stream also has a built-in compression algorithm that can (optionally) be used to write compressed data.</p>
8787
</div>
8888
<h5><b>Parameters</b></h5>
@@ -95,7 +95,7 @@ permalink: /api/bit-stream/
9595
<p>Factor by which buffer should grow when necessary.</p>
9696
</div>
9797
<div style="line-height: 1; ">
98-
<h4 markdown="1"><b>public [``BitStream``](/MLAPI/api/bit-stream/)(``float`` growthFactor);</b></h4>
98+
<h4 markdown="1"><b>public [``BitStream``](/api/bit-stream/)(``float`` growthFactor);</b></h4>
9999
<p>A stream that supports writing data smaller than a single byte. This stream also has a built-in compression algorithm that can (optionally) be used to write compressed data.</p>
100100
</div>
101101
<h5><b>Parameters</b></h5>
@@ -104,7 +104,7 @@ permalink: /api/bit-stream/
104104
<p>Factor by which buffer should grow when necessary.</p>
105105
</div>
106106
<div style="line-height: 1; ">
107-
<h4 markdown="1"><b>public [``BitStream``](/MLAPI/api/bit-stream/)(``int`` capacity);</b></h4>
107+
<h4 markdown="1"><b>public [``BitStream``](/api/bit-stream/)(``int`` capacity);</b></h4>
108108
<p>A stream that supports writing data smaller than a single byte. This stream also has a built-in compression algorithm that can (optionally) be used to write compressed data.</p>
109109
</div>
110110
<h5><b>Parameters</b></h5>
@@ -113,11 +113,11 @@ permalink: /api/bit-stream/
113113
<p></p>
114114
</div>
115115
<div style="line-height: 1; ">
116-
<h4 markdown="1"><b>public [``BitStream``](/MLAPI/api/bit-stream/)();</b></h4>
116+
<h4 markdown="1"><b>public [``BitStream``](/api/bit-stream/)();</b></h4>
117117
<p>A stream that supports writing data smaller than a single byte. This stream also has a built-in compression algorithm that can (optionally) be used to write compressed data.</p>
118118
</div>
119119
<div style="line-height: 1; ">
120-
<h4 markdown="1"><b>public [``BitStream``](/MLAPI/api/bit-stream/)(``byte[]`` target);</b></h4>
120+
<h4 markdown="1"><b>public [``BitStream``](/api/bit-stream/)(``byte[]`` target);</b></h4>
121121
<p>A stream that supports writing data smaller than a single byte. This stream also has a built-in compression algorithm that can (optionally) be used to write compressed data.
122122
NOTE: when using a pre-allocated buffer, the stream will not grow!</p>
123123
</div>
@@ -303,11 +303,11 @@ permalink: /api/bit-stream/
303303
</div>
304304
<br>
305305
<div style="line-height: 1;">
306-
<h4 markdown="1"><b>public ``void`` CopyFrom([``BitStream``](/MLAPI/api/bit-stream/) stream, ``int`` dataCount, ``bool`` copyBits);</b></h4>
306+
<h4 markdown="1"><b>public ``void`` CopyFrom([``BitStream``](/api/bit-stream/) stream, ``int`` dataCount, ``bool`` copyBits);</b></h4>
307307
<p>Copys the bits from the provided BitStream</p>
308308
<h5><b>Parameters</b></h5>
309309
<div>
310-
<p style="font-size: 20px; color: #444;" markdown="1">[``BitStream``](/MLAPI/api/bit-stream/) stream</p>
310+
<p style="font-size: 20px; color: #444;" markdown="1">[``BitStream``](/api/bit-stream/) stream</p>
311311
<p>The stream to copy from</p>
312312
</div>
313313
<div>

docs/_api/BitStreamPool.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,20 @@ permalink: /api/bit-stream-pool/
1414
<div>
1515
<h3 markdown="1">Public Static Methods</h3>
1616
<div style="line-height: 1;">
17-
<h4 markdown="1"><b>public static [``PooledBitStream``](/MLAPI/api/pooled-bit-stream/) GetStream();</b></h4>
17+
<h4 markdown="1"><b>public static [``PooledBitStream``](/api/pooled-bit-stream/) GetStream();</b></h4>
1818
<p>Retrieves an expandable PooledBitStream from the pool</p>
19-
<h5 markdown="1"><b>Returns [``PooledBitStream``](/MLAPI/api/pooled-bit-stream/)</b></h5>
19+
<h5 markdown="1"><b>Returns [``PooledBitStream``](/api/pooled-bit-stream/)</b></h5>
2020
<div>
2121
<p>An expandable PooledBitStream</p>
2222
</div>
2323
</div>
2424
<br>
2525
<div style="line-height: 1;">
26-
<h4 markdown="1"><b>public static ``void`` PutBackInPool([``PooledBitStream``](/MLAPI/api/pooled-bit-stream/) stream);</b></h4>
26+
<h4 markdown="1"><b>public static ``void`` PutBackInPool([``PooledBitStream``](/api/pooled-bit-stream/) stream);</b></h4>
2727
<p>Puts a PooledBitStream back into the pool</p>
2828
<h5><b>Parameters</b></h5>
2929
<div>
30-
<p style="font-size: 20px; color: #444;" markdown="1">[``PooledBitStream``](/MLAPI/api/pooled-bit-stream/) stream</p>
30+
<p style="font-size: 20px; color: #444;" markdown="1">[``PooledBitStream``](/api/pooled-bit-stream/) stream</p>
3131
<p>The stream to put in the pool</p>
3232
</div>
3333
</div>

docs/_api/BitWriter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permalink: /api/bit-writer/
1414
<div>
1515
<h3>Public Constructors</h3>
1616
<div style="line-height: 1; ">
17-
<h4 markdown="1"><b>public [``BitWriter``](/MLAPI/api/bit-writer/)(``Stream`` stream);</b></h4>
17+
<h4 markdown="1"><b>public [``BitWriter``](/api/bit-writer/)(``Stream`` stream);</b></h4>
1818
<p>Creates a new BitWriter backed by a given stream</p>
1919
</div>
2020
<h5><b>Parameters</b></h5>

docs/_api/BitWriterPool.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,25 +14,25 @@ permalink: /api/bit-writer-pool/
1414
<div>
1515
<h3 markdown="1">Public Static Methods</h3>
1616
<div style="line-height: 1;">
17-
<h4 markdown="1"><b>public static [``PooledBitWriter``](/MLAPI/api/pooled-bit-writer/) GetWriter(``Stream`` stream);</b></h4>
17+
<h4 markdown="1"><b>public static [``PooledBitWriter``](/api/pooled-bit-writer/) GetWriter(``Stream`` stream);</b></h4>
1818
<p>Retrieves a PooledBitWriter</p>
1919
<h5><b>Parameters</b></h5>
2020
<div>
2121
<p style="font-size: 20px; color: #444;" markdown="1">``Stream`` stream</p>
2222
<p>The stream the writer should write to</p>
2323
</div>
24-
<h5 markdown="1"><b>Returns [``PooledBitWriter``](/MLAPI/api/pooled-bit-writer/)</b></h5>
24+
<h5 markdown="1"><b>Returns [``PooledBitWriter``](/api/pooled-bit-writer/)</b></h5>
2525
<div>
2626
<p>A PooledBitWriter</p>
2727
</div>
2828
</div>
2929
<br>
3030
<div style="line-height: 1;">
31-
<h4 markdown="1"><b>public static ``void`` PutBackInPool([``PooledBitWriter``](/MLAPI/api/pooled-bit-writer/) writer);</b></h4>
31+
<h4 markdown="1"><b>public static ``void`` PutBackInPool([``PooledBitWriter``](/api/pooled-bit-writer/) writer);</b></h4>
3232
<p>Puts a PooledBitWriter back into the pool</p>
3333
<h5><b>Parameters</b></h5>
3434
<div>
35-
<p style="font-size: 20px; color: #444;" markdown="1">[``PooledBitWriter``](/MLAPI/api/pooled-bit-writer/) writer</p>
35+
<p style="font-size: 20px; color: #444;" markdown="1">[``PooledBitWriter``](/api/pooled-bit-writer/) writer</p>
3636
<p>The writer to put in the pool</p>
3737
</div>
3838
</div>

docs/_api/ClientRPCAttribute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ permalink: /api/client-rpcattribute/
2424
<div>
2525
<h3>Public Constructors</h3>
2626
<div style="line-height: 1; ">
27-
<h4 markdown="1"><b>public [``ClientRPCAttribute``](/MLAPI/api/client-rpcattribute/)();</b></h4>
27+
<h4 markdown="1"><b>public [``ClientRPCAttribute``](/api/client-rpcattribute/)();</b></h4>
2828
</div>
2929
</div>
3030
<br>

docs/_api/ConnectionApprovedDelegate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ permalink: /api/connection-approved-delegate/
2626
<div>
2727
<h3>Public Constructors</h3>
2828
<div style="line-height: 1; ">
29-
<h4 markdown="1"><b>public [``ConnectionApprovedDelegate``](/MLAPI/api/connection-approved-delegate/)(``object`` object, ``IntPtr`` method);</b></h4>
29+
<h4 markdown="1"><b>public [``ConnectionApprovedDelegate``](/api/connection-approved-delegate/)(``object`` object, ``IntPtr`` method);</b></h4>
3030
</div>
3131
<h5><b>Parameters</b></h5>
3232
<div>

docs/_api/CryptographyHelper.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permalink: /api/cryptography-helper/
1414
<div>
1515
<h3 markdown="1">Public Fields</h3>
1616
<div style="line-height: 1;">
17-
<h4 markdown="1"><b>public [``VerifyCertificateDelegate``](/MLAPI/api/verify-certificate-delegate/) OnValidateCertificateCallback;</b></h4>
17+
<h4 markdown="1"><b>public [``VerifyCertificateDelegate``](/api/verify-certificate-delegate/) OnValidateCertificateCallback;</b></h4>
1818
<p>The delegate to invoke to validate the certificates</p>
1919
</div>
2020
</div>

0 commit comments

Comments
 (0)