Repository : ssh://git@open-mesh.org/doc
On branch : master
commit d80ed6979508073c2560745a9b3b250842b1ec62 Author: Sven Eckelmann sven@narfation.org Date: Thu Dec 14 15:59:17 2017 +0100
batman-adv-doc: Convert to sphinx documentation format
The documentation is currently converted to Sphinx. Parts of this legacy document will also be used in the new documentation. It is therefore necessary to have both in a common format.
Signed-off-by: Sven Eckelmann sven@narfation.org
.gitattributes | 4 + .gitignore | 9 +- Makefile | 244 ++++++++-- README | 29 +- batman.docbook | 24 - batman_adv.docbook | 377 --------------- batman_adv/index.rst | 250 ++++++++++ batman_iv.docbook | 509 --------------------- {images => batman_iv}/asym_link1.dia | 0 batman_iv/asym_link1.svg | 34 ++ {images => batman_iv}/asym_link2.dia | 0 batman_iv/asym_link2.svg | 34 ++ {images => batman_iv}/asym_penalty.gp | 4 +- batman_iv/asym_penalty.svg | 254 ++++++++++ {images => batman_iv}/asymetry.dia | 0 batman_iv/asymetry.svg | 39 ++ {images => batman_iv}/echo_cancel1.dia | 0 batman_iv/echo_cancel1.svg | 68 +++ {images => batman_iv}/echo_cancel2.dia | 0 batman_iv/echo_cancel2.svg | 72 +++ {images => batman_iv}/eq_alt1.dia | 0 batman_iv/eq_alt1.svg | 22 + {images => batman_iv}/hop_penalty_new1.dia | 0 batman_iv/hop_penalty_new1.svg | 51 +++ {images => batman_iv}/hop_penalty_new2.dia | 0 batman_iv/hop_penalty_new2.svg | 51 +++ batman_iv/index.rst | 429 +++++++++++++++++ {images => batman_iv}/multi_interface_1.dia | 0 batman_iv/multi_interface_1.svg | 53 +++ {images => batman_iv}/multi_interface_2.dia | 0 batman_iv/multi_interface_2.svg | 53 +++ {images => batman_iv}/rq.dia | 0 batman_iv/rq.svg | 22 + {images => batman_iv}/tq.dia | 0 batman_iv/tq.svg | 22 + {images => batman_iv}/tq_prop.dia | 0 batman_iv/tq_prop.svg | 79 ++++ {images => batman_iv}/tq_prop_best1.dia | 0 batman_iv/tq_prop_best1.svg | 43 ++ {images => batman_iv}/tq_prop_best2.dia | 0 batman_iv/tq_prop_best2.svg | 71 +++ {images => batman_iv}/tq_prop_best3.dia | 0 batman_iv/tq_prop_best3.svg | 63 +++ batman_iv_only.docbook | 17 - batmand.docbook | 428 ----------------- {images => batmand}/announce_networks.dia | 0 batmand/announce_networks.svg | 33 ++ batmand/index.rst | 468 +++++++++++++++++++ {images => batmand}/multiple_announces.dia | 0 batmand/multiple_announces.svg | 43 ++ {images => batmand}/multiple_clients.dia | 0 batmand/multiple_clients.svg | 36 ++ bookinfo.docbook | 39 -- conf.py | 338 ++++++++++++++ copyright.docbook | 10 - images/Makefile | 51 --- images/asym_penalty_formula.tex | 6 - images/compute_tq.tex | 6 - images/eq.dia | 265 ----------- images/eq_alt2.dia | 242 ---------- images/eq_alt3.dia | 242 ---------- images/hop_penalty1.dia | 686 ---------------------------- images/hop_penalty2.dia | 686 ---------------------------- images/hop_penalty3.dia | 339 -------------- images/hop_penalty4.dia | 420 ----------------- images/hop_penalty5.dia | 359 --------------- images/hop_penalty6.dia | 420 ----------------- images/tq_prop_calc.tex | 6 - index.rst | 36 ++ introduction.docbook | 0 references.docbook | 8 - 71 files changed, 2893 insertions(+), 5201 deletions(-)
Diff suppressed because of size. To see it, use:
git diff-tree --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc d80ed6979508073c2560745a9b3b250842b1ec62