Skip to content

Commit

Permalink
Documentation tweaks, remove presentation draft (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlange-42 authored Feb 3, 2025
1 parent 85ef42e commit 9748a0f
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 129 deletions.
2 changes: 1 addition & 1 deletion assets/config/modo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ case-insensitive: false
# Directories to scan for templates to overwrite builtin templates.
templates: []

# Bash commands to run before build as well as test.
# Bash scripts to run before build as well as test.
pre-run:{{if not .PreRun}} []

{{else}}
Expand Down
125 changes: 0 additions & 125 deletions docs/docs/slides/draft.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/docs/slides/slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ fn test_sum() raises:
Configure pre- and post-processing bash scripts

```yaml
# Bash commands to run before build as well as test.
# Bash scripts to run before build as well as test.
pre-run:
- |
echo Running 'mojo doc'...
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/src/guide/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ case-insensitive: false
# Directories to scan for templates to overwrite builtin templates.
templates: []

# Bash commands to run before build as well as test.
# Bash scripts to run before build as well as test.
pre-run:
- |
echo Running 'mojo doc'...
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/src/guide/features/scripts.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Each bash script can be comprised of multiple commands.
Here is an example that shows how `mojo doc` is executed in the default setup before build and test:

```yaml
# Bash commands to run before build as well as test.
# Bash scripts to run before build as well as test.
pre-run:
- |
echo Running 'mojo doc'...
Expand Down

0 comments on commit 9748a0f

Please sign in to comment.