-
Notifications
You must be signed in to change notification settings - Fork 18
/
roadmap.xml
19 lines (18 loc) · 957 Bytes
/
roadmap.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<xmlgraph xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../tools/xmlgraph.xsd">
<include filepath="subjects/cs/roadmap.xml"/>
<include filepath="subjects/db/roadmap.xml"/>
<include filepath="subjects/net/roadmap.xml"/>
<include filepath="subjects/os/roadmap.xml"/>
<include filepath="subjects/dev/roadmap.xml"/>
<include filepath="subjects/python/roadmap.xml"/>
<graph id="roadmap">
<node id="backend" label="Python Software Engineer"/>
<edge id="backend_cs" source="backend" target="cs"/>
<edge id="backend_db" source="backend" target="db"/>
<edge id="backend_net" source="backend" target="net"/>
<edge id="backend_os" source="backend" target="os"/>
<edge id="backend_dev" source="backend" target="dev"/>
<edge id="backend_python" source="backend" target="python"/>
</graph>
</xmlgraph>