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
Prev Previous commit
Next Next commit
Add uniform documentation badge w.r.t JGIS
arjxn-py authored Jan 7, 2025

Verified

This commit was signed with the committer’s verified signature.
radoering Randy Döring
commit 83099a3c3e766c618f137e3ed09e1b472c1e330e
8 changes: 6 additions & 2 deletions python/jupytercad/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +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/)
<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>
[![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.

Loading