Skip to content

thomashampson/handoverdocs

This branch is up to date with StephenSmith25/handoverdocs:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7c2858e · Nov 3, 2021

History

11 Commits
Nov 2, 2021
Nov 2, 2021
Nov 2, 2021
Nov 2, 2021
Nov 2, 2021
Nov 3, 2021
Nov 2, 2021
Nov 3, 2021
Nov 2, 2021
Nov 3, 2021
Nov 3, 2021
Nov 2, 2021
Nov 3, 2021
Nov 2, 2021
Nov 2, 2021
Nov 3, 2021
Nov 2, 2021
Nov 3, 2021

Repository files navigation

handoverdocs

To build pdfs of the docs you can use pandoc. On osx install:

brew install pandoc```

Now install tex

brew install basictex

Install the mermaid folter

npm i -g mermaid-filter

As an example, run:

pandoc  -F mermaid-filter conda_build.md -o conda_build.pdf -V papersize:a4 --highlight-style pygments

Once the dependencies are install you can run the build script build.sh

Else you can view the docs in vscode.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%