diff options
author | Matthias Bussonnier <bussonniermatthias@gmail.com> | 2022-04-02 17:38:54 +0200 |
---|---|---|
committer | Matthias Bussonnier <bussonniermatthias@gmail.com> | 2022-04-03 12:16:58 +0200 |
commit | d80ebb1c4d8050ea5bb6bbb9770c490d5fa8c918 (patch) | |
tree | 1d3bf7c01cc35deed6b52c836c76783eb03ab983 | |
parent | 16063b1372f86521eb9d104ddf094cd9ddfac267 (diff) | |
download | numpy-d80ebb1c4d8050ea5bb6bbb9770c490d5fa8c918.tar.gz |
DOC: double backticks and links
[skip azp]
[skip actions]
-rw-r--r-- | doc/source/dev/index.rst | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/source/dev/index.rst b/doc/source/dev/index.rst index a8c969267..46ff3a5b2 100644 --- a/doc/source/dev/index.rst +++ b/doc/source/dev/index.rst @@ -27,8 +27,10 @@ the `numpy-discussion mailing list <https://mail.python.org/mailman/listinfo/num or on `GitHub <https://github.com/numpy/numpy>`__ (open an issue or comment on a relevant issue). These are our preferred communication channels (open source is open by nature!), however if you prefer to discuss in private first, please reach out to -our community coordinators at `numpy-team@googlegroups.com` or `numpy-team.slack.com` -(send an email to `numpy-team@googlegroups.com` for an invite the first time). +our community coordinators at `numpy-team@googlegroups.com +<mailto://numpy-team@googlegroups.com>`_ or `numpy-team.slack.com +<https://numpy-team.slack.com>`__ (send an email to `numpy-team@googlegroups.com`_ for an +invite the first time). Development process - summary ============================= @@ -53,7 +55,7 @@ Here's the short summary, complete TOC links are below: git remote add upstream https://github.com/numpy/numpy.git - * Now, `git remote -v` will show two remote repositories named: + * Now, ``git remote -v`` will show two remote repositories named: - ``upstream``, which refers to the ``numpy`` repository - ``origin``, which refers to your personal fork |