Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
with:
python-version: '3.13'
test_extras: 'tests'
test_command: 'pytest -p no:warnings --doctest-rst --pyargs {{ cookiecutter.module_name }}'
test_command: 'pytest -p no:warnings --doctest-rst --pyargs smart'
submodules: false
save_artifacts: true
upload_to_pypi: false
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repos:
args: ["--fix"]
types: [python]
# Define here once and then reference using YAML anchor
exclude: &exclude_dirs ^{{ cookiecutter.module_name }}/(data|extern)/
exclude: &exclude_dirs ^smart/(data|extern)/
- id: ruff-format
exclude: *exclude_dirs
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand Down
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
``smart``
=========

SolarMonitor Active Regtion Tracking (SMART)
SolarMonitor Active Region Tracking (SMART)

Usage of Generative AI
----------------------
Expand All @@ -25,7 +25,7 @@ For more information on contributing to SunPy, please read our `Newcomers' guide

.. _Developers Guide: https://docs.sunpy.org/en/latest/dev_guide/index.html
.. _`#sunpy:openastronomy.org`: https://app.element.io/#/room/#sunpy:openastronomy.org
.. _issues page:
.. _issues page: https://github.com/TCDSolar/SMARTpy/issues
.. _Newcomers' guide: https://docs.sunpy.org/en/latest/dev_guide/contents/newcomers.html

When you are interacting with the SunPy community you are asked at to follow our `code of conduct <https://sunpy.org/coc>`__.
When you are interacting with the SunPy community you are asked to follow our `code of conduct <https://sunpy.org/coc>`__.
2 changes: 1 addition & 1 deletion licenses/LICENSE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ are permitted provided that the following conditions are met:
* Redistributions in binary form must reproduce the above copyright notice, this
list of conditions and the following disclaimer in the documentation and/or
other materials provided with the distribution.
* Neither the name of the smart team nor the names of its contributors may be
* Neither the name of the SolarMonitor team nor the names of its contributors may be
used to endorse or promote products derived from this software without
specific prior written permission.

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "smart"
description = "SolarMonitor Active Regtion Tracking (SMART)"
description = "SolarMonitor Active Region Tracking (SMART)"
requires-python = ">=3.12"
readme = { file = "README.rst", content-type = "text/x-rst" }
license-files = ["licenses/LICENSE.rst"]
Expand Down
Loading