Skip to content

Commit 4c56a26

Browse files
committed
Remove ls-bus-guide due to split into own repository
Signed-off-by: Pierre R. Mai <[email protected]>
1 parent bd199d2 commit 4c56a26

File tree

95 files changed

+13
-11744
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+13
-11744
lines changed

.github/workflows/build-guides.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,33 +16,23 @@ jobs:
1616
- name: checkout
1717
uses: actions/checkout@v3
1818
- name: prepare
19-
run: mkdir build && mkdir build/fmi-guide && mkdir build/ls-bus-guide && mkdir build/fmi-profiles
19+
run: mkdir build && mkdir build/fmi-guide && mkdir build/fmi-profiles
2020
- name: build implementers guide
2121
uses: avattathil/asciidoctor-action@master
2222
with:
2323
program: "asciidoctor -D build/fmi-guide --backend=html5 --attribute=revnumber=${GITHUB_REF#refs/heads/}-$GITHUB_SHA --attribute=revdate=$(date +%F) fmi-guide/index.adoc"
24-
- name: build LS-BUS implementers guide
25-
uses: avattathil/asciidoctor-action@master
26-
with:
27-
program: "asciidoctor -D build/ls-bus-guide --backend=html5 --attribute=revnumber=${GITHUB_REF#refs/heads/}-$GITHUB_SHA --attribute=revdate=$(date +%F) ls-bus-guide/index.adoc"
2824
- name: build FMI profiles
2925
uses: avattathil/asciidoctor-action@master
3026
with:
3127
program: "asciidoctor -D build/fmi-profiles --backend=html5 --attribute=revnumber=${GITHUB_REF#refs/heads/}-$GITHUB_SHA --attribute=revdate=$(date +%F) fmi-profiles/index.adoc"
3228
- name: copy images
33-
run: tar cf - fmi-guide/images ls-bus-guide/images fmi-profiles/images | tar xfC - build
29+
run: tar cf - fmi-guide/images fmi-profiles/images | tar xfC - build
3430
- name: archive implementers guide
3531
uses: actions/upload-artifact@v4
3632
with:
3733
name: FMI-Guide
3834
path: build/fmi-guide/*
3935
if-no-files-found: error
40-
- name: archive LS-BUS implementers guide
41-
uses: actions/upload-artifact@v4
42-
with:
43-
name: LS-BUS-Guide
44-
path: build/ls-bus-guide/*
45-
if-no-files-found: error
4636
- name: archive FMI profiles
4737
uses: actions/upload-artifact@v4
4838
with:

LICENSE.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Copyright (C) 2016-2020 prostep ivip project SmartSE,
2-
2021-2023 Modelica Association Project "FMI"
2+
2021-2025 Modelica Association Project "FMI"
33
All rights reserved.
44

55
Source code or other data, such as C-header and XML-schema files, that
6-
accompany the specification documents are released under the BSD 2-Clause
6+
accompany the guide documents are released under the BSD 2-Clause
77
license:
88

99
----------------------------------------------------------------------------
@@ -31,7 +31,7 @@ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3131
----------------------------------------------------------------------------
3232

3333

34-
The FMI specification is released under the CC-BY-SA (Creative Common
34+
The FMI guides are released under the CC-BY-SA (Creative Common
3535
Attribution ShareAlike 4.0 International):
3636

3737

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,22 @@ The [FMI 3.0 Implementer's Guide][guide] is currently maintained on
1616
[GitHub][githubguide] and is published [here][guide]. It is based on
1717
the [FMI][] standard.
1818

19-
The [FMI LS BUS Implementer's Guide][ls-bus-guide] is currently
20-
maintained on [GitHub][github-ls-bus-guide] and is published
21-
[here][ls-bus-guide]. It is based on the [FMI-LS-BUS][] layered
22-
standard for Network Communication.
23-
2419
The [FMI 2.0/3.0 Profiles][profile] are currently maintained on
2520
[GitHub][githubprofile] and is published [here][profile].
2621

2722
In future additional guides might be integrated into this repository.
2823

24+
**NOTE**
25+
26+
The [FMI LS BUS Implementer's Guide][ls-bus-guide] has moved to
27+
its own repository on [GitHub][github-ls-bus-guide] and is published
28+
[there][ls-bus-guide].
29+
2930
[FMI]: https://fmi-standard.org/
3031
[FMI-LS-BUS]: https://github.com/modelica/fmi-ls-bus/
3132
[githubguide]: fmi-guide/index.adoc
3233
[guide]: https://modelica.github.io/fmi-guides/main/fmi-guide/
33-
[github-ls-bus-guide]: ls-bus-guide/index.adoc
34-
[ls-bus-guide]: https://modelica.github.io/fmi-guides/main/ls-bus-guide/
34+
[github-ls-bus-guide]: https://github.com/modelica/fmi-ls-bus-guides/ls-bus-guide/index.adoc
35+
[ls-bus-guide]: https://modelica.github.io/fmi-ls-bus-guides/main/ls-bus-guide/
3536
[githubprofile]: fmi-profiles/index.adoc
3637
[profile]: https://modelica.github.io/fmi-guides/main/fmi-profiles/

ls-bus-guide/0___preamble.adoc

Lines changed: 0 additions & 18 deletions
This file was deleted.

ls-bus-guide/1___introduction.adoc

Lines changed: 0 additions & 9 deletions
This file was deleted.

ls-bus-guide/2___common.adoc

Lines changed: 0 additions & 2 deletions
This file was deleted.

ls-bus-guide/3____physical_signal_abstraction.adoc

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)