Skip to content

Commit b186c8a

Browse files
committed
Update docs
1 parent 364fc74 commit b186c8a

File tree

64 files changed

+864
-805
lines changed

Some content is hidden

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

64 files changed

+864
-805
lines changed

.build/ReleaseDocs.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#!/bin/sh
2+
set -e
3+
4+
docfx docfx.json
5+
6+
echo "Push the new docs to the remote branch"
7+
git add . -A
8+
git commit -m "Update generated documentation"
9+
git push origin master

docfx.json renamed to .build/docfx.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"src": [
55
{
66
"files": [ "Advanced.Algorithms.Docs.sln"],
7-
"src": ""
7+
"src": "../"
88
}
99
],
1010
"dest": "obj/api"
@@ -31,7 +31,7 @@
3131
"_appTitle": "Advanced Algorithms",
3232
"_enableSearch": true
3333
},
34-
"dest": "docs",
34+
"dest": "../docs",
3535
"xrefService": [ "https://xref.docs.microsoft.com/query?uid={uid}" ]
3636
}
3737
}

appveyor.yml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,22 @@ nuget:
5050
artifacts:
5151
- path: '**\Advanced.Algorithms.*.nupkg'
5252

53+
environment:
54+
github_access_token:
55+
secure: ItVm+50ASpDXx1w+FCe2NTpZxqCbjRWfugLjk/bqBIi00DvPnSGOV1rIQ5hnwBW3
56+
github_email:
57+
secure: zjomVDahxyvieBnoNTHqccnndEIj2r/Kp4/EQuNZyWE=
58+
59+
deploy_script:
60+
- git config --global credential.helper store
61+
- ps: Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:github_access_token):x-oauth-basic@github.com`n"
62+
- git config --global user.email %github_email%
63+
- git config --global user.name "justcoding121"
64+
- bash releaseDocs.sh
65+
5366
deploy:
5467
- provider: GitHub
55-
auth_token:
56-
secure: ItVm+50ASpDXx1w+FCe2NTpZxqCbjRWfugLjk/bqBIi00DvPnSGOV1rIQ5hnwBW3
68+
auth_token: %github_access_token%
5769
on:
5870
branch: /(stable|beta)/
5971
- provider: NuGet

docs/api/Advanced.Algorithms.DataStructures.AVLTree-1.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ <h6><strong>Assembly</strong>: Advanced.Algorithms.dll</h6>
119119
<h5 id="Advanced_Algorithms_DataStructures_AVLTree_1_syntax">Syntax</h5>
120120
<div class="codewrapper">
121121
<pre><code class="lang-csharp hljs">public class AVLTree&lt;T&gt;
122+
122123
where T : IComparable</code></pre>
123124
</div>
124125
<h5 class="typeParameters">Type Parameters</h5>

docs/api/Advanced.Algorithms.DataStructures.AsTreeDictionary-2.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ <h6><strong>Assembly</strong>: Advanced.Algorithms.dll</h6>
121121
<h5 id="Advanced_Algorithms_DataStructures_AsTreeDictionary_2_syntax">Syntax</h5>
122122
<div class="codewrapper">
123123
<pre><code class="lang-csharp hljs">public class AsTreeDictionary&lt;K, V&gt;
124+
124125
where K : IComparable</code></pre>
125126
</div>
126127
<h5 class="typeParameters">Type Parameters</h5>

docs/api/Advanced.Algorithms.DataStructures.BST-1.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ <h6><strong>Assembly</strong>: Advanced.Algorithms.dll</h6>
119119
<h5 id="Advanced_Algorithms_DataStructures_BST_1_syntax">Syntax</h5>
120120
<div class="codewrapper">
121121
<pre><code class="lang-csharp hljs">public class BST&lt;T&gt;
122+
122123
where T : IComparable</code></pre>
123124
</div>
124125
<h5 class="typeParameters">Type Parameters</h5>

docs/api/Advanced.Algorithms.DataStructures.BinaryTree-1.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ <h6><strong>Assembly</strong>: Advanced.Algorithms.dll</h6>
120120
<h5 id="Advanced_Algorithms_DataStructures_BinaryTree_1_syntax">Syntax</h5>
121121
<div class="codewrapper">
122122
<pre><code class="lang-csharp hljs">public class BinaryTree&lt;T&gt;
123+
123124
where T : IComparable</code></pre>
124125
</div>
125126
<h5 class="typeParameters">Type Parameters</h5>

docs/api/Advanced.Algorithms.DataStructures.DInterval-1.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ <h6><strong>Assembly</strong>: Advanced.Algorithms.dll</h6>
120120
<h5 id="Advanced_Algorithms_DataStructures_DInterval_1_syntax">Syntax</h5>
121121
<div class="codewrapper">
122122
<pre><code class="lang-csharp hljs">public class DInterval&lt;T&gt;
123+
123124
where T : IComparable</code></pre>
124125
</div>
125126
<h5 class="typeParameters">Type Parameters</h5>

docs/api/Advanced.Algorithms.DataStructures.DIntervalTree-1.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ <h6><strong>Assembly</strong>: Advanced.Algorithms.dll</h6>
120120
<h5 id="Advanced_Algorithms_DataStructures_DIntervalTree_1_syntax">Syntax</h5>
121121
<div class="codewrapper">
122122
<pre><code class="lang-csharp hljs">public class DIntervalTree&lt;T&gt;
123+
123124
where T : IComparable</code></pre>
124125
</div>
125126
<h5 class="typeParameters">Type Parameters</h5>

docs/api/Advanced.Algorithms.DataStructures.DRangeTree-1.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ <h6><strong>Assembly</strong>: Advanced.Algorithms.dll</h6>
120120
<h5 id="Advanced_Algorithms_DataStructures_DRangeTree_1_syntax">Syntax</h5>
121121
<div class="codewrapper">
122122
<pre><code class="lang-csharp hljs">public class DRangeTree&lt;T&gt;
123+
123124
where T : IComparable</code></pre>
124125
</div>
125126
<h5 class="typeParameters">Type Parameters</h5>

0 commit comments

Comments
 (0)