Skip to content

Commit

Permalink
Normalize project title
Browse files Browse the repository at this point in the history
  • Loading branch information
GandaG committed Dec 6, 2017
1 parent e2975db commit ea58753
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,6 +1,6 @@
T License

Copyright (c) 2016 Daniel Nunes and the FOMOD dev team
Copyright (c) 2016 Daniel Nunes and the fomod dev team

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
8 changes: 4 additions & 4 deletions docs/Makefile
Expand Up @@ -94,9 +94,9 @@ qthelp:
@echo
@echo "Build finished; now you can run "qcollectiongenerator" with the" \
".qhcp project file in $(BUILDDIR)/qthelp, like this:"
@echo "# qcollectiongenerator $(BUILDDIR)/qthelp/FOMODStandard.qhcp"
@echo "# qcollectiongenerator $(BUILDDIR)/qthelp/fomodDocs.qhcp"
@echo "To view the help file:"
@echo "# assistant -collectionFile $(BUILDDIR)/qthelp/FOMODStandard.qhc"
@echo "# assistant -collectionFile $(BUILDDIR)/qthelp/fomodDocs.qhc"

.PHONY: applehelp
applehelp:
Expand All @@ -113,8 +113,8 @@ devhelp:
@echo
@echo "Build finished."
@echo "To view the help file:"
@echo "# mkdir -p $$HOME/.local/share/devhelp/FOMODStandard"
@echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/FOMODStandard"
@echo "# mkdir -p $$HOME/.local/share/devhelp/fomodDocs"
@echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/fomodDocs"
@echo "# devhelp"

.PHONY: epub
Expand Down
14 changes: 7 additions & 7 deletions docs/conf.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
# fomod Standard documentation build configuration file, created by
# fomod Docs documentation build configuration file, created by
# sphinx-quickstart on Wed Feb 8 23:07:33 2017.
#
# This file is execfile()d with the current directory set to its
Expand Down Expand Up @@ -49,7 +49,7 @@
master_doc = 'index'

# General information about the project.
project = u'fomod Standard'
project = u'fomod Docs'
copyright = u'2017, Daniel Nunes and the fomod team'
author = u'Daniel Nunes and the fomod team'

Expand Down Expand Up @@ -203,7 +203,7 @@
#html_search_scorer = 'scorer.js'

# Output file base name for HTML help builder.
htmlhelp_basename = 'fomodStandarddoc'
htmlhelp_basename = 'fomodDocs'

# -- Options for LaTeX output ---------------------------------------------

Expand All @@ -225,7 +225,7 @@
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, 'fomodStandard.tex', u'fomod Standard Documentation',
(master_doc, 'fomodDocs.tex', u'fomod Documentation',
u'Daniel Nunes and the fomod team', 'manual'),
]

Expand Down Expand Up @@ -255,7 +255,7 @@
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
(master_doc, 'fomodstandard', u'fomod Standard Documentation',
(master_doc, 'fomodDocs', u'fomod Documentation',
[author], 1)
]

Expand All @@ -269,8 +269,8 @@
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
(master_doc, 'fomodStandard', u'fomod Standard Documentation',
author, 'fomodStandard', 'One line description of project.',
(master_doc, 'fomodDocs', u'fomod Documentation',
author, 'fomodDocs', 'One line description of project.',
'Miscellaneous'),
]

Expand Down
6 changes: 3 additions & 3 deletions docs/index.md
@@ -1,11 +1,11 @@
# The fomod Standard
# The fomod Docs

*fomod* is game-agnostic format for mod installers, written in xml.

This documentation contains both the tutorial, for beginners,
with the most widely used options, and a collection of conventions
and standards to make some specifics clearer for both *fomod*
authors and installer authors.
to make some specifics clearer for both *fomod* authors and installer
authors.

## Contents

Expand Down
4 changes: 2 additions & 2 deletions docs/make.bat
Expand Up @@ -127,9 +127,9 @@ if "%1" == "qthelp" (
echo.
echo.Build finished; now you can run "qcollectiongenerator" with the ^
.qhcp project file in %BUILDDIR%/qthelp, like this:
echo.^> qcollectiongenerator %BUILDDIR%\qthelp\FOMODStandard.qhcp
echo.^> qcollectiongenerator %BUILDDIR%\qthelp\fomodDocs.qhcp
echo.To view the help file:
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\FOMODStandard.ghc
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\fomodDocs.ghc
goto end
)

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial.md
@@ -1,4 +1,4 @@
# A FOMOD Tutorial
# A fomod Tutorial

At the end of each section there will be a link to an example
package where you can see all that was discussed so far.
Expand Down

0 comments on commit ea58753

Please sign in to comment.