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 e63c3f5 commit e2cfb18Copy full SHA for e2cfb18
docs/contrib.rst
docs/index.rst
@@ -18,7 +18,6 @@ Python's argparse_ library.
18
misc
19
markdown
20
changelog
21
- contrib
22
23
24
Installation
@@ -51,6 +50,29 @@ Enable the extension in your sphinx config:
51
50
.. _conda-forge: https:://github.com/conda-forge/sphinx-argparse-feedstock/
52
53
+Contribute
54
+----------
55
+
56
+Any help is welcome!
57
58
+Most wanted:
59
60
+* Additional features
61
+* Bug fixes
62
+* Examples
63
64
+Contributions are gratefully accepted through `GitHub pull requests`_.
65
+Please report any bugs as issues on GitHub.
66
67
+.. _GitHub pull requests: https://github.com/sphinx-doc/sphinx-argparse/
68
69
+Don't forget to run tests before committing:
70
71
+.. code:: shell
72
73
+ pytest
74
75
76
Similar projects
77
-------------------
78
0 commit comments