Skip to content

Commit 39ff7df

Browse files
rosspeilimhucka
andauthored
Update check/nbformat
Co-authored-by: Michael Hucka <mhucka@google.com>
1 parent 6b9d32e commit 39ff7df

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

check/nbformat

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,6 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
################################################################################
17-
# Checks the format of Jupyter notebook (.ipynb) files using the
18-
# TensorFlow Docs notebook format checker.
19-
#
20-
# Usage:
21-
# check/nbformat [--help] [--fix]
22-
#
23-
# By default, this script checks all .ipynb files tracked by git and exits
24-
# with a non-zero code if any notebook does not conform to the expected format.
25-
#
26-
# With '--fix', the script reformats the notebooks in place instead of just
27-
# reporting errors.
28-
################################################################################
29-
3016
set -euo pipefail
3117

3218
declare -r usage="\

0 commit comments

Comments
 (0)