Remove all GUI files and references to the GUI

As the NodeJS dependency no longer exists, the archive script has
been replaced with a CPack implementation, and the
set_version_number script turned into a Python script.
This commit is contained in:
Oliver Hamlet
2017-02-10 23:11:13 +00:00
parent 37e464f600
commit cf67649049
167 changed files with 140 additions and 32876 deletions
+5 -5
View File
@@ -59,7 +59,7 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
project = u'LOOT'
project = u'LOOT API'
copyright = u'2016, WrinklyNinja'
author = u'WrinklyNinja'
@@ -270,7 +270,7 @@ latex_elements = {
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, 'LOOT.tex', u'LOOT Documentation',
(master_doc, 'loot_api.tex', u'LOOT API Documentation',
u'WrinklyNinja', 'manual'),
]
@@ -312,7 +312,7 @@ latex_documents = [
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
(master_doc, 'loot', u'LOOT Documentation',
(master_doc, 'loot_api', u'LOOT API Documentation',
[author], 1)
]
@@ -327,8 +327,8 @@ man_pages = [
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
(master_doc, 'LOOT', u'LOOT Documentation',
author, 'LOOT', 'One line description of project.',
(master_doc, 'loot_api', u'LOOT API Documentation',
author, 'loot_api', 'One line description of project.',
'Miscellaneous'),
]