Then i planned to add inheritance-diagram of classes, for that i
edited "provider.rst" file and added two new lines as shown below.
provider diagram
----------------
.. inheritance-diagram:: CMS.cloud.DbModel.CloudProvider
Then i did "$ make html" again, after that i could see the new heading
"provider diagram", but could not see any diagram.
I did not get any errors.
Note:
=====
* Here CloudProvider is a module.
############ provider.rst fiel############
DbModel Package
===============
:mod:`CPTypes` Module
---------------------
.. automodule:: CMS.cloud.DbModel.CPTypes
:members:
:undoc-members:
:show-inheritance:
:mod:`CloudProvider` Module
---------------------------
.. automodule:: CMS.cloud.DbModel.CloudProvider
:members:
:undoc-members:
:show-inheritance:
provider diagram
----------------
.. inheritance-diagram:: CMS.cloud.DbModel.CloudProvider
:mod:`Network` Module
---------------------
.. automodule:: CMS.cloud.DbModel.Network
:members:
:undoc-members:
:show-inheritance:
- did you add "sphinx.ext.inheritance_diagram" to your conf.py - extensions
- did you install graphviz
- see also at the end of:
http://sphinx.pocoo.org/ext/graphviz.html#module-sphinx.ext.graphviz
Werner
> --
> You received this message because you are subscribed to the Google Groups
> "sphinx-dev" group.
> To post to this group, send email to sphin...@googlegroups.com.
> To unsubscribe from this group, send email to
> sphinx-dev+...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/sphinx-dev?hl=en.
>