Skip to content

Commit

Permalink
update links to juliageometry
Browse files Browse the repository at this point in the history
  • Loading branch information
sjkelly committed Oct 11, 2021
1 parent c29315d commit 2e751c3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Descartes

[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://sjkelly.github.io/Descartes.jl/dev)
[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://juliageometry.github.io/Descartes.jl/dev)

[![codecov](https://codecov.io/gh/sjkelly/Descartes.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/sjkelly/Descartes.jl)
[![codecov](https://codecov.io/gh/juliageometry/Descartes.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/juliageometry/Descartes.jl)

Descartes is a research project into the representation of solid geometry. It
is designed to leverage Julia's multiple dispatch and JIT compilation to
Expand All @@ -16,7 +16,7 @@ Under the hood Descartes uses a functional representation of geometry,
inspired by ImplicitCAD, HyperFun, libfive, and several others.
The syntax is idiomatic julia, but should be familiar to those used to OpenSCAD,

[Examples](https://github.com/sjkelly/Descartes.jl/tree/master/examples)
[Examples](https://github.com/juliageometry/Descartes.jl/tree/master/examples)

There are occasional development updates posted [here](https://sjkellyorg.wordpress.com/category/solid-modeling/).

Expand Down
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ makedocs(


deploydocs(
repo = "github.com/sjkelly/Descartes.jl.git"
repo = "github.com/juliageometry/Descartes.jl.git"
)
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ Descartes is a research project into the representation of solid geometry. It is

The current focus is on the development of feature parity with OpenSCAD and enhanced design with engineering analysis. Under the hood Descartes uses a functional representation of geometry, inspired by ImplicitCAD, HyperFun, libfive, and several others. The syntax is idiomatic julia, but should be familiar to those used to OpenSCAD.

[Examples](https://github.com/sjkelly/Descartes.jl/tree/master/examples)
[Examples](https://github.com/juliageoemtry/Descartes.jl/tree/master/examples)

There are occasional development updates posted [here](https://sjkellyorg.wordpress.com/category/solid-modeling/).

2 comments on commit 2e751c3

@sjkelly
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/46504

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.0 -m "<description of version>" 2e751c3ccfd369cfceeb7ca7f4e97fb7c8b078dd
git push origin v0.1.0

Please sign in to comment.