diff options
author | Gervase Markham <gerv@gerv.net> | 2015-05-05 14:18:15 +0100 |
---|---|---|
committer | Gervase Markham <gerv@gerv.net> | 2015-05-05 14:18:15 +0100 |
commit | 4c81579f912af3d01fbb13c580922346f3084074 (patch) | |
tree | 02e262a49ec9ed2c18a2da8204c5e9b9fc97b913 /template/en | |
parent | e2900fd5d03d20a5cd480708ec74a44a450849fe (diff) | |
download | bugs-4c81579f912af3d01fbb13c580922346f3084074.tar bugs-4c81579f912af3d01fbb13c580922346f3084074.tar.gz bugs-4c81579f912af3d01fbb13c580922346f3084074.tar.bz2 bugs-4c81579f912af3d01fbb13c580922346f3084074.tar.xz bugs-4c81579f912af3d01fbb13c580922346f3084074.zip |
Bug 1159318 - make docs/makedocs.pl and extensions/create.pl agree on the name of docs directories. r=LpSolit, a=glob
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/extensions/name.rst.tmpl | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/template/en/default/extensions/name.rst.tmpl b/template/en/default/extensions/name.rst.tmpl deleted file mode 100644 index c2e1b5a80..000000000 --- a/template/en/default/extensions/name.rst.tmpl +++ /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. |