Skip to content

Commit

Permalink
docs: cleanup (#653)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt authored Sep 8, 2023
1 parent 49c7e12 commit 7173bc2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 240 deletions.
39 changes: 0 additions & 39 deletions doc/conf.py

This file was deleted.

194 changes: 0 additions & 194 deletions doc/getting_started.md

This file was deleted.

8 changes: 4 additions & 4 deletions doc/quickstart.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
# Quickstart
# Getting started

This quickstart guide will upload a single, small, private image to your OpenStack.

## Installation

First, you need to install the openstack-image-manager. You can either use pip:
First, you need to install the `openstack-image-manager`. You can either use pip:

```sh
pip3 install openstack-image-manager
```

Or you can clone the repository and run it via `tox`:
Or you can clone the repository from https://github.com/osism/openstack-image-manager
and run it via `tox`:

```sh
tox -- --help
Expand Down Expand Up @@ -63,4 +64,3 @@ Also provide the location of your image files (_~/images/_).
```bash
openstack-image-manager --cloud my-cloud --filter ".*Cirr.*" --images ~/images/
```

3 changes: 0 additions & 3 deletions doc/requirements.txt

This file was deleted.

0 comments on commit 7173bc2

Please sign in to comment.