Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
ots-doctools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ots
ots-doctools
Commits
bca3378d
Commit
bca3378d
authored
1 year ago
by
James Vasile
Browse files
Options
Downloads
Patches
Plain Diff
Document dosh in the README
parent
23b59c6a
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+16
-0
16 additions, 0 deletions
README.md
with
16 additions
and
0 deletions
README.md
+
16
−
0
View file @
bca3378d
...
@@ -59,6 +59,22 @@ foo.draft.pdf`. (Note that you can also do this by setting the
...
@@ -59,6 +59,22 @@ foo.draft.pdf`. (Note that you can also do this by setting the
`draft`
variable to
`true`
at the top of the document, as discussed in
`draft`
variable to
`true`
at the top of the document, as discussed in
[
Latex + Jinja Usage
](
#latex-jinja-usage
)
below.)
[
Latex + Jinja Usage
](
#latex-jinja-usage
)
below.)
## Helper Tasks In Dosh
There is task runner called
`dosh`
. Use
`make bin/dosh`
to add it to your
document directory. Then invoke dosh (or add that bin dir to your path with
direnv or some such) with the name of the task you want to run.
`dosh watch`
sets up an inotify hook to watch your latex file and run make when
it changes.
`dosh verify_pdf_links`
tests the links in your PDF to see if they download
properly. This is useful mainly to make sure the sources we cite are addressed
correctly.
`bin/dosh`
is just a bash script that calls
`$OTS_DOCTOOLS/dosh`
. Feel free to
add your own tasks or override the existing ones.
## Pipeline and Plugins
## Pipeline and Plugins
We have enabled the use of jinja templates. The Makefile runs
We have enabled the use of jinja templates. The Makefile runs
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment