Skip to content

Commit

Permalink
docs: update literalinclude path
Browse files Browse the repository at this point in the history
  • Loading branch information
jborbely committed May 20, 2024
1 parent 0555f8f commit b30e0c2
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docs/cpp_source.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Source code for the example C++ library.
cpp_lib.h
=========

.. literalinclude:: ../msl/examples/loadlib/cpp_lib.h
.. literalinclude:: ../src/msl/examples/loadlib/cpp_lib.h
:language: cpp

.. _cpp-lib-source:
Expand All @@ -20,5 +20,5 @@ cpp_lib.h
cpp_lib.cpp
===========

.. literalinclude:: ../msl/examples/loadlib/cpp_lib.cpp
.. literalinclude:: ../src/msl/examples/loadlib/cpp_lib.cpp
:language: cpp
2 changes: 1 addition & 1 deletion docs/dotnet_source.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ Source code for the example C# library.
dotnet_lib.cs
=============

.. literalinclude:: ../msl/examples/loadlib/dotnet_lib.cs
.. literalinclude:: ../src/msl/examples/loadlib/dotnet_lib.cs
:language: csharp
2 changes: 1 addition & 1 deletion docs/fortran_source.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ Source code for the example FORTRAN library.
fortran_lib.f90
===============

.. literalinclude:: ../msl/examples/loadlib/fortran_lib.f90
.. literalinclude:: ../src/msl/examples/loadlib/fortran_lib.f90
:language: fortran
6 changes: 3 additions & 3 deletions docs/java_source.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The following file is compiled to ``Trig.class`` byte code.
Trig.java
----------

.. literalinclude:: ../msl/examples/loadlib/Trig.java
.. literalinclude:: ../src/msl/examples/loadlib/Trig.java
:language: java

.. _java-lib-jar:
Expand All @@ -32,13 +32,13 @@ The following classes are included in the ``nz.msl.examples`` package in ``java_
MathUtils.java
--------------

.. literalinclude:: ../msl/examples/loadlib/nz/msl/examples/MathUtils.java
.. literalinclude:: ../src/msl/examples/loadlib/nz/msl/examples/MathUtils.java
:language: java

.. _java-lib-Matrix:

Matrix.java
-----------

.. literalinclude:: ../msl/examples/loadlib/nz/msl/examples/Matrix.java
.. literalinclude:: ../src/msl/examples/loadlib/nz/msl/examples/Matrix.java
:language: java
2 changes: 1 addition & 1 deletion docs/labview_source.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ labview_lib.vi
labview_lib.h
=============

.. literalinclude:: ../msl/examples/loadlib/labview_lib.h
.. literalinclude:: ../src/msl/examples/loadlib/labview_lib.h
:language: cpp

0 comments on commit b30e0c2

Please sign in to comment.