diff --git a/doc/installation/source/macos.rst b/doc/installation/source/macos.rst index 76d5be528..cde771541 100644 --- a/doc/installation/source/macos.rst +++ b/doc/installation/source/macos.rst @@ -64,7 +64,7 @@ Recommended +=============================+========================+===================================+ | Compiler cache optimization | ``ccache`` | ``ccache`` | +-----------------------------+------------------------+-----------------------------------+ - | Code linting | ``clang-format llvm`` | clang-format included with | + | Code linting | ``clang-format llvm`` | clang-format included with | | | | ``clang``, need to select | | | | ``clang-XX llvm-XX`` versions | +-----------------------------+------------------------+-----------------------------------+ diff --git a/doc/installation/source/windows.rst b/doc/installation/source/windows.rst index 7badcb82a..03500f159 100644 --- a/doc/installation/source/windows.rst +++ b/doc/installation/source/windows.rst @@ -175,7 +175,7 @@ To install it with the network installer, start by creating a texlive folder and texlive configuration profile below. You can change the installation directory (starting with ``C:/texlive/2022``). -.. sourcecode:: raw +.. sourcecode:: text selected_scheme scheme-custom TEXDIR C:/texlive/2022 diff --git a/doc/manual/source/enable-tests.rst b/doc/manual/source/enable-tests.rst index 829a17756..5dbb4a063 100644 --- a/doc/manual/source/enable-tests.rst +++ b/doc/manual/source/enable-tests.rst @@ -181,14 +181,14 @@ Enable examples and tests that depend on a set of modules using |ns3| As seen above, the following command only builds the requested modules (core and wifi), plus any modules that are implicitly needed (e.g., network), and the resulting compatible examples and tests: -.. sourcecode:: terminal +.. sourcecode:: console ./ns3 configure --enable-modules="wifi;core" --enable-examples --enable-tests However, when developing a new module, you may prefer to use the following alternative, which builds all module libraries, but will filter out any examples and tests from modules that are not explicitly listed. -.. sourcecode:: terminal +.. sourcecode:: console ./ns3 configure --filter-module-examples-and-tests="wifi;core" --enable-examples --enable-tests diff --git a/doc/manual/source/events.rst b/doc/manual/source/events.rst index 9d14da677..508d5a9ef 100644 --- a/doc/manual/source/events.rst +++ b/doc/manual/source/events.rst @@ -81,7 +81,7 @@ monotonically increasing counter) will be handled first. In other words tied events are handled in FIFO order. Note that concurrent events (events that happen at the very same time) -are unlikely in a real system - not to say impossible. In |ns-3| +are unlikely in a real system - not to say impossible. In |ns3| concurrent events are common for a number of reasons, one of them being the time representation. While developing a model this must be carefully taken into account. @@ -289,7 +289,7 @@ for example:: or by using a command line argument -.. sourcecode:: terminal +.. sourcecode:: console $ ./ns3 run "... --SimulatorImplementationType=ns3::DistributedSimulatorImpl" diff --git a/doc/tutorial/source/getting-started.rst b/doc/tutorial/source/getting-started.rst index 512102b0d..b488bf4c2 100644 --- a/doc/tutorial/source/getting-started.rst +++ b/doc/tutorial/source/getting-started.rst @@ -1159,7 +1159,7 @@ The first, is to set VSCode's ``settings.json`` file to include the following: The second, a more permanent solution, with the following command: -.. sourcecode:: terminal +.. sourcecode:: console > echo %PATH% C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem; diff --git a/src/antenna/doc/source/antenna-design.rst b/src/antenna/doc/source/antenna-design.rst index 3d3087387..7454d7414 100644 --- a/src/antenna/doc/source/antenna-design.rst +++ b/src/antenna/doc/source/antenna-design.rst @@ -174,7 +174,7 @@ and vertical elements can be configured through the attributes "AntennaHorizonta and "AntennaVerticalSpacing". UniformPlannarArray supports the concept of antenna ports following the sub-array partition -model for TXRU virtualization, as described in Section 5.2.2 of 3GPP TR 36.897 [36897]_. +model for TXRU virtualization, as described in Section 5.2.2 of 3GPP TR 36.897 [3GPP_TR36897]_. The number of antenna ports in vertical and horizontal directions can be configured through the attributes "NumVerticalPorts" and "NumHorizontalPorts", respectively. For example, if "NumRows" and "NumColumns" are configured to 2 and 4, and the number of @@ -210,5 +210,5 @@ as described in [38901]_ (i.e., :math:`{\zeta}`). .. [Mailloux] Robert J. Mailloux, "Phased Array Antenna Handbook", Artech House, 2nd Ed. -.. [TR36897] 3GPP. 2015. TR 36.897. Study on elevation beamforming / Full-Dimension (FD) +.. [3GPP_TR36897] 3GPP. 2015. TR 36.897. Study on elevation beamforming / Full-Dimension (FD) Multiple Input Multiple Output (MIMO) for LTE. V13.0.0. (2015-06) diff --git a/src/energy/doc/energy.rst b/src/energy/doc/energy.rst index 74cb35ada..ca841cdb6 100644 --- a/src/energy/doc/energy.rst +++ b/src/energy/doc/energy.rst @@ -84,7 +84,7 @@ Tremblay's model on itself is based on a popular battery model created by Shephe Tremblay's model consist in visually identify a set of points from batteries manufacters' discharge curves datasheets. -.. _fig-energyFramework: +.. _fig-dischargeCurve: .. figure:: figures/dischargeCurve.* diff --git a/src/lte/doc/source/lte-references.rst b/src/lte/doc/source/lte-references.rst index 9b6a3b01f..f2b950819 100644 --- a/src/lte/doc/source/lte-references.rst +++ b/src/lte/doc/source/lte-references.rst @@ -4,8 +4,6 @@ References ================================= -.. [TS25814] 3GPP TS 25.814 "Physical layer aspect for evolved Universal Terrestrial Radio Access" - .. [TS29274] 3GPP TS 29.274 "GPRS Tunnelling Protocol for Control plane (GTPv2-C)" .. [TS36101] 3GPP TS 36.101 "E-UTRA User Equipment (UE) radio transmission and reception" @@ -64,10 +62,6 @@ References .. [Baldo2009] N. Baldo and M. Miozzo, "Spectrum-aware Channel and PHY layer modeling for ns3", Proceedings of ICST NSTools 2009, Pisa, Italy -.. [Piro2010] Giuseppe Piro, Luigi Alfredo Grieco, Gennaro Boggia, and Pietro Camarda, - "A Two-level Scheduling Algorithm for QoS Support in the Downlink of LTE Cellular Networks", - Proc. of European Wireless, EW2010, Lucca, Italy, Apr., 2010 - .. [Holtzman2000] J.M. Holtzman, "CDMA forward link waterfilling power control", in Proc. of IEEE VTC Spring, 2000. @@ -105,12 +99,6 @@ References "Some results and insights on the performance gains of MIMO systems," Selected Areas in Communications, IEEE Journal on , vol.21, no.5, pp. 839- 847, June 2003 -.. [Ikuno2010] J.C. Ikuno, M. Wrulich, M. Rupp, "System Level Simulation of LTE Networks," - Vehicular Technology Conference (VTC 2010-Spring), 2010 IEEE 71st , vol., no., pp.1-5, 16-19 May 2010 - -.. [Milos2012] J. Milos, "Performance Analysis Of PCFICH LTE Control Channel", - Proceedings of the 19th Conference STUDENT EEICT 2012, Brno, CZ, 2012. - .. [FujitsuWhitePaper] "Enhancing LTE Cell-Edge Performance via PDCCH ICIC". .. [Bharucha2011] Z. Bharucha, G. Auer, T. Abe, N. Miki, diff --git a/src/spectrum/doc/spectrum.rst b/src/spectrum/doc/spectrum.rst index a7208e41c..bdc59a246 100644 --- a/src/spectrum/doc/spectrum.rst +++ b/src/spectrum/doc/spectrum.rst @@ -743,7 +743,7 @@ returns a 3D long term channel matrix whose dimensions are the number of the receive antenna ports, the number transmit antenna ports, and the number of clusters. When multiple ports are being configured note that the sub-array partition model is adopted for TXRU virtualization, as described -in Section 5.2.2 of 3GPP TR 36.897[TR36897]_, and so equal beam weights are used for all the ports. +in Section 5.2.2 of 3GPP TR 36.897 [TR36897]_, and so equal beam weights are used for all the ports. Support of the full-connection model for TXRU virtualization would need extensions. To reduce the computational load, the long term components associated to the different channels are stored in the m_longTermMap