質問

Is there a Web page (such as Java http://docs.oracle.com/javase/7/docs/api/) where you can see the documentation of the classes that make up each component Openstack?

I'm looking for several days and can not find anything similar. The only documentation is located at:

But these docs don't have the specification of the classes tree.

役に立ちましたか?

解決

Openstack is opensource but is a pretty huge project with not just python code.

I would recommend that you download the source code and explore it yourself. Once you have defined the modules you are curious about, you can even generate your own documentation using known tools.

The easiest I know is:

epydoc

It will generate for you a class tree in a html or pdf format.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top