Skip to content
This repository was archived by the owner on Jun 28, 2022. It is now read-only.

plusserver/osism-documentation

This branch is 2 commits ahead of, 57 commits behind osism-archive/documentation:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

374dd8e · Jun 22, 2022
Jun 13, 2022
Jun 22, 2022
Oct 26, 2021
May 16, 2022
Feb 20, 2019
Oct 20, 2021
May 16, 2022
May 16, 2022

Repository files navigation

OSISM documentation

Published at https://docs.osism.tech.

Install dependencies for building documentation

https://docs.openstack.org/doc-contrib-guide/docs-builds.html#install-dependencies-for-building-documentation

  • On Ubuntu or Debian:

    # apt-get install python3-pip
    # pip3 install tox
    
  • On RHEL or CentOS (replace yum with dnf on Fedora):

    # yum install python3-pip
    # pip3 install tox
    
  • On openSUSE or SUSE Linux Enterprise:

    # zypper in python3-pip
    # pip3 install tox
    
  • On MacOS:

    $ brew install python3
    $ pip3 install tox
    
  • On Windows:

    $ pip3 install tox
    

Building

All guides are in the RST format. You can use tox to prepare virtual environment and build all guides (HTML only):

$ tox -e build

You can find the root of the generated HTML documentation at build/html.

Generated files

Some documentation files are generated using tools. These files include a do not edit header and should not be modified by hand.

License

This documentation was created by OSISM GmbH and is licensed under a Creative Commons Attribution 4.0 International Licence (CC BY-SA 4.0).

Creative Commons Attribution-ShareAlike 4.0 International

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%