Skip to content

Commit ed6466e

Browse files
committed
Add badge for Binder
1 parent 6d33fa5 commit ed6466e

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

README.pod

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/AI/TensorFlow/Libtensorflow.pm

+11
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ Version number for the C<libtensorflow> library.
6060
$ffi->attach( 'Version' => [], 'string' );#}}}
6161

6262
1;
63+
__END__
64+
65+
=pod
6366
6467
=head1 SYNOPSIS
6568
@@ -71,3 +74,11 @@ The C<libtensorflow> library provides low-level C bindings
7174
for TensorFlow with a stable ABI.
7275
7376
=cut
77+
78+
=begin :badges
79+
80+
=for html
81+
<a href="https://mybinder.org/v2/gh/EntropyOrg/perl-AI-TensorFlow-Libtensorflow/master"><img src="https://mybinder.org/badge_logo.svg" alt="Binder" /></a>
82+
83+
84+
=end :badges

weaver.ini

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ header_re = ^NAME$
2020
; [Version]
2121

2222
[Region / prelude]
23+
[Region / badges]
2324

2425
[Generic / SYNOPSIS]
2526
[Generic / DESCRIPTION]

0 commit comments

Comments
 (0)