add docs for the rest of the APIs

This commit is contained in:
UpstreamData
2022-07-13 10:11:05 -06:00
parent 0324a21e79
commit d7e9498018
6 changed files with 744 additions and 324 deletions

View File

@@ -12,3 +12,31 @@ All API implementations inherit from `BaseMinerAPI`, which implements the basic
options:
show_root_heading: false
heading_level: 4
## BOSMinerAPI
::: pyasic.API.bosminer.BOSMinerAPI
handler: python
options:
show_root_heading: false
heading_level: 4
## BTMinerAPI
::: pyasic.API.btminer.BTMinerAPI
handler: python
options:
show_root_heading: false
heading_level: 4
## CGMinerAPI
::: pyasic.API.cgminer.CGMinerAPI
handler: python
options:
show_root_heading: false
heading_level: 4
## UnknownAPI
::: pyasic.API.unknown.UnknownAPI
handler: python
options:
show_root_heading: false
heading_level: 4