Merge branch '18995-addrislocal'
[arvados.git] / doc / gen_api_method_docs.py
index ac8fe032ff9c962b4bb4a533b46f33a65b5dd546..d2a743bb78ba266ba39cadb15f559ffd67590558 100755 (executable)
@@ -1,4 +1,7 @@
 #! /usr/bin/env python
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: CC-BY-SA-3.0
 
 # gen_api_method_docs.py
 #
@@ -61,7 +64,6 @@ for resource in sorted(api[u'resources']):
     outf = open(out_fname, 'w')
     outf.write(
 """---
-layout: default
 navsection: api
 navmenu: API Methods
 title: "{resource}"