Skip to content

Files

Latest commit

affccc3 · Sep 16, 2024

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 11, 2020
Aug 19, 2020
Sep 19, 2023
Nov 14, 2023
Aug 5, 2021
Sep 16, 2024
Aug 18, 2020
Jul 29, 2021
Mar 15, 2022
Dec 12, 2022
Jun 11, 2020
May 24, 2022
May 24, 2022

Documentation

This documentation is hosted at volsync.readthedocs.io.

New to reStructuredText?

The following are some docs to help you get started:

Building locally

To build and edit the docs locally, setup the python virtualenv and use the Makefile:

$ . ./setup-env.sh
.....
$ make html
Running Sphinx v3.0.4
loading pickled environment... done
building [mo]: targets for 0 po files that are out of date
building [html]: targets for 0 source files that are out of date
updating environment: 0 added, 0 changed, 0 removed
looking for now-outdated files... none found
no targets are out of date.
build succeeded.

The HTML pages are in _build/html.

You can then navigate to the root of the documentation at docs/_build/html/index.html.