Another Issue:
I am using "sphinx-apidoc" for documentation
$ sphinx-apidoc -f -F -o . /home/sam/CMS
$ make html
I want to include class 'inheritance-diagram' in all my module document page.
Right now, i have to edit all *rst file and add two lines as shown
below, for each modules.
class inherit
Hi,
Issue solved by adding "sphinx.ext.inheritance_diagram" to your
conf.py - extensions
On Mon, Dec 12, 2011 at 6:05 AM, Saju M wrote:
> I created complete API documentation using sphinx.
> Command i used are:
> $ sphinx-apidoc -f -F -o . /home/sam/CMS
> $ make html
>
> Then i planned to add inh