Skip to content

Commit e50ec6a

Browse files
1 parent 3376e1f commit e50ec6a

3,733 files changed

Lines changed: 3988 additions & 4037 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

apt.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797

9898
<a href="/getting_help.html" class="site-menu-item">Getting Help</a>
9999

100-
<a href="https://deepnote.com/workspace/Drake-0b3b2c53-a7ad-441b-80f8-bf8350752305/project/Tutorials-2b4fc509-aef2-417d-a40d-6071dfed9199/notebook/index-753e3c9d261247ba9f0eb1d7868c18c8" class="site-menu-item">Tutorials</a>
100+
<a href="/tutorials/index.html" class="site-menu-item">Tutorials</a>
101101

102102
<a href="/troubleshooting.html" class="site-menu-item">Troubleshooting</a>
103103

bazel.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797

9898
<a href="/getting_help.html" class="site-menu-item">Getting Help</a>
9999

100-
<a href="https://deepnote.com/workspace/Drake-0b3b2c53-a7ad-441b-80f8-bf8350752305/project/Tutorials-2b4fc509-aef2-417d-a40d-6071dfed9199/notebook/index-753e3c9d261247ba9f0eb1d7868c18c8" class="site-menu-item">Tutorials</a>
100+
<a href="/tutorials/index.html" class="site-menu-item">Tutorials</a>
101101

102102
<a href="/troubleshooting.html" class="site-menu-item">Troubleshooting</a>
103103

buildcop.html

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797

9898
<a href="/getting_help.html" class="site-menu-item">Getting Help</a>
9999

100-
<a href="https://deepnote.com/workspace/Drake-0b3b2c53-a7ad-441b-80f8-bf8350752305/project/Tutorials-2b4fc509-aef2-417d-a40d-6071dfed9199/notebook/index-753e3c9d261247ba9f0eb1d7868c18c8" class="site-menu-item">Tutorials</a>
100+
<a href="/tutorials/index.html" class="site-menu-item">Tutorials</a>
101101

102102
<a href="/troubleshooting.html" class="site-menu-item">Troubleshooting</a>
103103

@@ -353,6 +353,22 @@ <h2 id="monitor-the-build-queue">Monitor the Build Queue</h2>
353353
<a href="https://drakedevelopers.slack.com/archives/C270MN28G/">#ci</a>
354354
channel on Slack.</p>
355355

356+
<h2 id="monitor-the-website">Monitor the Website</h2>
357+
358+
<p>Check once per week that the website looks healthy when viewed from your web
359+
browser (i.e., beyond what automated CI can test for):</p>
360+
361+
<ul>
362+
<li>Does the <a href="/pydrake/index.html">Python API</a> appear normal? The site has a full
363+
list of modules?</li>
364+
<li>Does the <a href="/doxygen_cxx/index.html">C++ API</a> appear normal? The site has a full
365+
list of topics and classes?</li>
366+
<li>Do all of the <a href="/tutorials/index.html">tutorials</a> display correctly?</li>
367+
</ul>
368+
369+
<p>On a weekly basis, just do a quick skim. Once a month, the release manager will
370+
do a more thorough investigation.</p>
371+
356372
<h2 id="respond-to-breakage">Respond to Breakage</h2>
357373

358374
<p>There are various reasons the build might break. Diagnose the failure, and

clion.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797

9898
<a href="/getting_help.html" class="site-menu-item">Getting Help</a>
9999

100-
<a href="https://deepnote.com/workspace/Drake-0b3b2c53-a7ad-441b-80f8-bf8350752305/project/Tutorials-2b4fc509-aef2-417d-a40d-6071dfed9199/notebook/index-753e3c9d261247ba9f0eb1d7868c18c8" class="site-menu-item">Tutorials</a>
100+
<a href="/tutorials/index.html" class="site-menu-item">Tutorials</a>
101101

102102
<a href="/troubleshooting.html" class="site-menu-item">Troubleshooting</a>
103103

code_review_checklist.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797

9898
<a href="/getting_help.html" class="site-menu-item">Getting Help</a>
9999

100-
<a href="https://deepnote.com/workspace/Drake-0b3b2c53-a7ad-441b-80f8-bf8350752305/project/Tutorials-2b4fc509-aef2-417d-a40d-6071dfed9199/notebook/index-753e3c9d261247ba9f0eb1d7868c18c8" class="site-menu-item">Tutorials</a>
100+
<a href="/tutorials/index.html" class="site-menu-item">Tutorials</a>
101101

102102
<a href="/troubleshooting.html" class="site-menu-item">Troubleshooting</a>
103103

code_style_guide.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797

9898
<a href="/getting_help.html" class="site-menu-item">Getting Help</a>
9999

100-
<a href="https://deepnote.com/workspace/Drake-0b3b2c53-a7ad-441b-80f8-bf8350752305/project/Tutorials-2b4fc509-aef2-417d-a40d-6071dfed9199/notebook/index-753e3c9d261247ba9f0eb1d7868c18c8" class="site-menu-item">Tutorials</a>
100+
<a href="/tutorials/index.html" class="site-menu-item">Tutorials</a>
101101

102102
<a href="/troubleshooting.html" class="site-menu-item">Troubleshooting</a>
103103

code_style_tools.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797

9898
<a href="/getting_help.html" class="site-menu-item">Getting Help</a>
9999

100-
<a href="https://deepnote.com/workspace/Drake-0b3b2c53-a7ad-441b-80f8-bf8350752305/project/Tutorials-2b4fc509-aef2-417d-a40d-6071dfed9199/notebook/index-753e3c9d261247ba9f0eb1d7868c18c8" class="site-menu-item">Tutorials</a>
100+
<a href="/tutorials/index.html" class="site-menu-item">Tutorials</a>
101101

102102
<a href="/troubleshooting.html" class="site-menu-item">Troubleshooting</a>
103103

credits.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797

9898
<a href="/getting_help.html" class="site-menu-item">Getting Help</a>
9999

100-
<a href="https://deepnote.com/workspace/Drake-0b3b2c53-a7ad-441b-80f8-bf8350752305/project/Tutorials-2b4fc509-aef2-417d-a40d-6071dfed9199/notebook/index-753e3c9d261247ba9f0eb1d7868c18c8" class="site-menu-item">Tutorials</a>
100+
<a href="/tutorials/index.html" class="site-menu-item">Tutorials</a>
101101

102102
<a href="/troubleshooting.html" class="site-menu-item">Troubleshooting</a>
103103

developers.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797

9898
<a href="/getting_help.html" class="site-menu-item">Getting Help</a>
9999

100-
<a href="https://deepnote.com/workspace/Drake-0b3b2c53-a7ad-441b-80f8-bf8350752305/project/Tutorials-2b4fc509-aef2-417d-a40d-6071dfed9199/notebook/index-753e3c9d261247ba9f0eb1d7868c18c8" class="site-menu-item">Tutorials</a>
100+
<a href="/tutorials/index.html" class="site-menu-item">Tutorials</a>
101101

102102
<a href="/troubleshooting.html" class="site-menu-item">Troubleshooting</a>
103103

development_on_mac.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797

9898
<a href="/getting_help.html" class="site-menu-item">Getting Help</a>
9999

100-
<a href="https://deepnote.com/workspace/Drake-0b3b2c53-a7ad-441b-80f8-bf8350752305/project/Tutorials-2b4fc509-aef2-417d-a40d-6071dfed9199/notebook/index-753e3c9d261247ba9f0eb1d7868c18c8" class="site-menu-item">Tutorials</a>
100+
<a href="/tutorials/index.html" class="site-menu-item">Tutorials</a>
101101

102102
<a href="/troubleshooting.html" class="site-menu-item">Troubleshooting</a>
103103

0 commit comments

Comments
 (0)