ynput / LabLib

Create VFX Dailies with Python! Can be used to render directly or as a module extending other code.
MIT License
2 stars 2 forks source link

Sphinx Docs #17

Closed tweak-wtf closed 3 months ago

tweak-wtf commented 4 months ago

Description

This PR improves on docstrings, builds sphinx documentation and serves them on https://ynput.github.io/LabLib .

Testing Notes

closes #15

tweak-wtf commented 4 months ago

i'm wondering whether i should already set up GitHub Actions for building the docs. what do u say @jakubjezek001 ?

jakubjezek001 commented 3 months ago

i'm wondering whether i should already set up GitHub Actions for building the docs. what do u say @jakubjezek001 ?

If you know how to, then lets do it! :D

tweak-wtf commented 3 months ago

i'm wondering whether i should already set up GitHub Actions for building the docs. what do u say @jakubjezek001 ?

If you know how to, then lets do it! :D

yeeees. was just waiting for ur go :D

tweak-wtf commented 3 months ago

let's disable the type annotations in the built docs

tweak-wtf commented 3 months ago

lemme check out how to suggest formatting/linting issues with GH actions. i'll explore this on a different PR