Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add documentation badge #663

Merged
merged 3 commits into from
Jan 7, 2025
Merged
Changes from 1 commit
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
Next Next commit
Add documentation badge
arjxn-py authored Jan 7, 2025

Verified

This commit was signed with the committer’s verified signature.
radoering Randy Döring
commit 1e41be7185aeafd2af263d180eba74c8909a3c96
1 change: 1 addition & 0 deletions python/jupytercad/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# JupyterCAD - A JupyterLab extension for collaborative 3D geometry modeling.

[![Lite](https://jupyterlite.rtfd.io/en/latest/_static/badge.svg)](https://jupytercad.github.io/JupyterCAD/)
<a href='https://jupytercad.readthedocs.io/' target="_blank"><img alt='View Documentation' src='https://img.shields.io/badge/Documentation-100000?style=flat&logo=View Documentation&logoColor=FFFFFF&labelColor=FFD43B&color=4B8BBE'/></a>

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.

Loading