byteface / domonic

Create HTML with python 3 using a standard DOM API. Includes a python port of JavaScript for interoperability and tons of other cool features. A fast prototyping library.
https://domonic.readthedocs.io/
MIT License
129 stars 13 forks source link

docs #18

Open byteface opened 2 years ago

byteface commented 2 years ago

js docs are particularly weak. only really auto docs with no examples.

best examples would be the use of Casting to get the method you need.

byteface commented 2 years ago

flagging this as help wanted . as docs are getting more hits than the repo. about twice as many. probably due to google. so really beefing these up would be great. a copy pastable example for pretty much every function is useful for noobs. i know as im a perpetual noob.

byteface commented 2 years ago

another note. just ignore 'warnings' when doing make html as long as it compiles is fine. Although if anyone can clear up the warnings then that's also useful.