I recently started using Sphinx as we are developing a new software
project where I work. I created a project in Sphinx and have added 3
docs. Each of my documents is its own directory. My main index toc
lists for example, user-guide/index, arch-doc/index, dev-guide/index,
and then each of those indexes has its toc listing the .rst files for
that doc. I want to link from one subsection of a document (if it were
a hard copy outline, it would be level 2, with the chapter title as
level 1). So, I want to link from a level 2 section in one doc (e.g.,
user's guide) to a level 2 section in another doc (e.g., architecture
doc). I have not been able to do this. I can link from text in a
(level 2 ) subsection to a level one section title in another document
using :ref:`label-name`.  But then readers have to search that page
(which might have 6 subsections (level 2 titles) to get to the place I
want them to be. Is there a way to do this what I want? Did I miss
something in the documentation? Much thanks.

--~--~---------~--~----~------------~-------~--~----~
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