Skip to content

Commit

Permalink
[#616] Add new index documents for toctree and small text tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmartin committed Apr 2, 2013
1 parent 141d08c commit f779fd7
Show file tree
Hide file tree
Showing 11 changed files with 119 additions and 103 deletions.
2 changes: 1 addition & 1 deletion doc/_templates/footer.html
Expand Up @@ -9,7 +9,7 @@
<p>
<a href="https://github.com/okfn/ckan">Source</a>
&mdash;
<a href="https://trac.ckan.org/">Issues</a>
<a href="https://github.com/okfn/ckan/issues">Issues</a>
&mdash;
<a href="http://lists.okfn.org/mailman/listinfo/ckan-dev">Mailing List</a>
&mdash;
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Expand Up @@ -44,7 +44,7 @@
master_doc = 'index'

# General information about the project.
project = u'CKAN Data Management System Documentation'
project = u'CKAN Documentation'
project_short_name = u'CKAN'
copyright = u'''&copy; 2009-2012, <a href="http://okfn.org/">Open Knowledge Foundation</a>.
Licensed under <a
Expand Down
12 changes: 12 additions & 0 deletions doc/index-admin.rst
@@ -0,0 +1,12 @@
======================
General Administration
======================

.. toctree::
:maxdepth: 2

administrative-dashboard
paster
database-dumps
configuration
common-error-messages
11 changes: 11 additions & 0 deletions doc/index-api.rst
@@ -0,0 +1,11 @@
============
The CKAN API
============

.. toctree::
:maxdepth: 2

api
datastore-api
filestore-api
legacy-api
23 changes: 23 additions & 0 deletions doc/index-customizing.rst
@@ -0,0 +1,23 @@
=========================
Customizing and Extending
=========================

.. toctree::
:maxdepth: 2

theming
apps-ideas
commenting
extensions
writing-extensions
toolkit
tag-vocabularies
form-integration
linked-data-and-rdf
filestore
datastore
background-tasks
harvesting
geospatial
multilingual
email-notifications
15 changes: 15 additions & 0 deletions doc/index-for-developers.rst
@@ -0,0 +1,15 @@
===================
For CKAN Developers
===================

.. toctree::
:maxdepth: 2

architecture
python-coding-standards
javascript-coding-standards
html-coding-standards
css-coding-standards
i18n
test
release-cycle
10 changes: 10 additions & 0 deletions doc/index-indices.rst
@@ -0,0 +1,10 @@
==================
Indices and tables
==================

.. toctree::
:maxdepth: 1

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
13 changes: 13 additions & 0 deletions doc/index-install.rst
@@ -0,0 +1,13 @@
============
Installation
============

.. toctree::
:maxdepth: 2

install-from-package
install-from-source
post-installation
deployment
solr-setup
datastore-setup
9 changes: 9 additions & 0 deletions doc/index-other-material.rst
@@ -0,0 +1,9 @@
==============
Other material
==============

.. toctree::
:maxdepth: 1

contrib.rst
CHANGELOG.rst
12 changes: 12 additions & 0 deletions doc/index-publishing.rst
@@ -0,0 +1,12 @@
===================
Publishing Datasets
===================

.. toctree::
:maxdepth: 2

publishing-datasets
loading-data
authorization
publisher-profile
data-viewer
113 changes: 12 additions & 101 deletions doc/index.rst
@@ -1,119 +1,30 @@
=======================================
Welcome to CKAN's Administration Guide
=======================================
===============================
Welcome to CKAN's Documentation
===============================

.. note ::
This is the documentation for CKAN version '|version|'. If you are using a different version, use the links on the bottom right corner of the page to select the appropriate documentation.
This Administration Guide covers how to set up and manage `CKAN <http://ckan.org>`_ software.
This documentation covers how to set up and manage `CKAN <http://ckan.org>`_ software.

* The first two sections cover your two options for installing CKAN: package or source install.
* The rest of the first half of the Guide, up to :doc:`authorization`, covers setup and basic admin.
* The second half of the Guide, from :doc:`extensions` onwards, covers advanced tasks, including extensions and forms.

For high-level information on what CKAN is, see the `CKAN website <http://ckan.org>`_.

Installation
============

.. toctree::
:maxdepth: 3

install-from-package
install-from-source
post-installation
deployment
solr-setup
datastore-setup

Customizing and Extending
=========================

.. toctree::
:maxdepth: 2

theming
apps-ideas
commenting
extensions
writing-extensions
toolkit
tag-vocabularies
form-integration
linked-data-and-rdf
filestore
datastore
background-tasks
harvesting
geospatial
multilingual
email-notifications

Publishing Datasets
===================

.. toctree::
:maxdepth: 2

publishing-datasets
loading-data
authorization
publisher-profile
data-viewer

The CKAN API
============

.. toctree::
:maxdepth: 1

api
datastore-api
filestore-api
legacy-api


General Administration
======================

.. toctree::
:maxdepth: 2

administrative-dashboard
paster
database-dumps
configuration
common-error-messages

For CKAN Developers
===================

.. toctree::
:maxdepth: 1

architecture
python-coding-standards
javascript-coding-standards
html-coding-standards
css-coding-standards
i18n
test
release-cycle

Other material
==============

.. toctree::
:maxdepth: 2

contrib.rst
CHANGELOG.rst

Indices and tables
==================
index-install
index-customizing
index-publishing
index-api
index-admin
index-for-developers
index-other-material

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`

* :ref:`search`

0 comments on commit f779fd7

Please sign in to comment.