]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1159318 - make docs/makedocs.pl and extensions/create.pl agree on the name of...
authorGervase Markham <gerv@gerv.net>
Tue, 5 May 2015 13:17:05 +0000 (14:17 +0100)
committerGervase Markham <gerv@gerv.net>
Tue, 5 May 2015 13:17:05 +0000 (14:17 +0100)
template/en/default/extensions/name.rst.tmpl [deleted file]

diff --git a/template/en/default/extensions/name.rst.tmpl b/template/en/default/extensions/name.rst.tmpl
deleted file mode 100644 (file)
index c2e1b5a..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-[%# This Source Code Form is subject to the terms of the Mozilla Public
-  # License, v. 2.0. If a copy of the MPL was not distributed with this
-  # file, You can obtain one at http://mozilla.org/MPL/2.0/.
-  #
-  # This Source Code Form is "Incompatible With Secondary Licenses", as
-  # defined by the Mozilla Public License, v. 2.0.
-  #%]
-
-[%# INTERFACE:
-  # name: string; the name of the extension.
-  #%]
-
-[% USE String('#') %]
-[% name %]
-[%+ String.repeat(name.length) %]
-
-This is a sample documentation file for the [% name %] extension. Like all of
-the Bugzilla docs, it's written in
-`reStructured Text (reST) format <http://sphinx-doc.org/latest/rest.html>`_
-and will be compiled by `Sphinx <http://sphinx-doc.org/>`_.
-
-If you build the docs yourself using :file:`makedocs.pl`, this file will get
-incorporated into the Extensions chapter.