Skip to content

Commit

Permalink
Merge pull request #38 from gridap/extra_documentation
Browse files Browse the repository at this point in the history
Adding Extra documentation
  • Loading branch information
pmartorell authored Aug 1, 2024
2 parents 06ab663 + 9ca156c commit 4577ebc
Show file tree
Hide file tree
Showing 43 changed files with 10,294 additions and 6 deletions.
9 changes: 7 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.3.0] - 2024-08-01

### Added

- New distributed drivers with `p4est` in the documentation.
- Contributing guidelines in the documentation.

### Changed

- `Polyhedron` is now defined in `Gridap` as `GeneralPolytope{3}<Polytope{3}`. Its internal `data` is renamed to `metadata`.
- `Polyhedron` is now defined in `Gridap` as `GeneralPolytope{3}<Polytope{3}`. Its internal `data` is renamed to `metadata`. Since [#33](https://github.com/gridap/STLCutters.jl/pull/33)
- `get_data(::Polyhedron)` is renamed to `get_metadata(::Polyhedron)`.
- `simplexify(::Polyhedron)` now returns the same data structure as `simplexify(::Polytope)`. The previous implementation is renamed to `simplexify_interior`.
- `check_graph` is renamed to `check_polytope_graph`.
Expand Down
3 changes: 2 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ makedocs(;
"Introduction" => "index.md",
"Usage" => "usage.md",
"Distributed" => "distributed.md",
"Reference" => ["public_api.md","types.md","functions.md"]
"Contributing" => "contributing.md",
"Reference" => ["public_api.md","types.md","functions.md"],
],
sitename="STLCutters.jl",
)
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 4577ebc

Please sign in to comment.