commit/galaxy-central: clements: All Sphinx related changes:
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/f8c03b26fd59/ changeset: f8c03b26fd59 user: clements date: 2012-11-03 16:51:09 summary: All Sphinx related changes: - Changed from Galaxy Documentation to Galaxy Code Documentation to be clearer - Dropped galaxy.jobs.rules, as it is now empty. affected #: 3 files diff -r d30d2888780f44d815d4463e337bf0f62996e2df -r f8c03b26fd59f8546959789af33b2ae0370b8551 doc/source/conf.py --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -52,7 +52,7 @@ master_doc = 'index' # General information about the project. -project = u'Galaxy' +project = u'Galaxy Code' copyright = u'2012, Galaxy Team' # The version info for the project you're documenting, acts as replacement for @@ -195,7 +195,7 @@ # Grouping the document tree into LaTeX files. List of tuples # (source start file, target name, title, author, documentclass [howto/manual]). latex_documents = [ - ('index', 'Galaxy.tex', u'Galaxy Documentation', + ('index', 'Galaxy.tex', u'Galaxy Code Documentation', u'Galaxy Team', 'manual'), ] @@ -225,7 +225,7 @@ # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ - ('index', 'galaxy', u'Galaxy Documentation', + ('index', 'galaxy', u'Galaxy Code Documentation', [u'Galaxy Team'], 1) ] @@ -239,7 +239,7 @@ # (source start file, target name, title, author, # dir menu entry, description, category) texinfo_documents = [ - ('index', 'Galaxy', u'Galaxy Documentation', + ('index', 'Galaxy', u'Galaxy Code Documentation', u'Galaxy Team', 'Galaxy', 'Data intensive biology for everyone.', 'Miscellaneous'), ] diff -r d30d2888780f44d815d4463e337bf0f62996e2df -r f8c03b26fd59f8546959789af33b2ae0370b8551 doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -1,5 +1,5 @@ -Galaxy Documentation -******************** +Galaxy Code Documentation +************************* Galaxy is an open, web-based platform for accessible, reproducible, and transparent computational biomedical research. diff -r d30d2888780f44d815d4463e337bf0f62996e2df -r f8c03b26fd59f8546959789af33b2ae0370b8551 doc/source/lib/galaxy.jobs.rst --- a/doc/source/lib/galaxy.jobs.rst +++ b/doc/source/lib/galaxy.jobs.rst @@ -48,7 +48,6 @@ galaxy.jobs.actions galaxy.jobs.deferred - galaxy.jobs.rules galaxy.jobs.runners galaxy.jobs.splitters Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
Bitbucket