py-stockfish / stockfish

Integrates the Stockfish chess engine with Python (Official fork)
https://py-stockfish.github.io/stockfish/
MIT License
29 stars 8 forks source link

Api documentation #26

Closed knutole closed 1 year ago

knutole commented 1 year ago

Adds API documentation to Github Pages

Github Pages

github-actions[bot] commented 1 year ago

Coverage report

The coverage rate went from 96.75% to 94.03% :arrow_down: The branch rate is 89%.

97.95% of new lines are covered.

Diff Coverage details (click to unfold) ### stockfish/models.py `97.95%` of new lines are covered (`94.03%` of the complete file). Missing lines: `1016`
knutole commented 1 year ago

Thanks @kieferro, appreciated! Please remember to enable the necessary Github Pages settings before merge. 👍

knutole commented 1 year ago

@knutole Looks good, thanks for adding this (and updating the descriptions for some of the functions). Github says the branch had an error being deployed, not sure why it says this though.

This is probably the Github Pages permissions that need to be set. See description of PR on top for how to set this.

knutole commented 1 year ago

@kieferro Seems Github Pages are not enabled.

Screenshot 2023-05-11 at 12 59 00

kieferro commented 1 year ago

@knutole Thanks, I merged first and have rerun the workflow. Everything should be fine now.