|
From: Dethe E. <de...@ma...> - 2002-08-15 16:54:28
|
Hi All, I'm interested in building reST documents out of smaller documents, so I'm looking at adding a directive for recursive inclusion. I've got a couple of questions going in. 1. Is a directive the right way to go for this? 2. Any comments on the following syntax? .. include:: path/subdocument.rst :parse: true | false (default: true) --Dethe |