diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-03-20 15:21:34 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-03-20 15:21:34 +0100 |
commit | db7ee885d7d800d375220618f72b0a4b82a956ef (patch) | |
tree | 0f35530f9a436b9ca60aa1bc604034e135efca77 /doc | |
parent | Strip comments from generated html documentation. (diff) | |
download | eselect-db7ee885d7d800d375220618f72b0a4b82a956ef.tar.gz eselect-db7ee885d7d800d375220618f72b0a4b82a956ef.tar.bz2 eselect-db7ee885d7d800d375220618f72b0a4b82a956ef.zip |
Remove duplicate heading in developer guide.
* doc/developer-guide.txt: Remove duplicate heading, because
rst2html --report=info complains about it.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/developer-guide.txt | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/developer-guide.txt b/doc/developer-guide.txt index e56f643..03b6846 100644 --- a/doc/developer-guide.txt +++ b/doc/developer-guide.txt @@ -2,11 +2,8 @@ eselect Developer Reference =========================== -Introduction -============ - About eselect -------------- +============= eselect is a framework for simplifying and introducing consistency to the various Gentoo ``foo-config`` and ``update-blah`` tools. It is an |