Skip to content

Commit

Permalink
finalize docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sweikenb committed Sep 30, 2023
1 parent 8b87d20 commit 42c6536
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 27 deletions.
6 changes: 0 additions & 6 deletions docs/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,3 @@
# Troubleshoot

- [Common Pitfalls](common-pitfalls-and-workarounds.md)

# Real-World Examples

- [Async Workloads](examples/async-workloads.md)
- [Queued Parallel-Processing](examples/queued-processing.md)
- [IPC Examples](examples/ipc-examples.md)
3 changes: 0 additions & 3 deletions docs/src/examples/async-workloads.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/src/examples/ipc-examples.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/src/examples/queued-processing.md

This file was deleted.

4 changes: 0 additions & 4 deletions docs/src/features/ipc.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,3 @@ class Sweikenb\Library\Pcntl\Model\Ipc\MessageModel#14 (2) {
Process finished with exit code 0
```

## Further Examples

You can find some real-world examples [here](../examples/ipc-examples.md).
4 changes: 0 additions & 4 deletions docs/src/features/process-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,3 @@ Please note that the callback of the `wait()` method gets called BEFORE the life
- `$processOutput`
- output instance that should be used as proxy for writing data to `STDOUT` and `STDERR`
- default: `Sweikenb\Library\Pcntl\ProcessOutput`

## Further Examples

You can find some real-world examples [here](../examples/async-workloads.md).
4 changes: 0 additions & 4 deletions docs/src/features/process-queue.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,3 @@ for ($i = 0; $i < 100; $i++) {
- `$processManager`
- instance of the process manager to be used
- default: `Sweikenb\Library\Pcntl\ProcessManager`

## Further Examples

You can find some real-world examples [here](../examples/queued-processing.md).

0 comments on commit 42c6536

Please sign in to comment.