Skip to content

Commit 10716bf

Browse files
author
Maximilien
committed
centralize documentation in the main repository
1 parent 00ea597 commit 10716bf

Some content is hidden

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

44 files changed

+219
-219
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/batch-doctrine-persistence/docs/object-registry.md renamed to docs/batch-doctrine-persistence/object-registry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ Otherwise, the query will be the fastest possible because it will use the object
7878

7979
## On the same subject
8080

81-
- [What is an item job ?](https://github.com/yokai-php/batch/blob/0.x/docs/domain/item-job.md)
81+
- [What is an item job ?](../batch/domain/item-job.md)
File renamed without changes.
File renamed without changes.

src/batch-openspout/docs/flat-file-item-reader.md renamed to docs/batch-openspout/flat-file-item-reader.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Item reader with CSV/ODS/XLSX files
22

3-
The [FlatFileReader](../src/Reader/FlatFileReader.php) is a reader
3+
The [FlatFileReader](../../src/batch-openspout/src/Reader/FlatFileReader.php) is a reader
44
that will read from CSV/ODS/XLSX file and return each line as an array.
55

66
```php
@@ -45,4 +45,4 @@ new FlatFileReader(
4545

4646
## On the same subject
4747

48-
- [What is an item reader ?](https://github.com/yokai-php/batch/blob/0.x/docs/domain/item-job/item-reader.md)
48+
- [What is an item reader ?](../batch/domain/item-job/item-reader.md)

src/batch-openspout/docs/flat-file-item-writer.md renamed to docs/batch-openspout/flat-file-item-writer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Item writer with CSV/ODS/XLSX files
22

3-
The [FlatFileWriter](../src/Writer/FlatFileWriter.php) is a writer that will write to CSV/ODS/XLSX file and each item will
3+
The [FlatFileWriter](../../src/batch-openspout/src/Writer/FlatFileWriter.php) is a writer that will write to CSV/ODS/XLSX file and each item will
44
written its own line.
55

66
```php
@@ -47,4 +47,4 @@ new FlatFileWriter(
4747

4848
## On the same subject
4949

50-
- [What is an item writer ?](https://github.com/yokai-php/batch/blob/0.x/docs/domain/item-job/item-writer.md)
50+
- [What is an item writer ?](../batch/domain/item-job/item-writer.md)

src/batch-symfony-console/docs/command.md renamed to docs/batch-symfony-console/command.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Command
22

3-
The [RunJobCommand](../src/RunJobCommand.php) can execute any job.
3+
The [RunJobCommand](../../src/batch-symfony-console/src/RunJobCommand.php) can execute any job.
44

55
The command accepts 2 arguments :
66
- the job name to execute
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Job launcher
22

3-
The [RunCommandJobLauncher](../src/RunCommandJobLauncher.php) execute jobs via an asynchronous symfony command.
3+
The [RunCommandJobLauncher](../../src/batch-symfony-console/src/RunCommandJobLauncher.php) execute jobs via an asynchronous symfony command.
44

55
The command called is [`yokai:batch:run`](command.md), and the command will actually execute the job.
66

@@ -9,4 +9,4 @@ Additionally, the command will run with an output redirect (`>>`) to `var/log/ba
99

1010
## On the same subject
1111

12-
- [What is a job launcher ?](https://github.com/yokai-php/batch/blob/0.x/docs/domain/job-launcher.md)
12+
- [What is a job launcher ?](../batch/domain/job-launcher.md)

0 commit comments

Comments
 (0)