Skip to content

Commit aa17372

Browse files
committed
Change spelling of package name
1 parent 07bfb4e commit aa17372

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/pysplashsurf_CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# maturin generate-ci github
55
#
6-
name: PySplashsurf CI
6+
name: pySplashsurf CI
77

88
on:
99
push:
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- uses: actions/checkout@v4
22-
- name: Check formatting of PySplashsurf
22+
- name: Check formatting of pySplashsurf crate
2323
run: cargo fmt -- --check
2424
working-directory: pysplashsurf
2525

pysplashsurf/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# PySplashsurf
1+
# pySplashsurf
22

33
![splashsurf logo](https://raw.githubusercontent.com/InteractiveComputerGraphics/splashsurf/main/logos/logo_small.svg "splashsurf")
44

5-
PySplashsurf provides Python bindings for `splashsurf`, an open source surface reconstruction library for particle data from SPH simulations.
5+
pySplashsurf provides Python bindings for `splashsurf`, an open source surface reconstruction library for particle data from SPH simulations.
66
Detailed information on the surface reconstruction and library itself and its API can be found on the [project website (splashsurf.physics-simulation.org)](https://splashsurf.physics-simulation.org/) or the [main repository](https://github.com/InteractiveComputerGraphics/splashsurf).
77

88
## Installation

pysplashsurf/pysplashsurf/docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
# -- Project information -----------------------------------------------------
1919

20-
project = 'PySplashsurf'
20+
project = 'pySplashsurf'
2121
copyright = '2025, Interactive Computer Graphics'
2222
author = 'Interactive Computer Graphics'
2323

@@ -58,4 +58,4 @@
5858
# Add any paths that contain custom static files (such as style sheets) here,
5959
# relative to this directory. They are copied after the builtin static files,
6060
# so a file named "default.css" will overwrite the builtin "default.css".
61-
# html_static_path = ['_static']
61+
# html_static_path = ['_static']

0 commit comments

Comments
 (0)