Skip to content

Commit 676ea11

Browse files
authored
Merge branch 'main' into fix-current-CVEs
2 parents b9dd076 + 466be6e commit 676ea11

34 files changed

+573
-423
lines changed

docs/user-guide/additional-resources/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ These articles provide access to additional resources for Intel® SceneScape.
55
- [Intel® SceneScape Hardening Guide](./hardening-guide.md)
66
- [How to Upgrade Intel® SceneScape](./how-to-upgrade.md)
77
- [Converting Pixel-Based Bounding Boxes to Normalized Image Space](./convert-object-detections-to-normalized-image-space.md)
8-
- [Release Notes](./release-notes.md)
98

109
<!--hide_directive
1110
:::{toctree}
@@ -15,6 +14,6 @@ These articles provide access to additional resources for Intel® SceneScape.
1514
hardening-guide
1615
how-to-upgrade
1716
convert-object-detections-to-normalized-image-space
18-
release-notes
17+
1918
:::
2019
hide_directive-->

docs/user-guide/additional-resources/release-notes.md

Lines changed: 0 additions & 108 deletions
This file was deleted.

docs/user-guide/api-reference.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
.. swagger-plugin:: ./api-docs/api.yaml
77
```
88

9-
# API Specification Viewing Instructions
9+
## API Specification Viewing Instructions
1010

11-
## 1. Pull Swagger UI image:
11+
### 1. Pull Swagger UI image:
1212

1313
```
1414
docker pull swaggerapi/swagger-ui
1515
```
1616

17-
## 2. Run the Swagger UI container
17+
### 2. Run the Swagger UI container
1818

1919
Use a configuration that loads the Intel® SceneScape `docs/user-guide/api-docs/api.yaml` definitions.
2020

@@ -34,16 +34,16 @@ docker run -p 80:8080 --user $(id -u):$(id -g) -e SWAGGER_JSON=/mnt/api.yaml -v
3434

3535
Note: Ensure that for the -v option to use the correct path to where Intel® SceneScape repository was cloned (`~/scenescape/` in the example above).
3636

37-
## 3. View API docs via a browser
37+
### 3. View API docs via a browser
3838

39-
Navigate to (http://localhost)
39+
Navigate to `http://localhost`
4040

4141
**Note:** `https:` is not supported. `localhost` can be replaced with the ip address.
4242

4343
It should look something like this example:
4444

4545
![Example Intel® SceneScape REST API as seen in Browser](./_assets/SceneScape_REST_API_swagger_example_view.png "Example")
4646

47-
## For additional information on Swagger UI installation to view the API, please see:
47+
## Information on Swagger UI Installation
4848

49-
- https://github.com/swagger-api/swagger-ui/blob/master/docs/usage/installation.md
49+
See the [Swagger UI Installation Guide](https://github.com/swagger-api/swagger-ui/blob/master/docs/usage/installation.md).

docs/user-guide/building-a-scene/index.md

Lines changed: 0 additions & 27 deletions
This file was deleted.

docs/user-guide/calibrating-cameras/index.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)