mirror of https://github.com/exaloop/codon.git
Add Discord links [ci skip]
parent
44af203846
commit
8571972c6e
|
@ -7,9 +7,9 @@
|
|||
<img src="https://github.com/exaloop/codon/actions/workflows/ci.yml/badge.svg"
|
||||
alt="Build Status">
|
||||
</a>
|
||||
<a href="https://gitter.im/seq-lang/seq?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge">
|
||||
<img src="https://badges.gitter.im/Join%20Chat.svg"
|
||||
alt="Gitter">
|
||||
<a href="https://discord.com/invite/8aKr6HEN?utm_source=Discord%20Widget&utm_medium=Connect">
|
||||
<img src="https://img.shields.io/discord/895056805846192139.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2"
|
||||
alt="Discord">
|
||||
</a>
|
||||
<a href="https://github.com/exaloop/codon/releases/latest">
|
||||
<img src="https://img.shields.io/github/v/release/exaloop/codon?sort=semver"
|
||||
|
|
|
@ -18,7 +18,7 @@ While Codon supports nearly all of Python's syntax, it is not a drop-in replacem
|
|||
to be run through the Codon compiler. For example, some of Python's modules are not yet implemented within Codon, and a few of Python's
|
||||
dynamic features are disallowed. The Codon compiler produces detailed error messages to help identify and resolve any incompatibilities.
|
||||
|
||||
Questions, comments or suggestions? Visit our `Gitter chatroom <https://gitter.im/seq-lang/Seq?utm_source=share-link&utm_medium=link&utm_campaign=share-link>`_.
|
||||
Questions, comments or suggestions? Visit our `Discord server <https://discord.com/invite/8aKr6HEN?utm_source=Discord%20Widget&utm_medium=Connect>`_.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
@ -56,7 +56,7 @@ frameworks and libraries that exist. Codon already supports interoperability wit
|
|||
*I want to contribute! How do I get started?*
|
||||
|
||||
Great! Check out our `contribution guidelines <https://github.com/exaloop/codon/blob/master/CONTRIBUTING.md>`_ and `open issues <https://github.com/exaloop/codon/issues>`_
|
||||
to get started. Also don't hesitate to drop by our `Gitter chatroom <https://gitter.im/seq-lang/Seq?utm_source=share-link&utm_medium=link&utm_campaign=share-link>`_
|
||||
to get started. Also don't hesitate to drop by our `Discord server <https://discord.com/invite/8aKr6HEN?utm_source=Discord%20Widget&utm_medium=Connect>`_
|
||||
if you have any questions.
|
||||
|
||||
*What is planned for the future?*
|
||||
|
|
Loading…
Reference in New Issue