Skip to content

Commit 29e4c6f

Browse files
1 parent f831315 commit 29e4c6f

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

jenkins.html

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -217,12 +217,10 @@ <h1 id="scheduling-an-on-demand-build">Scheduling an On-Demand Build</h1>
217217
<li><code class="language-plaintext highlighter-rouge">@drake-jenkins-bot linux-noble-clang-bazel-experimental-valgrind-memcheck please</code></li>
218218
</ul>
219219

220-
<p>A list of Jenkins bot commands that cover the full set of continuous and nightly
221-
production jobs are available for
222-
<a href="https://github.com/RobotLocomotion/drake/blob/jenkins-jobs-experimental/request-jobs-provisioned.txt">provisioned</a>
223-
and
224-
<a href="https://github.com/RobotLocomotion/drake/blob/jenkins-jobs-experimental/request-jobs-unprovisioned.txt">unprovisioned</a>
225-
builds.</p>
220+
<p>A list of Jenkins bot commands for experimental builds that cover the full
221+
set of continuous and nightly production jobs is available
222+
<a href="https://github.com/RobotLocomotion/drake/blob/jenkins-jobs-experimental/request-jobs-experimental.txt">here</a>.
223+
Both provisioned and unprovisioned jobs are listed.</p>
226224

227225
<h2 id="scheduling-builds-via-the-jenkins-user-interface">Scheduling Builds via the Jenkins User Interface</h2>
228226

pydrake/pydrake.solvers.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3424,6 +3424,10 @@
34243424
</ol>
34253425
<p>Adds a cost function.</p>
34263426
<ol class="arabic simple" start="2">
3427+
<li><p>AddCost(self: pydrake.solvers.MathematicalProgram, binding: pydrake.solvers.Binding[Cost]) -&gt; pydrake.solvers.Binding[Cost]</p></li>
3428+
</ol>
3429+
<p>Adds a generic cost to the optimization program.</p>
3430+
<ol class="arabic simple" start="3">
34273431
<li><p>AddCost(self: pydrake.solvers.MathematicalProgram, e: pydrake.symbolic.Expression) -&gt; pydrake.solvers.Binding[Cost]</p></li>
34283432
</ol>
34293433
<p>Adds a cost in the symbolic form.</p>
@@ -3432,7 +3436,7 @@
34323436
<dd class="field-odd"><p>The newly created cost, together with the bound variables.</p>
34333437
</dd>
34343438
</dl>
3435-
<ol class="arabic simple" start="3">
3439+
<ol class="arabic simple" start="4">
34363440
<li><p>AddCost(self: pydrake.solvers.MathematicalProgram, obj: pydrake.solvers.Cost, vars: numpy.ndarray[object[m, 1]]) -&gt; pydrake.solvers.Binding[Cost]</p></li>
34373441
</ol>
34383442
<p>Adds a cost type to the optimization program.</p>

0 commit comments

Comments
 (0)