Skip to content

Commit 33998e0

Browse files
Set theme jekyll-theme-slate
1 parent b2b3a08 commit 33998e0

19 files changed

+27
-12
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -51,17 +51,17 @@ A huge shout out to the people behind these projects.
5151

5252
### Overall component dependency graph
5353

54-
To generate the overall component depenency graph for a project, use it like so -
54+
To generate the overall component dependency graph for a project, use it like so -
5555

5656
`cpp_dependency_graph visualise -r spec\test\example_project\ -o deps.dot -f dot`
5757

5858
Below is the overall `dot` and `d3` component dependency visualisations for [leveldb](https://github.com/google/leveldb)
5959

60-
![Dot](examples/leveldb_overall.svg)
60+
![Dot](docs/examples/leveldb_overall.svg)
6161

62-
![d3.js visualisation of leveldb](examples/leveldb_overall_d3.svg)
62+
![d3.js visualisation of leveldb](docs/examples/leveldb_overall_d3.svg)
6363

64-
![d3.js visualisation of rocksdb](examples/rocksdb_overall_d3.svg)
64+
![d3.js visualisation of rocksdb](docs/examples/rocksdb_overall_d3.svg)
6565

6666
**NOTE** - If your project has a large number of components (> 100 and lots of connections between them), then generation (and subsequent rendering) may take some time.
6767

@@ -73,9 +73,9 @@ This will highlight the dependencies coming in and going out of a specific compo
7373

7474
Here's a component dependency visualisation generated for the `queue` component in [rethinkdb](https://github.com/rethinkdb/rethinkdb)
7575

76-
![Queue component dot visualisation](examples/rethinkdb_queue_component.svg)
76+
![Queue component dot visualisation](docs/examples/rethinkdb_queue_component.svg)
7777

78-
![Queue component d3 visualisation](examples/rethinkdb_queue_component_d3.svg)
78+
![Queue component d3 visualisation](docs/examples/rethinkdb_queue_component_d3.svg)
7979

8080
### Component include dependency graph
8181

@@ -85,9 +85,9 @@ This will highlight dependencies of includes within a specific component
8585

8686
Here's a component include dependency visualisation generated for the `queue` component in [rethinkdb](https://github.com/rethinkdb/rethinkdb)
8787

88-
![Queue include graph dot](examples/rethinkdb_queue_include.svg)
88+
![Queue include graph dot](docs/examples/rethinkdb_queue_include.svg)
8989

90-
![Queue include graph d3](examples/rethinkdb_queue_include_d3.svg)
90+
![Queue include graph d3](docs/examples/rethinkdb_queue_include_d3.svg)
9191

9292
### Cyclic dependencies only graph
9393

@@ -97,9 +97,9 @@ This will highlight cyclic dependencies between components within a project. Thi
9797

9898
Here's the cyclic dependencies only visualisation generated for [rethinkdb](https://github.com/rethinkdb/rethinkdb) and [leveldb](https://github.com/google/leveldb)
9999

100-
![rethinkdb](examples/rethinkdb_cyclic_deps.svg)
100+
![rethinkdb](docs/examples/rethinkdb_cyclic_deps.svg)
101101

102-
![leveldb](examples/leveldb_cyclic_deps.svg)
102+
![leveldb](docs/examples/leveldb_cyclic_deps.svg)
103103

104104
## Development
105105

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
theme: jekyll-theme-minimal
1+
theme: jekyll-theme-slate
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)