Skip to content

Commit 8d4117c

Browse files
committed
solve merge conflicts
2 parents 4283513 + 58707ee commit 8d4117c

1 file changed

Lines changed: 18 additions & 4 deletions

File tree

README.rst

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
CodeGraph
22
=========
33

4+
|badge1| |badge2| |badge3|
5+
6+
.. |badge1| image:: https://img.shields.io/pypi/v/codegraph
7+
.. |badge2| image:: https://img.shields.io/pypi/l/codegraph
8+
.. |badge3| image:: https://img.shields.io/pypi/pyversions/codegraph
9+
410
Tool that create a graph of code to show dependencies between code entities (methods, classes and etc).
511
CodeGraph does not execute code, it is based only on lex and syntax parse, so it not need to install
612
all your code dependencies.
@@ -27,12 +33,20 @@ and play with matplotlib and networkX settings.
2733

2834
In default view - red line show dependencies between entities in different modules. Green - entities in module.
2935

30-
![Code Graph - Code there all modules linked together](/docs/img/graph_visualisation.png?raw=true "Graph visualisation")
36+
.. image:: codegraph/docs/img/graph_visualisation.png
37+
:width: 300
38+
:alt: Graph visualisation
3139

32-
![Code Graph - Code with not used module](/docs/img/code_with_trash_module.png?raw=true "Code with not used module")
33-
![Code Graph - Code there all modules linked together](/docs/img/normal_code.png?raw=true "Code with modules that linked together")
40+
.. image:: codegraph/docs/img/code_with_trash_module.png
41+
:width: 300
42+
:alt: Code with not used module
43+
44+
.. image:: codegraph/docs/img/normal_code.png
45+
:width: 300
46+
:alt: Code there all modules linked together
3447

3548
TODO:
49+
*****
3650
1. Create normal readme
3751
2. Add tests
3852
3. Add possibility to work with any code based (not depend on Python language only)
@@ -42,4 +56,4 @@ TODO:
4256
Contributing:
4357
Open PR with improvements that you want to add
4458

45-
If you have any questions - write me xnuinside@gmail.com
59+
If you have any questions - write me xnuinside@gmail.com

0 commit comments

Comments
 (0)