stotko / stdgpu

stdgpu: Efficient STL-like Data Structures on the GPU
https://stotko.github.io/stdgpu/
Apache License 2.0
1.15k stars 81 forks source link

docs: Use author field for Sphinx #430

Closed stotko closed 1 month ago

stotko commented 1 month ago

Previously, the author field was not used such that this information was provided in the copyright field. With the more recent versions of Sphinx and other related libraries, the author field became mandatory. Use it to avoid the default "Author not set" text.

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 97.34%. Comparing base (d57a490) to head (c7edd04). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #430 +/- ## ========================================== - Coverage 97.42% 97.34% -0.08% ========================================== Files 32 32 Lines 2524 2524 ========================================== - Hits 2459 2457 -2 - Misses 65 67 +2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.