Skip to content

Commit 9d85976

Browse files
committed
fix missing logo functions-reference
1 parent cc3e7ba commit 9d85976

File tree

6 files changed

+3
-10
lines changed

6 files changed

+3
-10
lines changed

docs/2_21/functions-reference/functions-1d-integrator.html

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -716,9 +716,6 @@ <h3 number="9.3.1"><span class="header-section-number">9.3.1</span> Specifying a
716716
<div id="call-to-the-1d-integrator" class="section level3">
717717
<h3 number="9.3.2"><span class="header-section-number">9.3.2</span> Call to the 1D Integrator</h3>
718718
<!-- vector; integrate_1d; (function integrand, real a, real b, real[] theta, real[] x_r, int[] x_i); -->
719-
<p></p>
720-
<p><code>vector</code> <strong><code>integrate_1d</code></strong> <code>(function integrand, real a, real b, real[] theta, real[] x_r, int[] x_i)</code><br>
721-
Integrates the integrand from a to b.</p>
722719
<!-- vector; integrate_1d; (function integrand, real a, real b, real[] theta, real[] x_r, int[] x_i), real relative_tolerance); -->
723720
<p></p>
724721
<p><code>vector</code> <strong><code>integrate\_1d</code></strong> <code>(function integrand, real a, real b, real[] theta, real[] x_r, int[] x_i, real relative_tolerance)</code><br>
@@ -751,10 +748,7 @@ <h4 number="9.3.2.1"><span class="header-section-number">9.3.2.1</span> Argument
751748
<li><em><code>theta</code></em>: parameters only, type <code>real[]</code>,</li>
752749
<li><em><code>x_r</code></em>: real data only, type <code>real[]</code>,</li>
753750
<li><em><code>x_i</code></em>: integer data only, type <code>int[]</code>.</li>
754-
</ul>
755-
<p>A <code>relative_tolerance</code> argument can also be provided for more control over the algorithm:</p>
756-
<ul>
757-
<li><em><code>relative_tolerance</code></em>: relative tolerance for the 1d integrator, type <code>real</code>, data only.</li>
751+
<li><em><code>relative_tolerance</code></em>: relative tolerance for the 1d integrator (recommended default of 1e-8), type <code>real</code>, data only.</li>
758752
</ul>
759753
</div>
760754
<div id="return-value-1" class="section level4">

docs/2_21/functions-reference/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ <h2 class="subtitle"><em>Version 2.21</em></h2>
693693
</div>
694694
<div id="overview" class="section level1">
695695
<h1 class="unnumbered" number=""><i style="font-size: 110%; padding:1.5em 0 0 0; color:#990017;">Overview</i></h1>
696-
<p><img style="float:right; margin: -2em 0em 4em 4em" src="/Users/mitzi/github/stan-dev/docs/src/img/logo_tm.png" width="225" alt="Stan logo" /></p>
696+
<p><img style="float:right; margin: -2em 0em 4em 4em" src="img/logo_tm.png" width="225" alt="Stan logo" /></p>
697697
<div id="about" class="section level4">
698698
<h4 class="unnumbered" number="">About</h4>
699699
<p>This is the reference for the functions defined in the Stan math

0 commit comments

Comments
 (0)