Your index.rst should look something like this:--------------< content of
index.rst below >--------------
My First Test Document (Title)
=========================

.. toctree::

  test1
  test2

----------------< end of index.rst >---------------

Note: you omit the ".rst" portion of the source filename;

You put your chapters (files) in the order you want them to appear in your
document.

Does this help?

Regards,
Yarko

On Thu, Jan 8, 2009 at 7:12 AM, Chris h <[email protected]> wrote:

>
> On Tuesday 06 January 2009 03:50:17 Yarko Tymciurak wrote:
>
> > Empty docs are not very interesting - better to put _some_ text in one or
> > two documents first, then look at the Sphinx documents - pay attention to
> > the "show source" link -- that's the source for "This Page"
>
> OK created two docs;
> test1.rst and
> test2.rst
> and filled each with a few lines of text. Included the names of the of the
> docs, test1 and test2 in the index.rst file, setup the conf file as needed
>
> html_copy_source = True
> html_use_index = True
>
> and I still get the following error upon running "make html"
>
> checking consistency... WARNING: /home/chris123/test3/testdoc1.rst::
> document
> isn't included in any toctree
> WARNING: /home/chris123/test3/testdoc2.rst:: document isn't included in any
> toctree
> done
>
> Consequently when viewed in a browser the index does not have links to the
> referenced document.
>
>
> --
> /ch
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to