Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(757)

Delta Between Two Patch Sets: doc/models/Makefile

Issue 14677043: UAN-WOSS framework
Left Patch Set: WOSS Integration Framework patch rework Created 7 years, 11 months ago
Right Patch Set: Bug fixes thanks to Randall and Raul, new features added as per WOSS 1.5.0 Created 7 years, 4 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « doc/main.h ('k') | doc/models/source/index.rst » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 EPSTOPDF = epstopdf 1 EPSTOPDF = epstopdf
2 DIA = dia 2 DIA = dia
3 CONVERT = convert 3 CONVERT = convert
4 4
5 SRC = ../../src 5 SRC = ../../src
6 # Temporary source directory, for build 6 # Temporary source directory, for build
7 SOURCETEMP = source-temp 7 SOURCETEMP = source-temp
8 FIGURES = $(SOURCETEMP)/figures 8 FIGURES = $(SOURCETEMP)/figures
9 9
10 # list all model library .rst files that need to be copied to $SOURCETEMP 10 # list all model library .rst files that need to be copied to $SOURCETEMP
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 $(SRC)/lte/doc/source/lte-testing.rst \ 50 $(SRC)/lte/doc/source/lte-testing.rst \
51 $(SRC)/lte/doc/source/lte-profiling.rst \ 51 $(SRC)/lte/doc/source/lte-profiling.rst \
52 $(SRC)/lte/doc/source/lte-references.rst \ 52 $(SRC)/lte/doc/source/lte-references.rst \
53 $(SRC)/propagation/doc/propagation.rst \ 53 $(SRC)/propagation/doc/propagation.rst \
54 $(SRC)/network/doc/network-overview.rst \ 54 $(SRC)/network/doc/network-overview.rst \
55 $(SRC)/network/doc/packets.rst \ 55 $(SRC)/network/doc/packets.rst \
56 $(SRC)/network/doc/error-model.rst \ 56 $(SRC)/network/doc/error-model.rst \
57 $(SRC)/network/doc/sockets-api.rst \ 57 $(SRC)/network/doc/sockets-api.rst \
58 $(SRC)/network/doc/simple.rst \ 58 $(SRC)/network/doc/simple.rst \
59 $(SRC)/network/doc/queue.rst \ 59 $(SRC)/network/doc/queue.rst \
60 $(SRC)/network/doc/queue-limits.rst \
60 $(SRC)/internet/doc/internet-stack.rst \ 61 $(SRC)/internet/doc/internet-stack.rst \
61 $(SRC)/internet/doc/ipv4.rst \ 62 $(SRC)/internet/doc/ipv4.rst \
62 $(SRC)/internet/doc/ipv6.rst \ 63 $(SRC)/internet/doc/ipv6.rst \
63 $(SRC)/internet/doc/routing-overview.rst \ 64 $(SRC)/internet/doc/routing-overview.rst \
64 $(SRC)/internet/doc/tcp.rst \ 65 $(SRC)/internet/doc/tcp.rst \
65 $(SRC)/internet-apps/doc/internet-apps.rst \ 66 $(SRC)/internet-apps/doc/internet-apps.rst \
66 $(SRC)/mobility/doc/mobility.rst \ 67 $(SRC)/mobility/doc/mobility.rst \
67 $(SRC)/olsr/doc/olsr.rst \ 68 $(SRC)/olsr/doc/olsr.rst \
68 $(SRC)/openflow/doc/openflow-switch.rst \ 69 $(SRC)/openflow/doc/openflow-switch.rst \
69 $(SRC)/point-to-point/doc/point-to-point.rst \ 70 $(SRC)/point-to-point/doc/point-to-point.rst \
70 $(SRC)/wifi/doc/source/wifi.rst \ 71 $(SRC)/wifi/doc/source/wifi.rst \
71 $(SRC)/wifi/doc/source/wifi-design.rst \ 72 $(SRC)/wifi/doc/source/wifi-design.rst \
72 $(SRC)/wifi/doc/source/wifi-user.rst \ 73 $(SRC)/wifi/doc/source/wifi-user.rst \
73 $(SRC)/wifi/doc/source/wifi-testing.rst \ 74 $(SRC)/wifi/doc/source/wifi-testing.rst \
74 $(SRC)/wifi/doc/source/wifi-references.rst \ 75 $(SRC)/wifi/doc/source/wifi-references.rst \
75 $(SRC)/wimax/doc/wimax.rst \ 76 $(SRC)/wimax/doc/wimax.rst \
76 $(SRC)/uan/doc/uan.rst \ 77 $(SRC)/uan/doc/uan.rst \
77 $(SRC)/woss/doc/woss.rst \ 78 $(SRC)/woss/doc/woss.rst \
78 $(SRC)/topology-read/doc/topology.rst \ 79 $(SRC)/topology-read/doc/topology.rst \
79 $(SRC)/traffic-control/doc/traffic-control-layer.rst \ 80 $(SRC)/traffic-control/doc/traffic-control-layer.rst \
80 $(SRC)/traffic-control/doc/queue-discs.rst \ 81 $(SRC)/traffic-control/doc/queue-discs.rst \
81 $(SRC)/traffic-control/doc/pfifo-fast.rst \ 82 $(SRC)/traffic-control/doc/pfifo-fast.rst \
82 $(SRC)/traffic-control/doc/red.rst \ 83 $(SRC)/traffic-control/doc/red.rst \
83 $(SRC)/traffic-control/doc/codel.rst \ 84 $(SRC)/traffic-control/doc/codel.rst \
85 $(SRC)/traffic-control/doc/fq-codel.rst \
86 $(SRC)/traffic-control/doc/pie.rst \
84 $(SRC)/spectrum/doc/spectrum.rst \ 87 $(SRC)/spectrum/doc/spectrum.rst \
85 $(SRC)/stats/doc/adaptor.rst \ 88 $(SRC)/stats/doc/adaptor.rst \
86 $(SRC)/stats/doc/aggregator.rst \ 89 $(SRC)/stats/doc/aggregator.rst \
87 $(SRC)/stats/doc/collector.rst \ 90 $(SRC)/stats/doc/collector.rst \
88 $(SRC)/stats/doc/data-collection-helpers.rst \ 91 $(SRC)/stats/doc/data-collection-helpers.rst \
89 $(SRC)/stats/doc/data-collection-overview.rst \ 92 $(SRC)/stats/doc/data-collection-overview.rst \
90 $(SRC)/stats/doc/data-collection.rst \ 93 $(SRC)/stats/doc/data-collection.rst \
91 $(SRC)/stats/doc/probe.rst \ 94 $(SRC)/stats/doc/probe.rst \
92 $(SRC)/stats/doc/scope-and-limitations.rst \ 95 $(SRC)/stats/doc/scope-and-limitations.rst \
93 $(SRC)/netanim/doc/animation.rst \ 96 $(SRC)/netanim/doc/animation.rst \
(...skipping 13 matching lines...) Expand all
107 figures/emulated-channel.dia \ 110 figures/emulated-channel.dia \
108 $(SRC)/antenna/doc/source/figures/antenna-coordinate-system.dia \ 111 $(SRC)/antenna/doc/source/figures/antenna-coordinate-system.dia \
109 $(SRC)/network/doc/packet.dia \ 112 $(SRC)/network/doc/packet.dia \
110 $(SRC)/network/doc/node.dia \ 113 $(SRC)/network/doc/node.dia \
111 $(SRC)/network/doc/buffer.dia \ 114 $(SRC)/network/doc/buffer.dia \
112 $(SRC)/network/doc/sockets-overview.dia \ 115 $(SRC)/network/doc/sockets-overview.dia \
113 $(SRC)/internet/doc/internet-node-send.dia \ 116 $(SRC)/internet/doc/internet-node-send.dia \
114 $(SRC)/internet/doc/internet-node-recv.dia \ 117 $(SRC)/internet/doc/internet-node-recv.dia \
115 $(SRC)/internet/doc/routing.dia \ 118 $(SRC)/internet/doc/routing.dia \
116 $(SRC)/internet/doc/routing-specialization.dia \ 119 $(SRC)/internet/doc/routing-specialization.dia \
120 $(SRC)/internet/doc/figures/tcp-state-machine.png \
117 $(SRC)/wifi/doc/source/figures/WifiArchitecture.dia \ 121 $(SRC)/wifi/doc/source/figures/WifiArchitecture.dia \
118 $(SRC)/wifi/doc/source/figures/snir.dia \ 122 $(SRC)/wifi/doc/source/figures/snir.dia \
119 $(SRC)/wifi/doc/source/figures/clear-channel.eps \ 123 $(SRC)/wifi/doc/source/figures/clear-channel.eps \
120 $(SRC)/wifi/doc/source/figures/nist-frame-success-rate.eps \ 124 $(SRC)/wifi/doc/source/figures/nist-frame-success-rate.eps \
121 $(SRC)/wimax/doc/WimaxArchitecture.dia \ 125 $(SRC)/wimax/doc/WimaxArchitecture.dia \
122 $(SRC)/lte/doc/source/figures/epc-ctrl-arch.dia \ 126 $(SRC)/lte/doc/source/figures/epc-ctrl-arch.dia \
123 $(SRC)/lte/doc/source/figures/epc-data-flow-dl.dia \ 127 $(SRC)/lte/doc/source/figures/epc-data-flow-dl.dia \
124 $(SRC)/lte/doc/source/figures/epc-data-flow-ul.dia \ 128 $(SRC)/lte/doc/source/figures/epc-data-flow-ul.dia \
125 $(SRC)/lte/doc/source/figures/epc-profiling-scenario.dia \ 129 $(SRC)/lte/doc/source/figures/epc-profiling-scenario.dia \
126 $(SRC)/lte/doc/source/figures/epc-topology.dia \ 130 $(SRC)/lte/doc/source/figures/epc-topology.dia \
(...skipping 456 matching lines...) Expand 10 before | Expand all | Expand 10 after
583 @echo 587 @echo
584 @echo "Link check complete; look for any errors in the above output " \ 588 @echo "Link check complete; look for any errors in the above output " \
585 "or in $(BUILDDIR)/linkcheck/output.txt." 589 "or in $(BUILDDIR)/linkcheck/output.txt."
586 590
587 doctest: copy-sources $(IMAGES) 591 doctest: copy-sources $(IMAGES)
588 $(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) $(BUILDDIR)/doctest 592 $(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) $(BUILDDIR)/doctest
589 @echo "Testing of doctests in the sources finished, look at the " \ 593 @echo "Testing of doctests in the sources finished, look at the " \
590 "results in $(BUILDDIR)/doctest/output.txt." 594 "results in $(BUILDDIR)/doctest/output.txt."
591 595
592 596
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b