Skip to content

Commit d689d96

Browse files
committed
Merge branch 'dev-next'
2 parents 5a2984d + a22d1e4 commit d689d96

File tree

196 files changed

+11069
-296
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

196 files changed

+11069
-296
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@ lcov/*
2121
cov/*
2222
lib/*
2323
.vscode/*
24-
Documentation/design/out
24+
docs/design/out
25+
docs/out

.readthedocs.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# .readthedocs.yml
2+
# Read the Docs configuration file
3+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4+
5+
# Required
6+
version: 2
7+
8+
mkdocs:
9+
configuration: mkdocs.yml
10+
11+
# Optionally build your docs in additional formats such as PDF and ePub
12+
formats: all

Documentation/design/direct_path.md

Lines changed: 0 additions & 174 deletions
This file was deleted.

Documentation/design/direct_path.puml

Lines changed: 0 additions & 13 deletions
This file was deleted.

Documentation/design/direct_path_endpoint_deleted.puml

Lines changed: 0 additions & 15 deletions
This file was deleted.

Documentation/design/direct_path_host_failure.puml

Lines changed: 0 additions & 12 deletions
This file was deleted.

Documentation/design/direct_path_inter_network.puml

Lines changed: 0 additions & 19 deletions
This file was deleted.

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,6 @@ lcov:gcov
115115
genhtml lcov/transit_cov_filtered.info -o lcov/report
116116
@echo "see lcov/report/index.html"
117117

118-
.PHONY: doc
119-
doc:
120-
asciidoctor-pdf docs/modules/ROOT/pages/index.adoc -o build/design.pdf
121-
antora generate docsite/site.yml --to-dir docsite/build/site --stacktrace
122118
dirmake:
123119
mkdir -p core
124120
mkdir -p cov

Mizar.png

-78.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)