avi-pipable
commited on
Commit
•
d35d94c
1
Parent(s):
8ee1665
Update README.md
Browse files
README.md
CHANGED
@@ -85,7 +85,7 @@ print(doc)
|
|
85 |
|
86 |
## Examples
|
87 |
|
88 |
-
### Markdown
|
89 |
|
90 |
```python
|
91 |
raw_docs = """
|
@@ -231,7 +231,7 @@ doc = (
|
|
231 |
)
|
232 |
print(doc)
|
233 |
```
|
234 |
-
###
|
235 |
|
236 |
```python
|
237 |
raw_docs = """
|
|
|
85 |
|
86 |
## Examples
|
87 |
|
88 |
+
### Markdown Documentation Format for Raw API Docs
|
89 |
|
90 |
```python
|
91 |
raw_docs = """
|
|
|
231 |
)
|
232 |
print(doc)
|
233 |
```
|
234 |
+
### OpenAPI Documentation Format for Raw API Docs
|
235 |
|
236 |
```python
|
237 |
raw_docs = """
|