├── .github └── workflows │ └── deploy_parse.yml ├── LICENSE ├── LOLMonday_latest.csv ├── LOLMonday_latest.json ├── README.md ├── docs └── README.md ├── lol.jpg ├── mdown_copy.py └── mkdocs.yml /.github/workflows/deploy_parse.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ladiesoflandsat/LOLManuscriptMonday/HEAD/.github/workflows/deploy_parse.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ladiesoflandsat/LOLManuscriptMonday/HEAD/LICENSE -------------------------------------------------------------------------------- /LOLMonday_latest.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ladiesoflandsat/LOLManuscriptMonday/HEAD/LOLMonday_latest.csv -------------------------------------------------------------------------------- /LOLMonday_latest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ladiesoflandsat/LOLManuscriptMonday/HEAD/LOLMonday_latest.json -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ladiesoflandsat/LOLManuscriptMonday/HEAD/README.md -------------------------------------------------------------------------------- /docs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ladiesoflandsat/LOLManuscriptMonday/HEAD/docs/README.md -------------------------------------------------------------------------------- /lol.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ladiesoflandsat/LOLManuscriptMonday/HEAD/lol.jpg -------------------------------------------------------------------------------- /mdown_copy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ladiesoflandsat/LOLManuscriptMonday/HEAD/mdown_copy.py -------------------------------------------------------------------------------- /mkdocs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ladiesoflandsat/LOLManuscriptMonday/HEAD/mkdocs.yml --------------------------------------------------------------------------------