Skip to content

Commit f9ec6fb

Browse files
authored
Merge pull request #38 from pvlib/renaming
Renaming to 2.0.xsd, pvc2
2 parents 25bef97 + 18dbac5 commit f9ec6fb

File tree

31 files changed

+14
-15
lines changed

31 files changed

+14
-15
lines changed

.github/workflows/validate_xml_with_xsd_and_schematron.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020

2121
jobs:
2222
discover:
23-
name: Discover *.pv2 example files
23+
name: Discover *.pvc2 example files
2424
runs-on: ubuntu-latest
2525
outputs:
2626
matrix: ${{ steps.build.outputs.matrix }}
@@ -32,7 +32,7 @@ jobs:
3232
python3 - <<'PY' > matrix.json
3333
import json, re, pathlib
3434
root = pathlib.Path("Examples")
35-
pattern = re.compile(r".+\.pv2$", re.IGNORECASE)
35+
pattern = re.compile(r".+\.pvc2$", re.IGNORECASE)
3636
files = []
3737
if root.exists():
3838
for p in sorted(root.iterdir()):
@@ -64,7 +64,7 @@ jobs:
6464
uses: actions/checkout@v4
6565
with:
6666
sparse-checkout: |
67-
schema/pvcollada_schema_0.1.xsd
67+
schema/pvcollada_schema_2.0.xsd
6868
schema/pvcollada_structure_2.0.sch
6969
schema/pvcollada_references_2.0.sch
7070
schema/pvcollada_business_2.0.sch
@@ -78,7 +78,7 @@ jobs:
7878
run: |
7979
python3 "$GITHUB_WORKSPACE"/.github/workflows/validate_xml_with_xsd_and_schematron.py \
8080
"$GITHUB_WORKSPACE"/"${{ matrix.xml_doc }}" \
81-
--xsd pvcollada_schema_0.1.xsd
81+
--xsd pvcollada_schema_2.0.xsd
8282
8383
- name: Validate against Structure Schematron
8484
working-directory: schema
File renamed without changes.

diagrams/02 - Trackers from top without strings.png renamed to Development/diagrams/02 - Trackers from top without strings.png

File renamed without changes.

diagrams/03 - Trackers from top with strings.png renamed to Development/diagrams/03 - Trackers from top with strings.png

File renamed without changes.

diagrams/04 - pvcollada2 structure - High level.png renamed to Development/diagrams/04 - pvcollada2 structure - High level.png

File renamed without changes.

diagrams/05 - pvcollada2 structure - High level with a module.png renamed to Development/diagrams/05 - pvcollada2 structure - High level with a module.png

File renamed without changes.

diagrams/06 - pvcollada2 structure - High level with a terrain and a instance_terrain.png renamed to Development/diagrams/06 - pvcollada2 structure - High level with a terrain and a instance_terrain.png

File renamed without changes.

diagrams/07 - pvcollada2 structure - High level with basic models and a simple tracker model.png renamed to Development/diagrams/07 - pvcollada2 structure - High level with basic models and a simple tracker model.png

File renamed without changes.

diagrams/08 - pvcollada2 structure - High level with complete tracker model and a instance_table.png renamed to Development/diagrams/08 - pvcollada2 structure - High level with complete tracker model and a instance_table.png

File renamed without changes.

diagrams/09 - pvcollada2 structure - full 3D version with 3 instance_table.png renamed to Development/diagrams/09 - pvcollada2 structure - full 3D version with 3 instance_table.png

File renamed without changes.

0 commit comments

Comments
 (0)