Skip to content

Commit d17bd14

Browse files
fix references to initial project name
1 parent 3b00617 commit d17bd14

6 files changed

Lines changed: 31 additions & 31 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ All three schemas cover the same ten packages from the OGC specification and are
1212

1313
## Documentation
1414

15-
Full docs are published at **https://tipatterson-dev.github.io/BinaryEncodings/**. To browse them locally:
15+
Full docs are published at **https://tipatterson-dev.github.io/SWECommonBinaryEncodings/**. To browse them locally:
1616

1717
```sh
1818
./docs.sh
@@ -30,7 +30,7 @@ The static site is written to `site/`.
3030

3131
## Building schemas
3232

33-
You need the compiler for whichever format you want to use (see [Installation](https://tipatterson-dev.github.io/BinaryEncodings/getting-started/installation/) for setup instructions). Then:
33+
You need the compiler for whichever format you want to use (see [Installation](https://tipatterson-dev.github.io/SWECommonBinaryEncodings/getting-started/installation/) for setup instructions). Then:
3434

3535
```sh
3636
make all # build all three

docs/getting-started/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ You need at least one of the three schema compilers installed. Install only the
6969
Clone the repository and use the Makefile:
7070

7171
```sh
72-
git clone https://github.com/tipatterson-dev/BinaryEncodings.git
73-
cd BinaryEncodings
72+
git clone https://github.com/tipatterson-dev/SWECommonBinaryEncodings.git
73+
cd SWECommonBinaryEncodings
7474
```
7575

7676
Build all three at once:

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The OGC specification defines the data model in UML and provides XML Schema (XSD
2828
## Project structure
2929

3030
```
31-
BinaryEncodings/
31+
SWECommonBinaryEncodings/
3232
├── capnproto/
3333
│ ├── sweCommon3.capnp ← root (Packages 5–8)
3434
│ ├── basic_types.capnp ← Packages 1–2

mkdocs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ site_name: OGC SWE Common 3.0 — Binary Encodings
22
site_description: >-
33
Binary serialization schemas (Cap'n Proto, FlatBuffers, Protocol Buffers)
44
for the OGC SWE Common Data Model 3.0 (OGC 24-014).
5-
site_url: https://tipatterson-dev.github.io/BinaryEncodings/
6-
repo_url: https://github.com/tipatterson-dev/BinaryEncodings
7-
repo_name: tipatterson-dev/BinaryEncodings
5+
site_url: https://tipatterson-dev.github.io/SWECommonBinaryEncodings/
6+
repo_url: https://github.com/tipatterson-dev/SWECommonBinaryEncodings
7+
repo_name: tipatterson-dev/SWECommonBinaryEncodings
88

99
theme:
1010
name: material
@@ -62,7 +62,7 @@ markdown_extensions:
6262
extra:
6363
social:
6464
- icon: fontawesome/brands/github
65-
link: https://github.com/tipatterson-dev/BinaryEncodings
65+
link: https://github.com/tipatterson-dev/SWECommonBinaryEncodings
6666

6767
nav:
6868
- Home: index.md

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
name = "binary-encodings-docs"
2+
name = "swecommon-binary-encodings-docs"
33
version = "0.1.0"
44
requires-python = ">=3.12"
55
dependencies = []

uv.lock

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)