[keras] 03/15: Add keras-doc.docs and .doc-base.
Stephen Sinclair
sinclairs-guest at moszumanska.debian.org
Mon Nov 20 16:40:16 UTC 2017
This is an automated email from the git hooks/post-receive script.
sinclairs-guest pushed a commit to branch master
in repository keras.
commit 49bff2d977d7921e39d79f9743afa21c4512c898
Author: Stephen Sinclair <radarsat1 at gmail.com>
Date: Thu Nov 16 23:07:59 2017 -0300
Add keras-doc.docs and .doc-base.
---
debian/changelog | 2 ++
debian/keras-doc.doc-base | 12 ++++++++++++
debian/keras-doc.docs | 1 +
3 files changed, 15 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 970da9d..d77fa02 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ keras (2.0.9-1) UNRELEASED; urgency=medium
+ Include docs built by mkdocs.
+ Patch to add missing images pulled from Keras website
+ Patch to build html with locally working links.
+ + Add keras-doc.docs
+ + Add keras-doc.doc-base
* debian/rules:
+ Run a subset of unit tests that currently pass and don't require
external resources.
diff --git a/debian/keras-doc.doc-base b/debian/keras-doc.doc-base
new file mode 100644
index 0000000..1e6d932
--- /dev/null
+++ b/debian/keras-doc.doc-base
@@ -0,0 +1,12 @@
+Document: keras-doc
+Title: Keras documentation
+Author: François Chollet
+Abstract: Keras (python3-keras) is a Python library for machine
+ learning based on deep (multi-layered) artificial neural networks
+ (DNN), which follows a minimalistic and modular design with a focus
+ on fast experimentation.
+Section: Programming/Python
+
+Format: HTML
+Index: /usr/share/doc/keras-doc/html/index.html
+Files: /usr/share/doc/keras-doc/html/*.html
diff --git a/debian/keras-doc.docs b/debian/keras-doc.docs
new file mode 100644
index 0000000..a8ae8ed
--- /dev/null
+++ b/debian/keras-doc.docs
@@ -0,0 +1 @@
+docs/html
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/keras.git
More information about the debian-science-commits
mailing list