From 71eddae079332fc8a76d3d5253e255cc82c5c071 Mon Sep 17 00:00:00 2001 From: kubevirt-bot Date: Wed, 17 Apr 2024 10:25:21 +0000 Subject: [PATCH] Update docs for main Signed-off-by: kubevirt-bot --- main/.buildinfo | 2 +- main/CHANGELOG.html | 97 ++++++++--------- main/CONTRIBUTING.html | 3 +- main/README.html | 3 +- main/_sources/CHANGELOG.rst.txt | 5 - main/_sources/developing.md.txt | 21 ++++ main/_sources/testing.md.txt | 83 ++++++++++++++- main/_static/basic.css | 2 +- main/_static/doctools.js | 2 +- main/_static/language_data.js | 4 +- main/_static/searchtools.js | 163 ++++++++++++++++++----------- main/developing.html | 24 ++++- main/genindex.html | 3 +- main/index.html | 10 +- main/plugins/index.html | 3 +- main/plugins/kubevirt.html | 3 +- main/plugins/kubevirt_vm.html | 3 +- main/plugins/kubevirt_vm_info.html | 3 +- main/releasing.html | 3 +- main/roles/index.html | 3 +- main/search.html | 3 +- main/searchindex.js | 2 +- main/testing.html | 83 ++++++++++++++- 23 files changed, 388 insertions(+), 140 deletions(-) diff --git a/main/.buildinfo b/main/.buildinfo index 984295a..a42ee28 100644 --- a/main/.buildinfo +++ b/main/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 6e81de691863fbf05fa0e7dc16e0ad62 +config: 784e339049cf373d4151ac7b6d923393 tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/main/CHANGELOG.html b/main/CHANGELOG.html index 67d5d1c..4d7aa3f 100644 --- a/main/CHANGELOG.html +++ b/main/CHANGELOG.html @@ -18,7 +18,7 @@ - + @@ -55,39 +55,39 @@

General

+ +
+

Development environment

+

To develop and to run tests you need to install tox and tox-ansible on +your machine.

+
pip install --user tox tox-ansible
+
+
+
+

Virtualenv for development

+

To build a virtualenv for development purposes run the following command:

+
make build-venv
+
+
+

The resulting virtualenv will be symlinked to .venv, which for example can +be selected as virtualenv in VSCode (Shift+Ctrl+P and then +Python: Select Interpreter).

+
diff --git a/main/genindex.html b/main/genindex.html index 3b46430..d685a2c 100644 --- a/main/genindex.html +++ b/main/genindex.html @@ -17,7 +17,7 @@ - + @@ -53,6 +53,7 @@

General

diff --git a/main/index.html b/main/index.html index d5691dc..e8fdeaf 100644 --- a/main/index.html +++ b/main/index.html @@ -18,7 +18,7 @@ - + @@ -55,6 +55,7 @@

General

@@ -118,11 +119,16 @@

Developer documentation