We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8abe542 commit 2372300Copy full SHA for 2372300
docs/sources/CONTRIBUTING.md
@@ -303,7 +303,7 @@ The documents containing code examples for the "User Guide" are generated from I
303
3. Convert the notebook to markdown using the `ipynb2markdown.py` converter
304
305
```python
306
-~/github/mlxtend/docs$ python ipynb2markdown.py --ipynb_path ./sources/user_guide/subpackage/notebookname.ipynb
+~/github/mlxtend/docs$ python ipynb2markdown.py --ipynb ./sources/user_guide/subpackage/notebookname.ipynb
307
```
308
309
**Note**
0 commit comments