├── .github └── workflows │ └── build-static.yml ├── .gitignore ├── LICENSE ├── README.md ├── myst.yml └── paper.md /.github/workflows/build-static.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neural-reckoning/myst-paper-template/HEAD/.github/workflows/build-static.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neural-reckoning/myst-paper-template/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neural-reckoning/myst-paper-template/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neural-reckoning/myst-paper-template/HEAD/README.md -------------------------------------------------------------------------------- /myst.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neural-reckoning/myst-paper-template/HEAD/myst.yml -------------------------------------------------------------------------------- /paper.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neural-reckoning/myst-paper-template/HEAD/paper.md --------------------------------------------------------------------------------