We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea693e0 commit cab53d5Copy full SHA for cab53d5
README.md
@@ -7,16 +7,15 @@
7
On the fly conversion of Python docstrings to markdown
8
9
- Python 3.6+
10
-- currently can recognise reStructuredText and convert multiple of its features to Markdown
11
-- in the future will be able to convert Google docstrings too
+- can recognise reStructuredText and convert multiple of its features to Markdown
+- since v0.13 includes initial support for Google-formatted docstrings
12
13
### Installation
14
15
```bash
16
pip install docstring-to-markdown
17
```
18
19
-
20
### Example
21
22
Convert reStructuredText:
0 commit comments