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/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Question / discussion
url: https://github.com/CameronBrooks11/gerberdiff/discussions
url: https://github.com/heibench/gerberdiff/discussions
about: Ask questions and discuss ideas in GitHub Discussions
64 changes: 32 additions & 32 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- **Documentation site** at <https://cameronbrooks11.github.io/gerberdiff/>
- **Documentation site** at <https://heibench.github.io/gerberdiff/>
-- MkDocs + Material with mkdocstrings API reference, MathJax for the
LaTeX notation already used in the docs, and Changelog/Contributing
included via snippets. Built strictly and deployed to GitHub Pages by
Expand Down Expand Up @@ -671,34 +671,34 @@ merge_tolerance) -> SingleLayerDiff`.
- mypy `strict=true`, `warn_unused_ignores=true`, `cairocffi.*` override for missing stubs.
- 2 smoke tests in `tests/test_scaffold.py`.

[Unreleased]: https://github.com/CameronBrooks11/gerberdiff/compare/v0.29.1...HEAD
[0.29.1]: https://github.com/CameronBrooks11/gerberdiff/compare/v0.29.0...v0.29.1
[0.29.0]: https://github.com/CameronBrooks11/gerberdiff/compare/9ffd4c8f...v0.29.0
[0.28.0]: https://github.com/CameronBrooks11/gerberdiff/compare/b6b6b98d...9ffd4c8f
[0.27.0]: https://github.com/CameronBrooks11/gerberdiff/compare/963eb957...b6b6b98d
[0.26.0]: https://github.com/CameronBrooks11/gerberdiff/compare/6162e435...963eb957
[0.25.0]: https://github.com/CameronBrooks11/gerberdiff/compare/e2519ec8...6162e435
[0.24.0]: https://github.com/CameronBrooks11/gerberdiff/compare/91c154d4...e2519ec8
[0.23.0]: https://github.com/CameronBrooks11/gerberdiff/compare/458734f9...91c154d4
[0.22.0]: https://github.com/CameronBrooks11/gerberdiff/compare/1c96a7b8...458734f9
[0.21.0]: https://github.com/CameronBrooks11/gerberdiff/compare/4d1201fe...1c96a7b8
[0.20.0]: https://github.com/CameronBrooks11/gerberdiff/compare/ba9a5015...4d1201fe
[0.19.0]: https://github.com/CameronBrooks11/gerberdiff/compare/c502171a...ba9a5015
[0.18.0]: https://github.com/CameronBrooks11/gerberdiff/compare/10f8f392...c502171a
[0.17.0]: https://github.com/CameronBrooks11/gerberdiff/compare/b04813ea...10f8f392
[0.16.0]: https://github.com/CameronBrooks11/gerberdiff/compare/3044033b...b04813ea
[0.15.0]: https://github.com/CameronBrooks11/gerberdiff/compare/9b4e3401...3044033b
[0.14.0]: https://github.com/CameronBrooks11/gerberdiff/compare/1a399ea2...9b4e3401
[0.13.0]: https://github.com/CameronBrooks11/gerberdiff/compare/c0672ea8...1a399ea2
[0.12.0]: https://github.com/CameronBrooks11/gerberdiff/compare/1bbfb235...c0672ea8
[0.11.0]: https://github.com/CameronBrooks11/gerberdiff/compare/2d1573ad...1bbfb235
[0.10.0]: https://github.com/CameronBrooks11/gerberdiff/compare/6691b195...2d1573ad
[0.9.0]: https://github.com/CameronBrooks11/gerberdiff/compare/2e944edc...6691b195
[0.8.0]: https://github.com/CameronBrooks11/gerberdiff/compare/46b463de...2e944edc
[0.7.0]: https://github.com/CameronBrooks11/gerberdiff/compare/5b9212fa...46b463de
[0.6.0]: https://github.com/CameronBrooks11/gerberdiff/compare/e12ff13f...5b9212fa
[0.5.0]: https://github.com/CameronBrooks11/gerberdiff/compare/6330d0cb...e12ff13f
[0.4.0]: https://github.com/CameronBrooks11/gerberdiff/compare/f63a51a3...6330d0cb
[0.3.0]: https://github.com/CameronBrooks11/gerberdiff/compare/3f1d1909...f63a51a3
[0.2.0]: https://github.com/CameronBrooks11/gerberdiff/compare/674251dd...3f1d1909
[0.1.0]: https://github.com/CameronBrooks11/gerberdiff/compare/2eeb692...674251dd
[Unreleased]: https://github.com/heibench/gerberdiff/compare/v0.29.1...HEAD
[0.29.1]: https://github.com/heibench/gerberdiff/compare/v0.29.0...v0.29.1
[0.29.0]: https://github.com/heibench/gerberdiff/compare/9ffd4c8f...v0.29.0
[0.28.0]: https://github.com/heibench/gerberdiff/compare/b6b6b98d...9ffd4c8f
[0.27.0]: https://github.com/heibench/gerberdiff/compare/963eb957...b6b6b98d
[0.26.0]: https://github.com/heibench/gerberdiff/compare/6162e435...963eb957
[0.25.0]: https://github.com/heibench/gerberdiff/compare/e2519ec8...6162e435
[0.24.0]: https://github.com/heibench/gerberdiff/compare/91c154d4...e2519ec8
[0.23.0]: https://github.com/heibench/gerberdiff/compare/458734f9...91c154d4
[0.22.0]: https://github.com/heibench/gerberdiff/compare/1c96a7b8...458734f9
[0.21.0]: https://github.com/heibench/gerberdiff/compare/4d1201fe...1c96a7b8
[0.20.0]: https://github.com/heibench/gerberdiff/compare/ba9a5015...4d1201fe
[0.19.0]: https://github.com/heibench/gerberdiff/compare/c502171a...ba9a5015
[0.18.0]: https://github.com/heibench/gerberdiff/compare/10f8f392...c502171a
[0.17.0]: https://github.com/heibench/gerberdiff/compare/b04813ea...10f8f392
[0.16.0]: https://github.com/heibench/gerberdiff/compare/3044033b...b04813ea
[0.15.0]: https://github.com/heibench/gerberdiff/compare/9b4e3401...3044033b
[0.14.0]: https://github.com/heibench/gerberdiff/compare/1a399ea2...9b4e3401
[0.13.0]: https://github.com/heibench/gerberdiff/compare/c0672ea8...1a399ea2
[0.12.0]: https://github.com/heibench/gerberdiff/compare/1bbfb235...c0672ea8
[0.11.0]: https://github.com/heibench/gerberdiff/compare/2d1573ad...1bbfb235
[0.10.0]: https://github.com/heibench/gerberdiff/compare/6691b195...2d1573ad
[0.9.0]: https://github.com/heibench/gerberdiff/compare/2e944edc...6691b195
[0.8.0]: https://github.com/heibench/gerberdiff/compare/46b463de...2e944edc
[0.7.0]: https://github.com/heibench/gerberdiff/compare/5b9212fa...46b463de
[0.6.0]: https://github.com/heibench/gerberdiff/compare/e12ff13f...5b9212fa
[0.5.0]: https://github.com/heibench/gerberdiff/compare/6330d0cb...e12ff13f
[0.4.0]: https://github.com/heibench/gerberdiff/compare/f63a51a3...6330d0cb
[0.3.0]: https://github.com/heibench/gerberdiff/compare/3f1d1909...f63a51a3
[0.2.0]: https://github.com/heibench/gerberdiff/compare/674251dd...3f1d1909
[0.1.0]: https://github.com/heibench/gerberdiff/compare/2eeb692...674251dd
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Thank you for your interest in contributing to **gerberdiff**!
Requires Python >= 3.11 and [uv](https://docs.astral.sh/uv/).

```sh
git clone https://github.com/CameronBrooks11/gerberdiff.git
git clone https://github.com/heibench/gerberdiff.git
cd gerberdiff
uv sync --dev
```
Expand Down Expand Up @@ -109,5 +109,5 @@ EOF
## License

By contributing you agree that your contributions will be licensed under the
[Apache-2.0](https://github.com/CameronBrooks11/gerberdiff/blob/main/LICENSE)
[Apache-2.0](https://github.com/heibench/gerberdiff/blob/main/LICENSE)
licence.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# gerberdiff

[![CI](https://github.com/CameronBrooks11/gerberdiff/actions/workflows/ci.yml/badge.svg)](https://github.com/CameronBrooks11/gerberdiff/actions/workflows/ci.yml)
[![Docs](https://github.com/CameronBrooks11/gerberdiff/actions/workflows/docs.yml/badge.svg)](https://cameronbrooks11.github.io/gerberdiff/)
[![CI](https://github.com/heibench/gerberdiff/actions/workflows/ci.yml/badge.svg)](https://github.com/heibench/gerberdiff/actions/workflows/ci.yml)
[![Docs](https://github.com/heibench/gerberdiff/actions/workflows/docs.yml/badge.svg)](https://heibench.github.io/gerberdiff/)
[![PyPI](https://img.shields.io/pypi/v/gerberdiff)](https://pypi.org/project/gerberdiff/)
[![Python](https://img.shields.io/pypi/pyversions/gerberdiff)](https://pypi.org/project/gerberdiff/)
[![License: Apache-2.0](https://img.shields.io/badge/License-Apache--2.0-blue.svg)](LICENSE)
Expand Down Expand Up @@ -50,7 +50,7 @@ for layer in result.layers:

## Docs

Full documentation site: **<https://cameronbrooks11.github.io/gerberdiff/>**
Full documentation site: **<https://heibench.github.io/gerberdiff/>**

| Topic | File |
| -------------------- | -------------------------------------------- |
Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Only the latest released minor version is supported.
**Do not open a public issue for security vulnerabilities.**

Please report them via
[GitHub private security advisories](https://github.com/CameronBrooks11/gerberdiff/security/advisories/new).
[GitHub private security advisories](https://github.com/heibench/gerberdiff/security/advisories/new).

Include:

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ for layer in result.layers:

## License

[Apache-2.0](https://github.com/CameronBrooks11/gerberdiff/blob/main/LICENSE).
[Apache-2.0](https://github.com/heibench/gerberdiff/blob/main/LICENSE).
6 changes: 3 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ site_name: gerberdiff
site_description: >-
Diff tool for Gerber/Excellon PCB files: visual raster overlays and
attributed vector-geometry change analysis.
site_url: https://cameronbrooks11.github.io/gerberdiff/
repo_url: https://github.com/CameronBrooks11/gerberdiff
repo_name: CameronBrooks11/gerberdiff
site_url: https://heibench.github.io/gerberdiff/
repo_url: https://github.com/heibench/gerberdiff
repo_name: heibench/gerberdiff
edit_uri: edit/main/docs/

theme:
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ dependencies = [
]

[project.urls]
Homepage = "https://github.com/CameronBrooks11/gerberdiff"
Repository = "https://github.com/CameronBrooks11/gerberdiff"
Changelog = "https://github.com/CameronBrooks11/gerberdiff/blob/main/CHANGELOG.md"
Issues = "https://github.com/CameronBrooks11/gerberdiff/issues"
Homepage = "https://github.com/heibench/gerberdiff"
Repository = "https://github.com/heibench/gerberdiff"
Changelog = "https://github.com/heibench/gerberdiff/blob/main/CHANGELOG.md"
Issues = "https://github.com/heibench/gerberdiff/issues"

[project.optional-dependencies]
# Installed by end users who want prettier terminal output
Expand Down