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

@@ -19,6 +19,7 @@ For valid response try integer IDs with value < 1000. Anything above 1000 or non
### Example
```python
import time
import petstore_api
@@ -67,6 +68,7 @@ No authorization required
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**400** | Invalid ID supplied | - |
@@ -84,6 +86,7 @@ Returns a map of status codes to quantities
### Example
* Api Key Authentication (api_key):
```python
import time
import petstore_api
@@ -139,6 +142,7 @@ This endpoint does not need any parameter.
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | successful operation | - |
@@ -154,6 +158,7 @@ For valid response try integer IDs with value <= 5 or > 10. Other values will ge
### Example
```python
import time
import petstore_api
@@ -204,6 +209,7 @@ No authorization required
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | successful operation | - |
@@ -219,6 +225,7 @@ Place an order for a pet
### Example
```python
import time
import petstore_api
@@ -276,6 +283,7 @@ No authorization required
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | successful operation | - |