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

@@ -17,6 +17,7 @@ Use custom server
### Example
```python
import time
import dynamic_servers
@@ -62,6 +63,7 @@ No authorization required
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | successful operation | - |
@@ -77,6 +79,7 @@ Use default server
### Example
```python
import time
import dynamic_servers
@@ -122,6 +125,7 @@ No authorization required
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | successful operation | - |