Skip to content

Commit 7ff5857

Browse files
committed
Update doc
1 parent d837e1d commit 7ff5857

File tree

6 files changed

+42
-19
lines changed

6 files changed

+42
-19
lines changed

LICENSE.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
```
2+
Copyright (c) Jerry D'Antonio -- released under the MIT license.
3+
4+
http://www.opensource.org/licenses/mit-license.php
5+
6+
Permission is hereby granted, free of charge, to any person obtaining a copy
7+
of this software and associated documentation files (the "Software"), to deal
8+
in the Software without restriction, including without limitation the rights
9+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10+
copies of the Software, and to permit persons to whom the Software is
11+
furnished to do so, subject to the following conditions:
12+
13+
The above copyright notice and this permission notice shall be included in
14+
all copies or substantial portions of the Software.
15+
16+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
22+
THE SOFTWARE.
23+
```

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ would provide consistent behaviour and guarantees on all three of the main Ruby
6565
## Features & Documentation
6666

6767
**The primary site for documentation is the automatically generated
68-
[API documentation](http://ruby-concurrency.github.io/concurrent-ruby/frames.html) which is up to
68+
[API documentation](http://ruby-concurrency.github.io/concurrent-ruby/index.html) which is up to
6969
date with latest release.** This readme matches the master so may contain new stuff not yet
7070
released.
7171

docs/1.0.5/file.README.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
66
<title>
77
File: README
8-
8+
99
&mdash; Concurrent
10-
10+
1111
</title>
1212

1313
<link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" />
@@ -30,31 +30,31 @@
3030
<body>
3131
<div id="header">
3232
<div id="menu">
33-
34-
<a href="_index.html">Index</a> &raquo;
33+
34+
<a href="_index.html">Index</a> &raquo;
3535
<span class="title">File: README</span>
36-
36+
3737

3838
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
3939
</div>
4040

4141
<div id="search">
42-
42+
4343
<a class="full_list_link" id="class_list_link"
4444
href="class_list.html">
4545
Class List
4646
</a>
47-
47+
4848
<a class="full_list_link" id="method_list_link"
4949
href="method_list.html">
5050
Method List
5151
</a>
52-
52+
5353
<a class="full_list_link" id="file_list_link"
5454
href="file_list.html">
5555
File List
5656
</a>
57-
57+
5858
</div>
5959
<div class="clear"></div>
6060
</div>
@@ -82,7 +82,7 @@
8282
<a href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/package-summary.html">Java</a>,
8383
and classic concurrency patterns.</p>
8484

85-
<p><img src="https://raw.githubusercontent.com/ruby-concurrency/concurrent-ruby/master/doc/logo/concurrent-ruby-logo-300x300.png" align="right" style="margin-left: 20px;" /></p>
85+
<p><img src="https://raw.githubusercontent.com/ruby-concurrency/concurrent-ruby/master/docs-source/logo/concurrent-ruby-logo-300x300.png" align="right" style="margin-left: 20px;" /></p>
8686

8787
<p>The design goals of this gem are:</p>
8888

@@ -221,7 +221,7 @@ <h4>Statuses:</h4>
221221
<p><em>Why are these not in core?</em></p>
222222

223223
<ul>
224-
<li><strong>Promises Framework</strong> - They are being finalized to be able to be moved to core. They&#39;ll deprecate old
224+
<li><strong>Promises Framework</strong> - They are being finalized to be able to be moved to core. They&#39;ll deprecate old
225225
implementation.</li>
226226
<li><strong>Actor</strong> - Partial documentation and tests; depends on new future/promise framework; stability is good.</li>
227227
<li><strong>Channel</strong> - Brand new implementation; partial documentation and tests; stability is good.</li>
@@ -345,4 +345,4 @@ <h2>License and Copyright</h2>
345345
</script>
346346

347347
</body>
348-
</html>
348+
</html>

docs/master/Concurrent.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ <h2>Overview</h2><div class="docstring">
105105
<a href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/package-summary.html">Java</a>,
106106
and classic concurrency patterns.</p>
107107

108-
<p><img src="https://raw.githubusercontent.com/ruby-concurrency/concurrent-ruby/master/doc-source/logo/concurrent-ruby-logo-300x300.png" align="right" style="margin-left: 20px;" /></p>
108+
<p><img src="https://raw.githubusercontent.com/ruby-concurrency/concurrent-ruby/master/docs-source/logo/concurrent-ruby-logo-300x300.png" align="right" style="margin-left: 20px;" /></p>
109109

110110
<p>The design goals of this gem are:</p>
111111

@@ -156,7 +156,7 @@ <h2>Thread Safety</h2>
156156
<h2>Features &amp; Documentation</h2>
157157

158158
<p><strong>The primary site for documentation is the automatically generated
159-
<a href="http://ruby-concurrency.github.io/concurrent-ruby/frames.html">API documentation</a> which is up to
159+
<a href="http://ruby-concurrency.github.io/concurrent-ruby/index.html">API documentation</a> which is up to
160160
date with latest release.</strong> This readme matches the master so may contain new stuff not yet
161161
released.</p>
162162

docs/master/file.README.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
<a href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/package-summary.html">Java</a>,
7676
and classic concurrency patterns.</p>
7777

78-
<p><img src="https://raw.githubusercontent.com/ruby-concurrency/concurrent-ruby/master/doc-source/logo/concurrent-ruby-logo-300x300.png" align="right" style="margin-left: 20px;" /></p>
78+
<p><img src="https://raw.githubusercontent.com/ruby-concurrency/concurrent-ruby/master/docs-source/logo/concurrent-ruby-logo-300x300.png" align="right" style="margin-left: 20px;" /></p>
7979

8080
<p>The design goals of this gem are:</p>
8181

@@ -126,7 +126,7 @@ <h2>Thread Safety</h2>
126126
<h2>Features &amp; Documentation</h2>
127127

128128
<p><strong>The primary site for documentation is the automatically generated
129-
<a href="http://ruby-concurrency.github.io/concurrent-ruby/frames.html">API documentation</a> which is up to
129+
<a href="http://ruby-concurrency.github.io/concurrent-ruby/index.html">API documentation</a> which is up to
130130
date with latest release.</strong> This readme matches the master so may contain new stuff not yet
131131
released.</p>
132132

docs/master/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
<a href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/package-summary.html">Java</a>,
7676
and classic concurrency patterns.</p>
7777

78-
<p><img src="https://raw.githubusercontent.com/ruby-concurrency/concurrent-ruby/master/doc-source/logo/concurrent-ruby-logo-300x300.png" align="right" style="margin-left: 20px;" /></p>
78+
<p><img src="https://raw.githubusercontent.com/ruby-concurrency/concurrent-ruby/master/docs-source/logo/concurrent-ruby-logo-300x300.png" align="right" style="margin-left: 20px;" /></p>
7979

8080
<p>The design goals of this gem are:</p>
8181

@@ -126,7 +126,7 @@ <h2>Thread Safety</h2>
126126
<h2>Features &amp; Documentation</h2>
127127

128128
<p><strong>The primary site for documentation is the automatically generated
129-
<a href="http://ruby-concurrency.github.io/concurrent-ruby/frames.html">API documentation</a> which is up to
129+
<a href="http://ruby-concurrency.github.io/concurrent-ruby/index.html">API documentation</a> which is up to
130130
date with latest release.</strong> This readme matches the master so may contain new stuff not yet
131131
released.</p>
132132

0 commit comments

Comments
 (0)