Skip to content

Commit

Permalink
FIX: file extensions on README and CONTRIBUTING links, closes #229
Browse files Browse the repository at this point in the history
  • Loading branch information
dpizetta committed Mar 23, 2020
1 parent 7ef5791 commit dd533d1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
12 changes: 6 additions & 6 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Contributing
============

This file describes a path to contribute to this project. Check out our
`CODE OF CONDUCT <./CODE_OF_CONDUCT.md>`__.
`CODE OF CONDUCT <./CODE_OF_CONDUCT.rst>`__.

Bug Reports and Feature Requests
--------------------------------
Expand Down Expand Up @@ -31,8 +31,8 @@ by one of the manteiners before it is merged into the main repository.
are changing the stylesheet evidencing the changes.

- Send a pull request and bug the maintainer until it gets merged and
published. Make sure to add yourself to `AUTHORS <./AUTHORS.md>`__
and the change(s) to `CHANGES <./CHANGES.md>`__.
published. Make sure to add yourself to `AUTHORS <./AUTHORS.rst>`__
and the change(s) to `CHANGES <./CHANGES.rst>`__.

Getting Started
---------------
Expand Down Expand Up @@ -84,15 +84,15 @@ These are the basic steps needed to start developing on QDarkStyle.

- Add you and your changes

Please add a list item to `CHANGES <./CHANGES.md>`__ if the fix or
Please add a list item to `CHANGES <./CHANGES.rst>`__ if the fix or
feature is not trivial (small doc updates, typo fixes). Please add
you as an author to `AUTHORS <./AUTHORS.md>`__.
you as an author to `AUTHORS <./AUTHORS.rst>`__.

- Add files to commit

Add files that are part of your changes, remember that each commit
must represent a small but functional change. Remember to add
CHANGES.md and AUTHORS.md too. To add all files changed do:
CHANGES.rst and AUTHORS.rst too. To add all files changed do:

::

Expand Down
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ Views and Inputs (no fields)
Changelog
---------
Please, see `CHANGES <CHANGES.md>`__ file.
Please, see `CHANGES <CHANGES.rst>`__ file.
License
Expand All @@ -260,13 +260,13 @@ License
This project is licensed under the MIT license. Images contained in this
project are licensed under CC-BY license.
For more information see `LICENSE <LICENSE.md>`__ file.
For more information see `LICENSE <LICENSE.rst>`__ file.
Authors
-------
For more information see `AUTHORS <AUTHORS.md>`__ file.
For more information see `AUTHORS <AUTHORS.rst>`__ file.
Contributing
Expand All @@ -276,7 +276,7 @@ Most widgets have been styled. If you find a widget that has not been
style, just open an issue on the issue tracker or, better, submit a pull
request.
If you want to contribute, see `CONTRIBUTING <CONTRIBUTING.md>`__ file.
If you want to contribute, see `CONTRIBUTING <CONTRIBUTING.rst>`__ file.
.. |Build Status| image:: https://travis-ci.org/ColinDuquesnoy/QDarkStyleSheet.png?branch=master
:target: https://travis-ci.org/ColinDuquesnoy/QDarkStyleSheet
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ def remove_all(dir_path, patterns='*.pyc'):
author_email='[email protected]',
description='The most complete dark stylesheet for Python and Qt applications',
long_description=long_desc,
long_description_content_type='text/x-rst',
classifiers=[
'Development Status :: 5 - Production/Stable',
'Environment :: X11 Applications :: Qt',
Expand Down

0 comments on commit dd533d1

Please sign in to comment.