Skip to content
This repository has been archived by the owner on Nov 6, 2019. It is now read-only.

Fix docs to include @phosphor/datagrid #364

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
12 changes: 6 additions & 6 deletions docs/api/algorithm/classes/arrayiterator.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ <h3>constructor</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/c832b0c3/packages/algorithm/src/iter.ts#L254">iter.ts:254</a></li>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/849b2fbb/packages/algorithm/src/iter.ts#L254">iter.ts:254</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -167,7 +167,7 @@ <h3><span class="tsd-flag ts-flagPrivate">Private</span> _index</h3>
<div class="tsd-signature tsd-kind-icon">_index<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> =&nbsp;0</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/c832b0c3/packages/algorithm/src/iter.ts#L296">iter.ts:296</a></li>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/849b2fbb/packages/algorithm/src/iter.ts#L296">iter.ts:296</a></li>
</ul>
</aside>
</section>
Expand All @@ -177,7 +177,7 @@ <h3><span class="tsd-flag ts-flagPrivate">Private</span> _source</h3>
<div class="tsd-signature tsd-kind-icon">_source<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ArrayLike</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol">&gt;</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/c832b0c3/packages/algorithm/src/iter.ts#L297">iter.ts:297</a></li>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/849b2fbb/packages/algorithm/src/iter.ts#L297">iter.ts:297</a></li>
</ul>
</aside>
</section>
Expand All @@ -195,7 +195,7 @@ <h3>clone</h3>
<aside class="tsd-sources">
<p>Implementation of <a href="../interfaces/iiterator.html">IIterator</a>.<a href="../interfaces/iiterator.html#clone">clone</a></p>
<ul>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/c832b0c3/packages/algorithm/src/iter.ts#L278">iter.ts:278</a></li>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/849b2fbb/packages/algorithm/src/iter.ts#L278">iter.ts:278</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -219,7 +219,7 @@ <h3>iter</h3>
<aside class="tsd-sources">
<p>Implementation of <a href="../interfaces/iiterator.html">IIterator</a>.<a href="../interfaces/iiterator.html#iter">iter</a></p>
<ul>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/c832b0c3/packages/algorithm/src/iter.ts#L269">iter.ts:269</a></li>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/849b2fbb/packages/algorithm/src/iter.ts#L269">iter.ts:269</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -243,7 +243,7 @@ <h3>next</h3>
<aside class="tsd-sources">
<p>Implementation of <a href="../interfaces/iiterator.html">IIterator</a>.<a href="../interfaces/iiterator.html#next">next</a></p>
<ul>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/c832b0c3/packages/algorithm/src/iter.ts#L289">iter.ts:289</a></li>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/849b2fbb/packages/algorithm/src/iter.ts#L289">iter.ts:289</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down
14 changes: 7 additions & 7 deletions docs/api/algorithm/classes/chainiterator.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ <h3>constructor</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/c832b0c3/packages/algorithm/src/chain.ts#L43">chain.ts:43</a></li>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/849b2fbb/packages/algorithm/src/chain.ts#L43">chain.ts:43</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -166,7 +166,7 @@ <h3><span class="tsd-flag ts-flagPrivate">Private</span> _active</h3>
<div class="tsd-signature tsd-kind-icon">_active<span class="tsd-signature-symbol">:</span> <a href="../interfaces/iiterator.html" class="tsd-signature-type">IIterator</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">undefined</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/c832b0c3/packages/algorithm/src/chain.ts#L98">chain.ts:98</a></li>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/849b2fbb/packages/algorithm/src/chain.ts#L98">chain.ts:98</a></li>
</ul>
</aside>
</section>
Expand All @@ -176,7 +176,7 @@ <h3><span class="tsd-flag ts-flagPrivate">Private</span> _cloned</h3>
<div class="tsd-signature tsd-kind-icon">_cloned<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> =&nbsp;false</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/c832b0c3/packages/algorithm/src/chain.ts#L99">chain.ts:99</a></li>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/849b2fbb/packages/algorithm/src/chain.ts#L99">chain.ts:99</a></li>
</ul>
</aside>
</section>
Expand All @@ -186,7 +186,7 @@ <h3><span class="tsd-flag ts-flagPrivate">Private</span> _source</h3>
<div class="tsd-signature tsd-kind-icon">_source<span class="tsd-signature-symbol">:</span> <a href="../interfaces/iiterator.html" class="tsd-signature-type">IIterator</a><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/iiterator.html" class="tsd-signature-type">IIterator</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/c832b0c3/packages/algorithm/src/chain.ts#L97">chain.ts:97</a></li>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/849b2fbb/packages/algorithm/src/chain.ts#L97">chain.ts:97</a></li>
</ul>
</aside>
</section>
Expand All @@ -204,7 +204,7 @@ <h3>clone</h3>
<aside class="tsd-sources">
<p>Implementation of <a href="../interfaces/iiterator.html">IIterator</a>.<a href="../interfaces/iiterator.html#clone">clone</a></p>
<ul>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/c832b0c3/packages/algorithm/src/chain.ts#L68">chain.ts:68</a></li>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/849b2fbb/packages/algorithm/src/chain.ts#L68">chain.ts:68</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -228,7 +228,7 @@ <h3>iter</h3>
<aside class="tsd-sources">
<p>Implementation of <a href="../interfaces/iiterator.html">IIterator</a>.<a href="../interfaces/iiterator.html#iter">iter</a></p>
<ul>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/c832b0c3/packages/algorithm/src/chain.ts#L59">chain.ts:59</a></li>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/849b2fbb/packages/algorithm/src/chain.ts#L59">chain.ts:59</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -252,7 +252,7 @@ <h3>next</h3>
<aside class="tsd-sources">
<p>Implementation of <a href="../interfaces/iiterator.html">IIterator</a>.<a href="../interfaces/iiterator.html#next">next</a></p>
<ul>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/c832b0c3/packages/algorithm/src/chain.ts#L81">chain.ts:81</a></li>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/849b2fbb/packages/algorithm/src/chain.ts#L81">chain.ts:81</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down
8 changes: 4 additions & 4 deletions docs/api/algorithm/classes/emptyiterator.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ <h3>constructor</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/c832b0c3/packages/algorithm/src/empty.ts#L37">empty.ts:37</a></li>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/849b2fbb/packages/algorithm/src/empty.ts#L37">empty.ts:37</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -152,7 +152,7 @@ <h3>clone</h3>
<aside class="tsd-sources">
<p>Implementation of <a href="../interfaces/iiterator.html">IIterator</a>.<a href="../interfaces/iiterator.html#clone">clone</a></p>
<ul>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/c832b0c3/packages/algorithm/src/empty.ts#L57">empty.ts:57</a></li>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/849b2fbb/packages/algorithm/src/empty.ts#L57">empty.ts:57</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -176,7 +176,7 @@ <h3>iter</h3>
<aside class="tsd-sources">
<p>Implementation of <a href="../interfaces/iiterator.html">IIterator</a>.<a href="../interfaces/iiterator.html#iter">iter</a></p>
<ul>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/c832b0c3/packages/algorithm/src/empty.ts#L48">empty.ts:48</a></li>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/849b2fbb/packages/algorithm/src/empty.ts#L48">empty.ts:48</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -200,7 +200,7 @@ <h3>next</h3>
<aside class="tsd-sources">
<p>Implementation of <a href="../interfaces/iiterator.html">IIterator</a>.<a href="../interfaces/iiterator.html#next">next</a></p>
<ul>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/c832b0c3/packages/algorithm/src/empty.ts#L66">empty.ts:66</a></li>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/849b2fbb/packages/algorithm/src/empty.ts#L66">empty.ts:66</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down
14 changes: 7 additions & 7 deletions docs/api/algorithm/classes/filteriterator.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ <h3>constructor</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/c832b0c3/packages/algorithm/src/filter.ts#L43">filter.ts:43</a></li>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/849b2fbb/packages/algorithm/src/filter.ts#L43">filter.ts:43</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -195,7 +195,7 @@ <h3><span class="tsd-flag ts-flagPrivate">Private</span> _fn</h3>
<div class="tsd-signature tsd-kind-icon">_fn<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">function</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/c832b0c3/packages/algorithm/src/filter.ts#L95">filter.ts:95</a></li>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/849b2fbb/packages/algorithm/src/filter.ts#L95">filter.ts:95</a></li>
</ul>
</aside>
<div class="tsd-type-declaration">
Expand Down Expand Up @@ -229,7 +229,7 @@ <h3><span class="tsd-flag ts-flagPrivate">Private</span> _index</h3>
<div class="tsd-signature tsd-kind-icon">_index<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> =&nbsp;0</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/c832b0c3/packages/algorithm/src/filter.ts#L93">filter.ts:93</a></li>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/849b2fbb/packages/algorithm/src/filter.ts#L93">filter.ts:93</a></li>
</ul>
</aside>
</section>
Expand All @@ -239,7 +239,7 @@ <h3><span class="tsd-flag ts-flagPrivate">Private</span> _source</h3>
<div class="tsd-signature tsd-kind-icon">_source<span class="tsd-signature-symbol">:</span> <a href="../interfaces/iiterator.html" class="tsd-signature-type">IIterator</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol">&gt;</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/c832b0c3/packages/algorithm/src/filter.ts#L94">filter.ts:94</a></li>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/849b2fbb/packages/algorithm/src/filter.ts#L94">filter.ts:94</a></li>
</ul>
</aside>
</section>
Expand All @@ -257,7 +257,7 @@ <h3>clone</h3>
<aside class="tsd-sources">
<p>Implementation of <a href="../interfaces/iiterator.html">IIterator</a>.<a href="../interfaces/iiterator.html#clone">clone</a></p>
<ul>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/c832b0c3/packages/algorithm/src/filter.ts#L70">filter.ts:70</a></li>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/849b2fbb/packages/algorithm/src/filter.ts#L70">filter.ts:70</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -281,7 +281,7 @@ <h3>iter</h3>
<aside class="tsd-sources">
<p>Implementation of <a href="../interfaces/iiterator.html">IIterator</a>.<a href="../interfaces/iiterator.html#iter">iter</a></p>
<ul>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/c832b0c3/packages/algorithm/src/filter.ts#L61">filter.ts:61</a></li>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/849b2fbb/packages/algorithm/src/filter.ts#L61">filter.ts:61</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -305,7 +305,7 @@ <h3>next</h3>
<aside class="tsd-sources">
<p>Implementation of <a href="../interfaces/iiterator.html">IIterator</a>.<a href="../interfaces/iiterator.html#next">next</a></p>
<ul>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/c832b0c3/packages/algorithm/src/filter.ts#L81">filter.ts:81</a></li>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/849b2fbb/packages/algorithm/src/filter.ts#L81">filter.ts:81</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down
14 changes: 7 additions & 7 deletions docs/api/algorithm/classes/mapiterator.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ <h3>constructor</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/c832b0c3/packages/algorithm/src/map.ts#L43">map.ts:43</a></li>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/849b2fbb/packages/algorithm/src/map.ts#L43">map.ts:43</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -198,7 +198,7 @@ <h3><span class="tsd-flag ts-flagPrivate">Private</span> _fn</h3>
<div class="tsd-signature tsd-kind-icon">_fn<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">function</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/c832b0c3/packages/algorithm/src/map.ts#L91">map.ts:91</a></li>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/849b2fbb/packages/algorithm/src/map.ts#L91">map.ts:91</a></li>
</ul>
</aside>
<div class="tsd-type-declaration">
Expand Down Expand Up @@ -232,7 +232,7 @@ <h3><span class="tsd-flag ts-flagPrivate">Private</span> _index</h3>
<div class="tsd-signature tsd-kind-icon">_index<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> =&nbsp;0</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/c832b0c3/packages/algorithm/src/map.ts#L89">map.ts:89</a></li>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/849b2fbb/packages/algorithm/src/map.ts#L89">map.ts:89</a></li>
</ul>
</aside>
</section>
Expand All @@ -242,7 +242,7 @@ <h3><span class="tsd-flag ts-flagPrivate">Private</span> _source</h3>
<div class="tsd-signature tsd-kind-icon">_source<span class="tsd-signature-symbol">:</span> <a href="../interfaces/iiterator.html" class="tsd-signature-type">IIterator</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol">&gt;</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/c832b0c3/packages/algorithm/src/map.ts#L90">map.ts:90</a></li>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/849b2fbb/packages/algorithm/src/map.ts#L90">map.ts:90</a></li>
</ul>
</aside>
</section>
Expand All @@ -260,7 +260,7 @@ <h3>clone</h3>
<aside class="tsd-sources">
<p>Implementation of <a href="../interfaces/iiterator.html">IIterator</a>.<a href="../interfaces/iiterator.html#clone">clone</a></p>
<ul>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/c832b0c3/packages/algorithm/src/map.ts#L70">map.ts:70</a></li>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/849b2fbb/packages/algorithm/src/map.ts#L70">map.ts:70</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -284,7 +284,7 @@ <h3>iter</h3>
<aside class="tsd-sources">
<p>Implementation of <a href="../interfaces/iiterator.html">IIterator</a>.<a href="../interfaces/iiterator.html#iter">iter</a></p>
<ul>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/c832b0c3/packages/algorithm/src/map.ts#L61">map.ts:61</a></li>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/849b2fbb/packages/algorithm/src/map.ts#L61">map.ts:61</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -308,7 +308,7 @@ <h3>next</h3>
<aside class="tsd-sources">
<p>Implementation of <a href="../interfaces/iiterator.html">IIterator</a>.<a href="../interfaces/iiterator.html#next">next</a></p>
<ul>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/c832b0c3/packages/algorithm/src/map.ts#L81">map.ts:81</a></li>
<li>Defined in <a href="https://github.com/phosphorjs/phosphor/blob/849b2fbb/packages/algorithm/src/map.ts#L81">map.ts:81</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down
Loading