File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed
Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ topogram = TopogramAPIClient("http://localhost:3000")
1616topogram.create_topogram(" test" )
1717```
1818
19+ See a complete example in [ examples] ( ./examples ) folder
20+
1921## Documentation
2022
2123Read the docs at [ http://topogram.readthedocs.io/ ] ( http://topogram.readthedocs.io/ )
@@ -27,18 +29,6 @@ Read the docs at [http://topogram.readthedocs.io/](http://topogram.readthedocs.i
2729 cd topogram-api-client
2830 python setup.py install
2931
30- ## Example
31-
32- ``` python
33- from topogram- python- client import TopogramAPIClient
34-
35- topogram = TopogramAPIClient(" http://localhost:3000" )
36-
37- # create a new network
38- topogram.create_topogram(" My Topogram" )
39- create_topogram(" Test" , my_nodes, my_edges)
40- ```
41- See a complete example in [ examples] ( ./examples ) folder
4232
4333## command-line
4434
You can’t perform that action at this time.
0 commit comments