Skip to content

Conversation

simeonschaub
Copy link
Member

closes #354

Copy link
Contributor

Your PR requires formatting changes to meet the project's style guidelines.
Please consider running Runic (git runic master) to apply these changes.

Click here to view the suggested changes.
diff --git a/docs/make.jl b/docs/make.jl
index d276bfe..542a087 100644
--- a/docs/make.jl
+++ b/docs/make.jl
@@ -6,7 +6,7 @@ DocMeta.setdocmeta!(OpenCL, :DocTestSetup, :(using OpenCL, pocl_jll); recursive
 const page_rename = Dict("developer.md" => "Developer docs") # Without the numbers
 const numbered_pages = [
     file for file in readdir(joinpath(@__DIR__, "src")) if
-    file != "index.md" && splitext(file)[2] == ".md"
+        file != "index.md" && splitext(file)[2] == ".md"
 ]
 
 makedocs(;

Copy link

codecov bot commented Aug 12, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.01%. Comparing base (7a7b8e9) to head (f072028).
⚠️ Report is 3 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #357   +/-   ##
=======================================
  Coverage   79.01%   79.01%           
=======================================
  Files          12       12           
  Lines         672      672           
=======================================
  Hits          531      531           
  Misses        141      141           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@maleadt
Copy link
Member

maleadt commented Sep 2, 2025

Anything that needs to happen here, or is this good to go? Did you verify locally?

@simeonschaub
Copy link
Member Author

Should be good to go, only thing that needs to happen first is for someone who has the permission to add a DOCUMENTER_KEY. I verified that I can build the site locally

@maleadt
Copy link
Member

maleadt commented Sep 3, 2025

only thing that needs to happen first is for someone who has the permission to add a DOCUMENTER_KEY

Done

@maleadt maleadt merged commit 52127a5 into JuliaGPU:master Sep 3, 2025
42 of 44 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add some proper documentation
3 participants