This patch removes dependencies on testrepository as
stackviz is using stestr instead.
Closes-Bug: 1735667
Change-Id: I1e1de567fae7a2f7985f51e35d71201be2ab787f
This patch enables building .pdf documentation using new 'pdf-docs'
tox environment. The newly created tox environment creates latex
source codes using sphinx-build and then builds the pdf
documentation using make.
Story: 2006070
Task: 35471
Change-Id: I44b0dde9cec10359dd41cbf9a2d9b034a831f106
Switch to openstackdocstheme 2.2.1 version. Using
this version will allow especially:
* Linking from HTML to PDF document
* Allow parallel building of documents
* Fix some rendering problems
Update Sphinx version as well.
Disable openstackdocs_auto_name to use 'project' variable as name.
Change pygments_style to 'native' since old theme version always used
'native' and the theme now respects the setting and using 'sphinx' can
lead to some strange rendering.
openstackdocstheme renames some variables, so follow the renames
before the next release removes them. A couple of variables are also
not needed anymore, remove them.
See also
http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html
Change-Id: I3613f3b9e1f12fd7735f1dba6918a68784d9c259
This commit fixes some indentations in stackviz docs. These indentations
are weird. There's no specific reason to keep it.
Change-Id: Ib9805b5c7d3ba5a4b44045424fed4493322dcd67
This commit fixes the stackviz docs to show some manual pages and some
tiny sectioning. And this commit also updates to use the new theme.
There are still remaining weird indentations and some other tiny
formatting bugs. However, we can fix them in following patches.
Change-Id: I1ab055efb9bc5653f98be165cd2be3ac9cc5cd27
Adds additional information to the stackviz-export and stackviz-front
technical documents. Info about `stackviz-export` output files is
now included in the corresponding document. Directive and service
descriptions were added to stackviz-front, alongside inline comments
in the appropriate .js files.
Due to the unique structure of GitHub's RST renderer, includes will
no longer be used in the main README.
Change-Id: Iaebf1f1c3b5e4cbb4ea5e262f85672bc082bbe2f
This patch changes the format of Stackviz docs so that all information
is stored in the appropriate doc/source/ directory rather than all
in README.rst. README.rst now just uses the RST include directive to
get its text from doc/source/readme.rst. Usage and installation are
now in their own RST files for increased modularity, and are included
in doc/source/readme.rst.
Additional developer documentation has also been created at
doc/source/man/ and includes more information on stackviz-export
as well as the AngularJS front-end.
Change-Id: I1d37194add998cf83a66d380ec7390e31184bdb3