Chromium Code Reviews

Unified Diff: third_party/gsutil/boto/docs/source/_templates/layout.html

Issue 12317103: Added gsutil to depot tools (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: added readme Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/gsutil/boto/docs/source/_templates/layout.html
diff --git a/third_party/gsutil/boto/docs/source/_templates/layout.html b/third_party/gsutil/boto/docs/source/_templates/layout.html
new file mode 100644
index 0000000000000000000000000000000000000000..cdf85bbf0a395c7425fffc8ec62808308405a01a
--- /dev/null
+++ b/third_party/gsutil/boto/docs/source/_templates/layout.html
@@ -0,0 +1,3 @@
+{% extends '!layout.html' %}
+
+{% block sidebarsearch %}{{ super() }}<div><a href="boto.pdf">PDF Version</a></div>{% endblock %}

Powered by Google App Engine