Skip to content

Commit 0ff0ec7

Browse files
committed
Make the Markdown into restructured text.
1 parent 1e5e28c commit 0ff0ec7

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CONTRIBUTING.md renamed to doc/sphinx/source/contributing.rst

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
1+
.. _contributing:
2+
13
Contributing to bpython
24
=======================
35

46
Thanks for working on bpython!
57

6-
On the [GitHub issue tracker](https://github.com/bpython/bpython/issues)
7-
some issues are labeled
8-
["bite-size"](https://github.com/bpython/bpython/labels/bitesize) -
8+
On the `GitHub issue tracker`_ some issues are labeled bite-size_
99
these are particularly good ones to start out with.
1010

11-
See http://bpython-interpreter.org/community for a list of resources.
11+
See our section about the :ref:`community` for a list of resources.
12+
1213
`#bpython` on freenode is particularly useful, but you might have to wait for a while
1314
to get a question answered depending on the time of day.
1415

@@ -50,3 +51,6 @@ To hack on the site:
5051
--------------------
5152

5253
TODO
54+
55+
.. _GitHub issue tracker: https://github.com/bpython/bpython/issues
56+
.. _bite-size: https://github.com/bpython/bpython/labels/bitesize

doc/sphinx/source/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Contents:
1717
:maxdepth: 2
1818

1919
authors
20+
contributing
2021
configuration
2122
themes
2223
releases

0 commit comments

Comments
 (0)