Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
jborbely committed Feb 16, 2025
2 parents 89808e4 + 6ad2485 commit f6213fd
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 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
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ versions = [
clean = "rm -rf .coverage_html dist docs/_apidoc docs/_build .pytest_cache"

[tool.hatch.envs.hatch-test]
extra-dependencies = ["msl-loadlib[tests]"]
features = ["tests"]
default-args = ["--config-file=pyproject.toml"]

[tool.hatch.envs.hatch-test.scripts]
Expand All @@ -98,7 +98,7 @@ cov-combine = "coverage combine"
cov-report = "coverage html"

[tool.hatch.envs.docs]
dependencies = ["msl-loadlib[docs]"]
features = ["docs"]

[tool.hatch.envs.docs.scripts]
apidoc = "sphinx-apidoc --force --module-first --separate --implicit-namespaces --output-dir docs/_apidoc msl"
Expand Down
Binary file modified src/msl/examples/loadlib/fortran_libarm64.dylib
Binary file not shown.

0 comments on commit f6213fd

Please sign in to comment.