Fix python generated markdown documentation for Jekyll (#10111)

* Fix python generated markdown documentation

* Generated `build the project` and upate sample scripts
This commit is contained in:
guy-har
2021-08-18 11:25:30 +03:00
committed by GitHub
parent d9f3a02d5b
commit 50acdcb4a3
22 changed files with 268 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ Test serialization of ArrayModel
### Example
```python
import time
import petstore_api
@@ -83,6 +84,7 @@ No authorization required
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | Output model | - |
@@ -98,6 +100,7 @@ Test serialization of outer boolean types
### Example
```python
import time
import petstore_api
@@ -147,6 +150,7 @@ No authorization required
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | Output boolean | - |
@@ -162,6 +166,7 @@ this route creates an XmlItem
### Example
```python
import time
import petstore_api
@@ -259,6 +264,7 @@ No authorization required
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | successful operation | - |
@@ -274,6 +280,7 @@ Test serialization of outer number types
### Example
```python
import time
import petstore_api
@@ -324,6 +331,7 @@ No authorization required
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | Output number | - |
@@ -339,6 +347,7 @@ Test serialization of object with $refed properties
### Example
```python
import time
import petstore_api
@@ -393,6 +402,7 @@ No authorization required
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | Output model | - |
@@ -408,6 +418,7 @@ Test serialization of outer string types
### Example
```python
import time
import petstore_api
@@ -457,6 +468,7 @@ No authorization required
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | Output string | - |
@@ -472,6 +484,7 @@ Test serialization of outer enum
### Example
```python
import time
import petstore_api
@@ -522,6 +535,7 @@ No authorization required
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | Output enum | - |
@@ -537,6 +551,7 @@ For this test, the body for this request much reference a schema named `File`.
### Example
```python
import time
import petstore_api
@@ -594,6 +609,7 @@ No authorization required
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | Success | - |
@@ -607,6 +623,7 @@ No authorization required
### Example
```python
import time
import petstore_api
@@ -666,6 +683,7 @@ No authorization required
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | Success | - |
@@ -681,6 +699,7 @@ To test \"client\" model
### Example
```python
import time
import petstore_api
@@ -733,6 +752,7 @@ No authorization required
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | successful operation | - |
@@ -748,6 +768,7 @@ This route has required values with enums of 1
### Example
```python
import time
import petstore_api
@@ -798,6 +819,7 @@ No authorization required
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | Success | - |
@@ -814,6 +836,7 @@ Fake endpoint for testing various parameters 假端點 偽のエンドポイ
### Example
* Basic Authentication (http_basic_test):
```python
import time
import petstore_api
@@ -906,6 +929,7 @@ void (empty response body)
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**400** | Invalid username supplied | - |
@@ -922,6 +946,7 @@ To test enum parameters
### Example
```python
import time
import petstore_api
@@ -989,6 +1014,7 @@ No authorization required
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**400** | Invalid request | - |
@@ -1005,6 +1031,7 @@ Fake endpoint to test group parameters (optional)
### Example
```python
import time
import petstore_api
@@ -1071,6 +1098,7 @@ No authorization required
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**400** | Someting wrong | - |
@@ -1084,6 +1112,7 @@ test inline additionalProperties
### Example
```python
import time
import petstore_api
@@ -1134,6 +1163,7 @@ No authorization required
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | successful operation | - |
@@ -1147,6 +1177,7 @@ test json serialization of form data
### Example
```python
import time
import petstore_api
@@ -1197,6 +1228,7 @@ No authorization required
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | successful operation | - |