Skip to content

Commit 5ef7d51

Browse files
committed
Update docs.
1 parent 2677672 commit 5ef7d51

38 files changed

+2313
-4695
lines changed

assets/styles.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,11 @@ p {
3030
}
3131

3232
pre {
33-
background-color: #e3e8fa;
3433
border-radius: 3px;
3534
font-size: 85%;
3635
line-height: 1.45;
3736
overflow: auto;
38-
background: #6573aa;
37+
background: #262626;
3938
padding: 16px;
4039
color: white;
4140
padding: 0.5em;

doc/LICENSE.html

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,16 @@
1111
var index_rel_prefix = "./";
1212
</script>
1313

14-
<script src="./js/jquery.js"></script>
15-
<script src="./js/darkfish.js"></script>
14+
<script src="./js/navigation.js" defer></script>
15+
<script src="./js/search.js" defer></script>
16+
<script src="./js/search_index.js" defer></script>
17+
<script src="./js/searcher.js" defer></script>
18+
<script src="./js/darkfish.js" defer></script>
1619

1720
<link href="./css/fonts.css" rel="stylesheet">
1821
<link href="./css/rdoc.css" rel="stylesheet">
1922

2023

21-
22-
2324
<body id="top" role="document" class="file">
2425
<nav role="navigation">
2526
<div id="project-navigation">
@@ -55,15 +56,13 @@ <h2>
5556

5657

5758
<div id="project-metadata">
58-
<div id="fileindex-section" class="nav-section">
59+
60+
<div id="fileindex-section" class="nav-section">
5961
<h3>Pages</h3>
6062

6163
<ul class="link-list">
62-
6364
<li><a href="./LICENSE.html">LICENSE</a>
64-
65-
<li><a href="./README_rdoc.html">README</a>
66-
65+
<li><a href="./README_md.html">README</a>
6766
</ul>
6867
</div>
6968

@@ -72,7 +71,7 @@ <h3>Pages</h3>
7271

7372
<main role="main" aria-label="Page LICENSE">
7473

75-
<p>Copyright (C) 2005 - 2019 Shugo Maeda &lt;shugo@ruby-lang.org&gt;, Charlie Savage &lt;cfis@savagexi.com&gt; and</p>
74+
<p>Copyright © 2005 - 2019 Shugo Maeda &lt;shugo@ruby-lang.org&gt;, Charlie Savage &lt;cfis@savagexi.com&gt; and</p>
7675

7776
<pre>Stefan Kaes &lt;skaes@railsepxress.de&gt;</pre>
7877

@@ -85,15 +84,15 @@ <h3>Pages</h3>
8584
<p>Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.</p>
8685
</li></ol>
8786

88-
<p>THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS “AS IS&#39;&#39; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</p>
87+
<p>THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS “AS IS AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</p>
8988

9089
</main>
9190

9291

9392

9493
<footer id="validator-badges" role="contentinfo">
9594
<p><a href="https://validator.w3.org/check/referer">Validate</a>
96-
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.1.1.
95+
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.5.0.
9796
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
9897
</footer>
9998

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,16 @@
1111
var index_rel_prefix = "./";
1212
</script>
1313

14-
<script src="./js/jquery.js"></script>
15-
<script src="./js/darkfish.js"></script>
14+
<script src="./js/navigation.js" defer></script>
15+
<script src="./js/search.js" defer></script>
16+
<script src="./js/search_index.js" defer></script>
17+
<script src="./js/searcher.js" defer></script>
18+
<script src="./js/darkfish.js" defer></script>
1619

1720
<link href="./css/fonts.css" rel="stylesheet">
1821
<link href="./css/rdoc.css" rel="stylesheet">
1922

2023

21-
22-
2324
<body id="top" role="document" class="file">
2425
<nav role="navigation">
2526
<div id="project-navigation">
@@ -55,26 +56,24 @@ <h2>
5556

5657

5758
<div id="project-metadata">
58-
<div id="fileindex-section" class="nav-section">
59+
60+
<div id="fileindex-section" class="nav-section">
5961
<h3>Pages</h3>
6062

6163
<ul class="link-list">
62-
6364
<li><a href="./LICENSE.html">LICENSE</a>
64-
65-
<li><a href="./README_rdoc.html">README</a>
66-
65+
<li><a href="./README_md.html">README</a>
6766
</ul>
6867
</div>
6968

7069
</div>
7170
</nav>
7271

73-
<main role="main" aria-label="Page README.rdoc">
72+
<main role="main" aria-label="Page README.md">
7473

7574
<h1 id="label-ruby-prof">ruby-prof<span><a href="#label-ruby-prof">&para;</a> <a href="#top">&uarr;</a></span></h1>
7675

77-
<p><a href="https://travis-ci.org/ruby-prof/ruby-prof"><img src="https://travis-ci.org/ruby-prof/ruby-prof.png?branch=master" alt="Build Status" /></a></p>
76+
<p><img src="https://github.com/ruby-prof/ruby-prof/workflows/ruby-prof/badge.svg"></p>
7877

7978
<p>For an overview of ruby-prof please see <a href="https://ruby-prof.github.io">ruby-prof.github.io</a></p>
8079

@@ -84,7 +83,7 @@ <h1 id="label-ruby-prof">ruby-prof<span><a href="#label-ruby-prof">&para;</a> <a
8483

8584
<footer id="validator-badges" role="contentinfo">
8685
<p><a href="https://validator.w3.org/check/referer">Validate</a>
87-
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.1.1.
86+
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.5.0.
8887
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
8988
</footer>
9089

doc/Rack.html

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,16 @@
1111
var index_rel_prefix = "./";
1212
</script>
1313

14-
<script src="./js/jquery.js"></script>
15-
<script src="./js/darkfish.js"></script>
14+
<script src="./js/navigation.js" defer></script>
15+
<script src="./js/search.js" defer></script>
16+
<script src="./js/search_index.js" defer></script>
17+
<script src="./js/searcher.js" defer></script>
18+
<script src="./js/darkfish.js" defer></script>
1619

1720
<link href="./css/fonts.css" rel="stylesheet">
1821
<link href="./css/rdoc.css" rel="stylesheet">
1922

2023

21-
22-
2324
<body id="top" role="document" class="module">
2425
<nav role="navigation">
2526
<div id="project-navigation">
@@ -72,25 +73,19 @@ <h1 id="module-Rack" class="module">
7273

7374
</section>
7475

75-
7676
<section id="5Buntitled-5D" class="documentation-section">
77-
7877

79-
8078

81-
8279

83-
8480

85-
86-
</section>
8781

82+
</section>
8883
</main>
8984

9085

9186
<footer id="validator-badges" role="contentinfo">
9287
<p><a href="https://validator.w3.org/check/referer">Validate</a>
93-
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.1.1.
88+
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.5.0.
9489
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
9590
</footer>
9691

0 commit comments

Comments
 (0)