quick pass with some doc cleanup and reformatting to fix various issues

This commit is contained in:
Blake Harnden 2020-04-09 14:34:52 -07:00
parent a5c412b594
commit ca039946a6
37 changed files with 1160 additions and 891 deletions

View file

@ -4,7 +4,8 @@ gRPC is the main API for interfacing with CORE.
## HTTP Proxy
Since gRPC is HTTP2 based, proxy configurations can cause issue. Clear out your proxy when running if needed.
Since gRPC is HTTP2 based, proxy configurations can cause issue. Clear out your
proxy when running if needed.
## Python Client
@ -14,7 +15,6 @@ Below is a small example using it.
```python
import logging
from builtins import range
from core.api.grpc import client, core_pb2