Skip to content

Commit e6f6a8c

Browse files
authored
fix: Rename from arx-ast to astx (#3)
1 parent 695035f commit e6f6a8c

33 files changed

+104
-104
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
* Arx-AST version:
1+
* ASTx version:
22
* Python version:
33
* Operating System:
44

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ body:
77
- type: markdown
88
attributes:
99
value: >
10-
**Thank you for wanting to report a bug in Arx-AST!**
10+
**Thank you for wanting to report a bug in ASTx!**
1111
1212
1313
1414
Verify first that your issue is not [already reported on
1515
GitHub][issue search].
1616
1717
18-
[issue search]: https://github.com/Arx-AST/issues?q=is%3Aopen+is%3Aissue+label%3Abug
18+
[issue search]: https://github.com/ASTx/issues?q=is%3Aopen+is%3Aissue+label%3Abug
1919
2020
- type: textarea
2121
attributes:
@@ -124,24 +124,24 @@ body:
124124

125125
- type: textarea
126126
attributes:
127-
# label: Arx-AST version
127+
# label: ASTx version
128128
# description: >-
129-
# Paste verbatim output from `Arx-AST --version` below, under the prompt line.
129+
# Paste verbatim output from `ASTx --version` below, under the prompt line.
130130
# Don't wrap it with triple backticks — your whole input will be
131131
# turned into a code snippet automatically.
132132
render: console
133133
placeholder: |
134-
python -m pip show Arx-AST
134+
python -m pip show ASTx
135135
validations:
136136
required: true
137137

138138
- type: checkboxes
139139
attributes:
140140
label: Code of Conduct
141141
description: |
142-
Read the [`Arx-AST` Code of Conduct][CoC] first.
142+
Read the [`ASTx` Code of Conduct][CoC] first.
143143
144-
[CoC]: https://github.com/arx-ast/coc/CODE_OF_CONDUCT.md
144+
[CoC]: https://github.com/astx/coc/CODE_OF_CONDUCT.md
145145
options:
146146
- label: I agree to follow the Code of Conduct
147147
required: true

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
blank_issues_enabled: true
33
contact_links:
44
- name: 🙋 Usage Questions
5-
url: https://github.com/arx-ast/discussions
5+
url: https://github.com/astx/discussions
66
about: |
7-
Use Arx-AST's GitHub Discussions to ask "How do I do X with Cookiecutter?".
7+
Use ASTx's GitHub Discussions to ask "How do I do X with Cookiecutter?".
88
- name: 📖 Tutorial
9-
url: https://github.com/arx-ast
9+
url: https://github.com/astx
1010
about: |
11-
The Arx-AST tutorial is continually updated and provides an in depth walkthrough
11+
The ASTx tutorial is continually updated and provides an in depth walkthrough
1212
of how to use the latest release of Cookiecutter.
13-
- name: 📝 Arx-AST Code of Conduct
14-
url: https://github.com/arx-ast/coc/CODE_OF_CONDUCT.md
13+
- name: 📝 ASTx Code of Conduct
14+
url: https://github.com/astx/coc/CODE_OF_CONDUCT.md
1515
about: Expectations for how people will interact with each other on Cookiecutter's GitHub.

.github/ISSUE_TEMPLATE/documentation-report.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ body:
77
- type: markdown
88
attributes:
99
value: >
10-
**Thank you for wanting to report a problem with Arx-AST's documentation!**
10+
**Thank you for wanting to report a problem with ASTx's documentation!**
1111
1212
1313
1414
Verify first that your issue is not [already reported on
1515
GitHub][issue search].
1616
1717
18-
[issue search]: https://github.com/Arx-AST/issues?q=is%3Aopen+is%3Aissue+label%3Adocs
18+
[issue search]: https://github.com/ASTx/issues?q=is%3Aopen+is%3Aissue+label%3Adocs
1919
2020
- type: textarea
2121
attributes:
@@ -25,7 +25,7 @@ body:
2525
If there are external references that are related please link them here
2626
as well.
2727
placeholder: >-
28-
I was reading the Arx-AST documentation for Arx-AST version X and I'm having
28+
I was reading the ASTx documentation for ASTx version X and I'm having
2929
problems understanding Y.
3030
It would be very helpful if that got rephrased as Z.
3131
validations:
@@ -43,9 +43,9 @@ body:
4343
attributes:
4444
label: Code of Conduct
4545
description: |
46-
Read the [`Arx-AST` Code of Conduct][CoC] first.
46+
Read the [`ASTx` Code of Conduct][CoC] first.
4747
48-
[CoC]: https://github.com/Arx-AST/blob/main/CODE_OF_CONDUCT.md
48+
[CoC]: https://github.com/ASTx/blob/main/CODE_OF_CONDUCT.md
4949
options:
5050
- label: I agree to follow the Code of Conduct
5151
required: true

.github/ISSUE_TEMPLATE/feature-request.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ body:
77
- type: markdown
88
attributes:
99
value: >
10-
**Thank you for wanting to suggest a feature for Arx-AST!**
10+
**Thank you for wanting to suggest a feature for ASTx!**
1111
1212
1313
@@ -17,7 +17,7 @@ body:
1717
already be implemented in a development release.
1818
1919
20-
[issue search]: https://github.com/Arx-AST/issues?q=is%3Aopen+is%3Aissue+label%3Afeat%2Fenhancement
20+
[issue search]: https://github.com/ASTx/issues?q=is%3Aopen+is%3Aissue+label%3Afeat%2Fenhancement
2121
2222
2323
- type: textarea
@@ -45,7 +45,7 @@ body:
4545
If there are external references or other GitHub Issues that are related
4646
please link them here as well.
4747
placeholder: >-
48-
I am trying to do X with Arx-AST version x.y.z and I think that implementing
48+
I am trying to do X with ASTx version x.y.z and I think that implementing
4949
new feature Y would be very helpful for me and every other user because of Z.
5050
validations:
5151
required: true
@@ -71,9 +71,9 @@ body:
7171
attributes:
7272
label: Code of Conduct
7373
description: |
74-
Read the [`Arx-AST` Code of Conduct][CoC] first.
74+
Read the [`ASTx` Code of Conduct][CoC] first.
7575
76-
[CoC]: https://github.com/arx-ast/coc/CODE_OF_CONDUCT.md
76+
[CoC]: https://github.com/astx/coc/CODE_OF_CONDUCT.md
7777
options:
7878
- label: I agree to follow the Code of Conduct
7979
required: true

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
mamba-version: "1.*"
2323
environment-file: conda/dev.yaml
2424
channels: conda-forge,nodefaults
25-
activate-environment: arx-ast
25+
activate-environment: astx
2626
use-mamba: true
2727
miniforge-variant: Mambaforge
2828

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
mamba-version: "1.*"
2727
environment-file: conda/dev.yaml
2828
channels: conda-forge,nodefaults
29-
activate-environment: arx-ast
29+
activate-environment: astx
3030
use-mamba: true
3131
miniforge-variant: Mambaforge
3232

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
2020
name: mypy
2121
entry: mypy
2222
language: system
23-
files: "src/arxast"
23+
files: "src/astx"
2424
pass_filenames: true
2525
types:
2626
- python
@@ -51,7 +51,7 @@ repos:
5151
name: vulture
5252
entry: vulture --min-confidence 80
5353
language: system
54-
files: "src/arxast"
54+
files: "src/astx"
5555
description: Find unused Python code.
5656
pass_filenames: true
5757
types:
@@ -61,7 +61,7 @@ repos:
6161
name: mccabe
6262
entry: python -m mccabe --min 10
6363
language: system
64-
files: "src/arxast"
64+
files: "src/astx"
6565
pass_filenames: true
6666
types:
6767
- python

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Arx-AST
1+
# ASTx
22

33
OSL Python Package contains all the boilerplate you need to create a Python package.
44

55
* Free software: BSD 3 Clause
6-
* Documentation: https://arx-ast.readthedocs.io.
6+
* Documentation: https://astx.readthedocs.io.
77

88
## Features
99

conda/dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: arx-ast
1+
name: astx
22
channels:
33
- nodefaults
44
- conda-forge

0 commit comments

Comments
 (0)