File tree Expand file tree Collapse file tree
src/extensions/score_metamodel/tests Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 2020import pytest
2121from sphinx .testing .util import SphinxTestApp
2222
23- from src .extensions .score_metamodel import (
24- graph_check_function ,
25- local_check_function ,
26- )
27-
2823RST_DIR = Path (__file__ ).absolute ().parent / "rst"
2924DOCS_DIR = Path (__file__ ).absolute ().parent .parent .parent .parent .parent
3025TOOLING_DIR_NAME = "src"
You can’t perform that action at this time.
0 commit comments