Skip to content

Commit 5af8620

Browse files
Incremental cleanup (eclipse-score#39)
Cleaned up unused imports and small fix inside the README Also-by: Aymen Soussi aymen.soussi@expleogroup.com
1 parent 7ed2c2a commit 5af8620

3 files changed

Lines changed: 3 additions & 8 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ For a full example look at [a simple example](examples/simple)
8181
#### 3. Run a documentation build:
8282

8383
```bash
84-
bazel run //path/to/BUILD-file:incremental # documentation at '_build/'
85-
bazel build //path/to/BUILD-file:docs # documentation at 'bazel-bin/
84+
bazel run //path/to/BUILD-file:incremental_latest # documentation at '_build/'
85+
bazel build //path/to/BUILD-file:docs_latest # documentation at 'bazel-bin/
8686
```
8787

8888
#### 4. Access your documentation at

src/extensions/score_metamodel/tests/rst/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# *******************************************************************************
2-
# Copyright (c) 2024 Contributors to the Eclipse Foundation
2+
# Copyright (c) 2025 Contributors to the Eclipse Foundation
33
#
44
# See the NOTICE file(s) distributed with this work for additional
55
# information regarding copyright ownership.

src/extensions/score_metamodel/tests/test_rules_file_based.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@
2020
import pytest
2121
from sphinx.testing.util import SphinxTestApp
2222

23-
from src.extensions.score_metamodel import (
24-
graph_check_function,
25-
local_check_function,
26-
)
27-
2823
RST_DIR = Path(__file__).absolute().parent / "rst"
2924
DOCS_DIR = Path(__file__).absolute().parent.parent.parent.parent.parent
3025
TOOLING_DIR_NAME = "src"

0 commit comments

Comments
 (0)