working on doc

This commit is contained in:
fluzzi 2022-04-03 09:38:00 -03:00
parent b5df984498
commit c4950ed029
3 changed files with 1297 additions and 3 deletions

View File

@ -247,9 +247,8 @@ class node:
-- work for most nodes. Change it if your connection
-- need some special symbol.
Returns:
bool -> true if expected value is found after running the commands
### Returns:
bool -- true if expected value is found after running the commands
false if prompt is found before.
'''

1287
docs/conn/index.html Normal file

File diff suppressed because it is too large Load Diff

8
docs/index.html Normal file
View File

@ -0,0 +1,8 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="0; url=./conn/" />
</head>
</html>