Hi,

Use :doc:`intro/00_setup` instead of :ref:.

:ref: links to label.
:doc: links to file.

Please refer:
http://sphinx-doc.org/markup/inline.html#role-ref
http://sphinx-doc.org/markup/inline.html#role-doc

--
Takayuki SHIMIZUKAWA
http://about.me/shimizukawa

2015年11月9日(月) 7:35 Alex Little <[email protected]>:

> Hi all,
>
> I'm relatively new to using Sphinx Docs - and I'm a little stuck with
> something I'm attempting to do...
>
> What I'd like is to have a table, where the entries in the cells in the
> first column refer to another doc page.
>
> What I've tried so far is:
>
> .. table::
>
>   ========================  ===============  =====================
>   Session                    Time                Notes
>   ========================  ===============  =====================
>    :ref:`intro/00_setup`     1 hour             Yes
>   ========================  ===============  =====================
>
> and:
>
> +------------------------+------------+----------+
> | Session                | Time       | Notes    |
> +========================+============+==========+
> | :ref:`intro/00_setup`  | 1 hour     | Yes      |
> +------------------------+------------+----------+
>
> However neither of these turn the :ref: part into an actual link to the
> doc page (it simply outputs 'intro/00_setup'). I realise that this is quite
> similar to a toctree - but I'd really like to also show the time and notes
> (hence the table format rather than a simple list), that toctree doesn't
> seem to allow me to do.
>
> Any help or other options/approaches for how I could achieve this is very
> much appreciated. Also quite likely is that I have a misunderstanding or
> I've missed something obvious.
>
> Cheers,
> Alex
>
> --
> You received this message because you are subscribed to the Google Groups
> "sphinx-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/sphinx-users.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sphinx-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to