File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ use pyo3::prelude::*;
4
4
use pyo3_stub_gen:: derive:: * ;
5
5
6
6
/// Dependency object to refer to previous output.
7
- ///
7
+ ///
8
8
/// Path to the output will be provided as an environment variable named `envvar_name`.
9
9
#[ gen_stub_pyclass]
10
10
#[ pyclass]
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ use pyo3::prelude::*;
4
4
use pyo3_stub_gen:: derive:: * ;
5
5
6
6
/// Execution object to be executed
7
- ///
7
+ ///
8
8
/// Script will be run with paths as environment variables specified in `depends_on`.
9
9
#[ gen_stub_pyclass]
10
10
#[ pyclass]
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ use pyo3::prelude::*;
2
2
use pyo3_stub_gen:: derive:: * ;
3
3
4
4
/// Output object of each job.
5
- ///
5
+ ///
6
6
/// Executions can depend on Output by passing Output object to `depends_on` field of Execution.
7
7
#[ gen_stub_pyclass]
8
8
#[ pyclass]
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ use pyo3::prelude::*;
4
4
use pyo3_stub_gen:: derive:: * ;
5
5
6
6
/// Resource object to be placed in the execution environment.
7
- ///
7
+ ///
8
8
/// EmptyDirectory is an directory and TextFile and RuntimeTextFile are files.
9
9
#[ gen_stub_pyclass_enum]
10
10
#[ pyclass]
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ use pyo3::prelude::*;
3
3
use pyo3_stub_gen:: derive:: * ;
4
4
5
5
/// RuntimeText object to be placed in the execution environment.
6
- ///
6
+ ///
7
7
/// `label`s have corresponding types of resources determined in judge-run time.
8
8
/// | label | description |
9
9
/// | --- | --- |
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ use pyo3_stub_gen::derive::*;
4
4
use std:: path:: PathBuf ;
5
5
6
6
/// Text object to be placed in the execution environment.
7
- ///
7
+ ///
8
8
/// Contents of Text must be static.
9
9
#[ gen_stub_pyclass]
10
10
#[ pyclass]
You can’t perform that action at this time.
0 commit comments