Skip to content

Commit

Permalink
Merge branch 'main' into rotationSnap
Browse files Browse the repository at this point in the history
  • Loading branch information
arjxn-py authored Jan 7, 2025
2 parents fc1e595 + d45a0bf commit 6705016
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ repos:
- id: black

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.1
rev: v0.8.6
hooks:
- id: ruff
args: ['--fix']
Expand All @@ -44,7 +44,7 @@ repos:
entry: prettier --no-error-on-unmatched-pattern --write --ignore-unknown

- repo: https://github.com/pre-commit/mirrors-eslint
rev: v9.16.0
rev: v9.17.0
hooks:
- id: eslint
files: \.tsx?$
Expand Down
7 changes: 6 additions & 1 deletion python/jupytercad/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# JupyterCAD - A JupyterLab extension for collaborative 3D geometry modeling.

[![Lite](https://jupyterlite.rtfd.io/en/latest/_static/badge.svg)](https://jupytercad.github.io/JupyterCAD/)
[![lite-badge]][lite] [![docs-badge]][docs]

[lite-badge]: https://jupyterlite.rtfd.io/en/latest/_static/badge.svg
[lite]: https://jupytercad.github.io/JupyterCAD/
[docs-badge]: https://readthedocs.org/projects/jupytergis/badge/?version=latest
[docs]: https://jupytercad.readthedocs.io/

JupyterCAD is a JupyterLab extension for 3D geometry modeling with collaborative editing support. It is designed to allow multiple people to work on the same file at the same time, and to facilitate discussion and collaboration around the 3D shapes being created.

Expand Down

0 comments on commit 6705016

Please sign in to comment.