Skip to content

Commit

Permalink
Merge the contributing page into the index
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Jul 17, 2024
1 parent e63c3f5 commit e2cfb18
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 22 deletions.
21 changes: 0 additions & 21 deletions docs/contrib.rst

This file was deleted.

24 changes: 23 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ Python's argparse_ library.
misc
markdown
changelog
contrib


Installation
Expand Down Expand Up @@ -51,6 +50,29 @@ Enable the extension in your sphinx config:
.. _conda-forge: https:://github.com/conda-forge/sphinx-argparse-feedstock/


Contribute
----------

Any help is welcome!

Most wanted:

* Additional features
* Bug fixes
* Examples

Contributions are gratefully accepted through `GitHub pull requests`_.
Please report any bugs as issues on GitHub.

.. _GitHub pull requests: https://github.com/sphinx-doc/sphinx-argparse/

Don't forget to run tests before committing:

.. code:: shell
pytest
Similar projects
-------------------

Expand Down

0 comments on commit e2cfb18

Please sign in to comment.