Skip to content

Commit

Permalink
Merge branch 'master' into solr-docs-reorg
Browse files Browse the repository at this point in the history
Added appendices/index.rst to the contents.rst main TOC

Conflicts:
	doc/index.rst
  • Loading branch information
amercader committed Nov 22, 2013
2 parents 9674f86 + dbe15f6 commit da133f1
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 21 deletions.
6 changes: 5 additions & 1 deletion ckan/public/base/javascript/main.js
Expand Up @@ -35,7 +35,11 @@ this.ckan = this.ckan || {};
ckan.i18n.load(data);
ckan.module.initialize();
});
jQuery('[data-target="popover"]').popover();

if (jQuery.fn.popover !== undefined) {
jQuery('[data-target="popover"]').popover();
}

};

/* Returns a full url for the current site with the provided path appended.
Expand Down
4 changes: 2 additions & 2 deletions doc/conf.py
Expand Up @@ -80,7 +80,7 @@
#source_encoding = 'utf-8'

# The master toctree document.
master_doc = 'index'
master_doc = 'contents'

# General information about the project.
project = u'CKAN'
Expand Down Expand Up @@ -237,7 +237,7 @@
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, document class [howto/manual]).
latex_documents = [
('index', 'ComprehensiveKnowledgeArchiveNetworkCKAN.tex', ur'Comprehensive Knowledge Archive Network (CKAN) Developer Documentation',
('contents', 'ComprehensiveKnowledgeArchiveNetworkCKAN.tex', ur'Comprehensive Knowledge Archive Network (CKAN) Developer Documentation',
ur'Open Knowledge Foundation', 'manual'),
]

Expand Down
19 changes: 19 additions & 0 deletions doc/contents.rst
@@ -0,0 +1,19 @@
======================
Full table of contents
======================

.. toctree::

index
installing
upgrading
getting-started
features
extensions/index
theming
api
contributing
test
configuration
changelog
appendices/index
18 changes: 0 additions & 18 deletions doc/index.rst
Expand Up @@ -34,21 +34,3 @@ advanced documentation last:
covering CKAN's config file options and the differences between CKAN
releases.

.. toctree::
:hidden:
:maxdepth: 2

user-guide
sysadmin-guide
installing
upgrading
getting-started
features
extensions/index
theming
api
contributing
test
configuration
changelog
appendices/index

0 comments on commit da133f1

Please sign in to comment.