Skip to content

Commit 49b0318

Browse files
author
Jon Wayne Parrott
committed
Address review comments
Change-Id: I67bd8a38f39feb78c669c4e5b25e0293094c10be
1 parent d2d586f commit 49b0318

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

scripts/readme-gen/readme_gen.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
11
#!/usr/bin/env python
22

3-
# Copyright (C) 2013 Google Inc.
3+
# Copyright 2016 Google Inc
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.
77
# You may obtain a copy of the License at
88
#
9-
# http://www.apache.org/licenses/LICENSE-2.0
9+
# http://www.apache.org/licenses/LICENSE-2.0
1010
#
1111
# Unless required by applicable law or agreed to in writing, software
1212
# distributed under the License is distributed on an "AS IS" BASIS,
1313
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17+
"""Generates READMEs using configuration defined in yaml."""
18+
1719
import argparse
1820
import io
1921
import os

scripts/readme-gen/templates/README.tmpl.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
{# The following line is a lie. BUT! Once jinja2 is done with it, it will
2+
become truth! #}
13
.. This file is automatically generated. Do not edit this file directly.
24
35
{{product.name}} Python Samples

0 commit comments

Comments
 (0)