Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 34c7e52

Browse files
committed
Add bullet points to codespaces instructions
1 parent 8c3a9c0 commit 34c7e52

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

doc/devel/contribute.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -250,17 +250,17 @@ A brief overview of the workflow is as follows.
250250
3. Check out the Matplotlib repository and activate your development
251251
environment:
252252

253-
a. Open codespaces on your fork by clicking on the green "Code"
254-
button on the GitHub web interface and selecting the "Codespaces"
255-
tab. Next, click on "Open codespaces on <your branch name>". You
256-
will be able to change branches later, so you can select the
257-
default ``main`` branch.
253+
* Open codespaces on your fork by clicking on the green "Code" button
254+
on the GitHub web interface and selecting the "Codespaces" tab.
255+
* Next, click on "Open codespaces on <your branch name>". You will be
256+
able to change branches later, so you can select the default
257+
``main`` branch.
258+
* After the codespace is created, you will be taken to a new browser
259+
tab where you can use the terminal to activate a pre-defined conda
260+
environment called ``mpl-dev``::
258261

259-
b. After the codespace is created, you will be taken to a new browser
260-
tab where you can use the terminal to activate a pre-defined conda
261-
environment called ``mpl-dev``::
262+
conda activate mpl-dev
262263

263-
conda activate mpl-dev
264264

265265

266266
4. Install the local version of Matplotlib with::

0 commit comments

Comments
 (0)