Skip to content

Commit

Permalink
Docs: remove Atom from the list of recommended editors (#6388)
Browse files Browse the repository at this point in the history
  • Loading branch information
cswimr authored Jul 10, 2024
1 parent ad1e1aa commit 573e5c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide_cog_creation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ the purposes of this example, we'll call this :code:`mycog`).
In this folder, create three files: :code:`__init__.py`,
:code:`mycog.py`, and :code:`info.json`. Open the folder in
a text editor or IDE (examples include `Sublime Text 3 <https://www.sublimetext.com/>`_,
`Visual Studio Code <https://code.visualstudio.com/>`_, `Atom <https://atom.io/>`_, and
`Visual Studio Code <https://code.visualstudio.com/>`_, and
`PyCharm <http://www.jetbrains.com/pycharm/>`_).

.. attention::
Expand Down

0 comments on commit 573e5c2

Please # to comment.