Skip to content

Commit

Permalink
Fix busted link and remove links that break epub.
Browse files Browse the repository at this point in the history
Having the links at the bottom of the contents break the epub.
Fix a busted link.
  • Loading branch information
markstory committed Jun 20, 2012
1 parent 007f860 commit e448a59
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 56 deletions.
10 changes: 5 additions & 5 deletions config/all.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,16 +240,16 @@

# A list of files that should not be packed into the epub file.
epub_exclude_files = [
'index',
'pdf-contents',
'search'
'index.html',
'pdf-contents.html',
'search.html',
]

# The depth of the table of contents in toc.ncx.
#epub_tocdepth = 3
epub_tocdepth = 2

# Allow duplicate toc entries.
#epub_tocdup = True
epub_tocdup = False

# Languages available.
languages = ['en', 'pt', 'es', 'ja', 'ru']
12 changes: 1 addition & 11 deletions en/contents.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,6 @@ Contents

.. todolist::


Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
* :doc:`/appendices/glossary`


.. meta::
:title lang=en: Contents
:keywords lang=en: core libraries,ref search,shells,deployment,appendices,glossary,models
:keywords lang=en: core libraries,ref search,shells,deployment,appendices,glossary,models
2 changes: 1 addition & 1 deletion en/tutorials-and-examples/blog/part-two.rst
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ for building more feature-rich applications.

Now that you've created a basic Cake application you're ready for
the real thing. Start your own project, read the rest of the
:doc:`Cookbook </index>`_ and `API <http://api20.cakephp.org>`_.
:doc:`Cookbook </index>` and `API <http://api20.cakephp.org>`_.

If you need help, come see us in #cakephp. Welcome to CakePHP!

Expand Down
8 changes: 0 additions & 8 deletions es/contents.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,3 @@ Contents

.. todolist::


Índices y Tablas
================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
* :doc:`/appendices/glossary`
8 changes: 0 additions & 8 deletions fr/contents.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,3 @@ Contenu

.. todolist::


Table des matières
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
* :doc:`/appendices/glossary`
7 changes: 0 additions & 7 deletions ja/contents.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,3 @@

.. todolist::


索引とテーブル
==============

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
8 changes: 0 additions & 8 deletions pt/contents.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,3 @@ Contents

.. todolist::


Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
* :doc:`/appendices/glossary`
8 changes: 0 additions & 8 deletions ru/contents.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,3 @@

.. todolist::


Индексы и таблицы
=================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
* :doc:`/appendices/glossary`

0 comments on commit e448a59

Please sign in to comment.