Skip to content
This repository was archived by the owner on Nov 14, 2024. It is now read-only.

Commit 58841ab

Browse files
author
sfs-osemesch
committed
docs update
1 parent 6c5eab0 commit 58841ab

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

CODE_INFO.md

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,29 +4,29 @@
44

55
----------
66

7-
**Requirements:**
7+
### Requirements:
88

99
[requests](http://python-requests.org/en/master/)
1010
[requests-mock](http://requests-mock.readthedocs.io/en/latest/)
1111

1212
----------
1313

1414

15-
**Classes:**
15+
### Classes:
1616

17-
[Account](#class-account)
17+
- #### [Account](#class-account)
1818

19-
[BlockChain](#class-blockchain)
19+
- #### [BlockChain](#class-blockchain)
2020

21-
[Client](#class-client)
21+
- #### [Client](#class-client)
2222

23-
[Debug](#class-debug)
23+
- #### [Debug](#class-debug)
2424

25-
[Namespace](#class-namespace)
25+
- #### [Namespace](#class-namespace)
2626

27-
[Node](#class-node)
27+
- #### [Node](#class-node)
2828

29-
[Transaction](#class-transaction)
29+
- #### [Transaction](#class-transaction)
3030

3131
----------
3232

@@ -287,18 +287,17 @@ _Implements [block chain](https://nemproject.github.io/#block-chain-related-requ
287287

288288
### class **Client**
289289

290-
_Class that represents main API client.
291-
Make calls to NIS via related methods.
292-
For all required information, please follow:
290+
_Class that represents main API client.Make calls to NIS via related methods.
291+
For all required information, please follow:_
293292
[here](https://nemproject.github.io/).
294-
All available methods documentation is also can be found there._
293+
_All available methods documentation is also can be found there._
295294

296295

297296
#### Methods:
298297

299298
- #### **\_\_init\_\_**(self, endpoint='http://127.0.0.1:7890')
300299

301-
_Initialize client._
300+
Initialize client.
302301

303302
- **endpoint**: address of the NIS.
304303

0 commit comments

Comments
 (0)