Skip to content

Commit 4145cfe

Browse files
committed
Removed extra spaces
1 parent 8a2c4e7 commit 4145cfe

File tree

3 files changed

+11
-20
lines changed

3 files changed

+11
-20
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ and this project uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
3636
integration tests ([#824](https://github.com/nsidc/earthaccess/issues/824))
3737
([@chuckwondo](https://github.com/chuckwondo))
3838

39-
4039
### Removed
4140

4241
- The `scripts/integration-test.sh` script has been removed in favor of the `integration-tests` nox session.

docs/contributing/triaging.md

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@ When referencing a label in a GitHub issue or discussion, it will be useful to
4747

4848
To link to a label in GitHub Markdown, use the following syntax:
4949

50-
```
50+
```
5151
[label name](https://github.com/username/repository/labels/label-name)
5252
```
5353

5454
### Example
5555

5656
For example, to link to the "hackathon" label in the nsidc/earthaccess repository, you would use the following syntax:
5757

58-
```
58+
```
5959
[hackathon](https://github.com/nsidc/earthaccess/labels/hackathon)
6060
```
6161

@@ -80,7 +80,7 @@ When closing an issue as not planned, keep the following best practices in mind:
8080
- Offer alternative solutions or workarounds, if possible.
8181
- Link to relevant documentation or resources, if applicable.
8282

83-
## Discussions vs Issues
83+
## Discussions vs Issues
8484

8585
This section would cover the guidelines for when to use discussions versus issues, and how to migrate between them.
8686

@@ -100,7 +100,7 @@ Issues are used for:
100100
- Tracking progress on specific tasks or projects.
101101
- Requesting changes or improvements.
102102

103-
### When to Migrate
103+
### When to Migrate
104104

105105
Migrate a discussion to an issue when:
106106

@@ -121,10 +121,10 @@ Migrate an issue to a discussion when:
121121
flowchart TD
122122
%%{init: {"flowchart": {"htmlLabels": false}} }%%
123123
classDef default font-size:32pt;
124-
start{"`Followed
125-
issue
124+
start{"`Followed
125+
issue
126126
template?`"}
127-
start ==NO==> close1[Change
127+
start ==NO==> close1[Change
128128
to draft and ask to follow template]
129129
start == YES ==> dupe{Is duplicate?}
130130
dupe == YES ==> close2[Close and point to duplicate]
@@ -147,10 +147,3 @@ flowchart TD
147147
linkStyle default stroke:black,stroke-width:2px,font-size:24pt;
148148
149149
```
150-
151-
152-
153-
154-
155-
156-

mkdocs.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ plugins:
5757
- "tutorials/dask.ipynb"
5858
- "**/.ipynb_checkpoints/*"
5959

60-
6160
nav:
6261
- "What is earthaccess?": "index.md"
6362
- "Quick start": "quick-start.md"
@@ -69,7 +68,7 @@ nav:
6968
- "Maintainers Guide": "contributing/maintainers-guide.md"
7069
- "Code of Conduct": "contributing/code-of-conduct.md"
7170
- "Contributing naming convention": "contributing/naming-convention.md"
72-
- "Triaging Doc" : "contributing/triaging.md"
71+
- "Triaging Doc": "contributing/triaging.md"
7372
- "Resources": "resources.md"
7473
- USER GUIDE:
7574
- "user_guide/index.md"
@@ -124,9 +123,9 @@ markdown_extensions:
124123
- pymdownx.snippets
125124
- pymdownx.superfences:
126125
custom_fences:
127-
- name: mermaid
128-
class: mermaid
129-
format: !!python/name:mermaid2.fence_mermaid_custom
126+
- name: mermaid
127+
class: mermaid
128+
format: !!python/name:mermaid2.fence_mermaid_custom
130129
- pymdownx.tabbed:
131130
alternate_style: true
132131

0 commit comments

Comments
 (0)