Codebase list python-watcherclient / 075154a
Add a doc package. Thomas Goirand 7 years ago
2 changed file(s) with 18 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
100100 efficiency-and more!
101101 .
102102 This package contains the Python 3.x module and the Watcher CLI.
103
104 Package: python-watcher-doc
105 Architecture: all
106 Section: doc
107 Depends: ${misc:Depends},
108 ${sphinxdoc:Depends},
109 Description: OpenStack Cloud Optimization as a Service - client doc
110 OpenStack Watcher provides a flexible and scalable resource optimization
111 service for multi-tenant OpenStack-based clouds. Watcher provides a complete
112 optimization loop-including everything from a metrics receiver, complex event
113 processor and profiler, optimization processor and an action plan applier.
114 This provides a robust framework to realize a wide range of cloud optimization
115 goals, including the reduction of data center operating costs, increased
116 system performance via intelligent virtual machine migration, increased energy
117 efficiency-and more!
118 .
119 This package contains the documentation.
4141
4242 override_dh_sphinxdoc:
4343 ifeq (,$(findstring nodocs, $(DEB_BUILD_OPTIONS)))
44 PYTHONPATH=. sphinx-build -b html doc/source $(CURDIR)/debian/python-watcherclient/usr/share/doc/python-watcherclient/html
44 PYTHONPATH=. sphinx-build -b html doc/source $(CURDIR)/debian/python-watcherclient-doc/usr/share/doc/python-watcherclient-doc/html
4545 dh_sphinxdoc -O--buildsystem=python_distutils
4646 endif
4747