Hi,

I have an extension which provides a custom directive and generates the 
documentation on-the-fly, which is a requirement for me as I need to have 
tight control over the elements (I'm adding ids/class attributes for 
styling & linking.) Now I would like to invoke the C++ domain directives 
directly to produce for instance a class documentation, but there's a few 
things which are unclear:

* How am I supposed to instantiate directives? As far as I can tell, it 
seems I have to create for instance a CPPClassObject instance and then 
populate it manually.
* How do the items get indexed? I have ids for each item I want to link to, 
so it's trivial for me to set up links. Is it possible to directly specify 
links between elements? What I want to achieve is some text which directly 
links to the documentation of various classes and their methods.

Cheers,
  -t

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/sphinx-dev/-/GrU152lfBO0J.
To post to this group, send email to sphinx-dev@googlegroups.com.
To unsubscribe from this group, send email to 
sphinx-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en.

Reply via email to