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

upgrades and geometryrefactor fixes #23

Merged
merged 5 commits into from
Oct 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ build/RadeonProRenderSDK
examples/instances
Manifest.toml
test/test.png
docs/build
Manifest.jl
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RadeonProRender_jll = "e92fa02b-1b7a-5e4e-a5cb-14fe26dfc45b"
CEnum = "0.4, 0.5"
Colors = "0.9, 0.10, 0.11, 0.12"
GeometryBasics = "0.4.1"
RadeonProRender_jll = "=3.1.2"
RadeonProRender_jll = "=3.1.5"
julia = "1.6"

[extras]
Expand Down
97 changes: 0 additions & 97 deletions docs/Manifest.toml

This file was deleted.

20 changes: 12 additions & 8 deletions docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
using RadeonProRender
using Documenter

DocMeta.setdocmeta!(RadeonProRender, :DocTestSetup, :(using RadeonProRender); recursive=true)

makedocs(; modules=[RadeonProRender], authors="Simon Danisch",
repo="https://github.com/SimonDanisch/RadeonProRender.jl/blob/{commit}{path}#{line}",
sitename="RadeonProRender.jl",
format=Documenter.HTML(; prettyurls=get(ENV, "CI", "false") == "true",
canonical="https://SimonDanisch.github.io/RadeonProRender.jl", assets=String[]),
pages=["Home" => "index.md"])
makedocs(;
modules=[RadeonProRender],
authors="Simon Danisch",
sitename="RadeonProRender.jl",
format=Documenter.HTML(;
prettyurls=get(ENV, "CI", "false") == "true",
size_threshold =nothing,
canonical="https://SimonDanisch.github.io/RadeonProRender.jl",
assets=String[]
),
pages=["Home" => "index.md"]
)

deploydocs(; repo="github.com/SimonDanisch/RadeonProRender.jl")
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ Documentation for [RadeonProRender](https://github.com/SimonDanisch/RadeonProRen
```

```@autodocs
Modules = [RadeonProRender]
Modules = [RadeonProRender, RadeonProRender.RPR]
```
Loading
Loading