From: Aahz <aa...@py...> - 2002-10-09 01:24:48
|
Let's suppose I've got a figure, and I want to refer to it (e.g. "See figure 3.11"), how do I do that? (I've now read much of reStructuredText.txt, so I've got a better grasp of what's available (i.e. knowing about "::"), but I'm still having some trouble knowing which constructs are best for specific purposes.) I'm probably going to create some kind of ToC directive that goes in an include file so I can create cross-chapter references easily. So whatever syntax you give me ought to allow me to say <chapter name>:<figure name> and have it get processed properly. I'm thinking that interpreted text is likely the way to go, but David has previously expressed some distaste for interpreted text that gets completely removed. -- Aahz (aa...@py...) <*> http://www.pythoncraft.com/ Project Vote Smart: http://www.vote-smart.org/ |