-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add: update folder structure and setup files so python package is aut…
…omatically installable * add auto generating changlog to workflow * add auto generating changlog to workflow * changed to checkoutv3 in changlog workflow * adding initial package files for user * changed file structure for package and changed package name to repo name * change expected values for repo_name * change expected values for repo_name * change expected values for repo_name * change expected values for repo_name * changed file structure for package and changed package name to repo name * changed file structure for package and changed package name to repo name * changed file structure and changed directory tests in env * changed directory tests in env * changed directory tests in env * changing ignored subfolders in env test * changing ignored subfolders and env variable names * changing ignored subfolders and env variable names * changing name change in env test * added expected paths for folders in src * added expected paths for folders in src * changed src and tests env directories * changed src and tests env directories and hid repo name in expected paths * added bug fix to make expected repo name upper * adding environment variable for package dir * adding environment variable for package dir * removing brackets from directory variables to match env file * removing brackets and spaces from directory variables to match env file * removing brackets and spaces from directory variables to match env file * fix bug in remove bracket and space function * change format of env variables * refactoring test_env * updating initial requiremnets files and package location * updating typo in testing injected variables * updated main readme to include package setup details * changed: updated setup and requirement files * docs: update structure in readmes * docs: remove src package reference * comment out src package in docs * comment out src package in docs * chore: remove fast fail from workflow * chore: remove fast fail * Revert "comment out src package in docs" revert document changes This reverts commit 23f23ab. * revert "comment out src package in docs" This reverts commit 5a80482. * Revert "docs: remove src package reference" This reverts commit 24c1358. * Revert "docs: update structure in readmes" This reverts commit d523e81. * docs: change src module to {{ cookiecutter.repo_name }} * fix: update injected variable count * fix: update injected variable count * Revert "changed to checkoutv3 in changlog workflow" This reverts commit 10ac908. * fix: remove changelog workflow * docs: move package install instructions to template readme * fix: remove changelog workflow * docs: removed src and test docs in structure documentation and replaced with package name * fix: update version of isort to 5.12.0 for poetry fix * fix: update python versions in build wf's as isort no longer compatible with 3.7 * fix: fix python version 3.10 in build with ' * fix: fix accessability link * fix: update isort on template build * fix: remove r version 4.0.4 * fix: remove file exclusion from pre commit * fix: remove ubuntu from template build * fix: remove R version 4.05 * fix: update R versions in template build * fix: add ubuntu os to template build * chore: remove lower version of R for test * fix: update dependencies for ubuntu in template build * fix: add dependency to ubuntu packages * fix: remove dependency to test if test passes * fix: update os in template build * docs: update docs to mention python installable and R not
- Loading branch information
1 parent
f36b4f1
commit ef7990d
Showing
33 changed files
with
145 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
{{ cookiecutter.repo_name }}/docs/reference/make_visualisations.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
3 changes: 3 additions & 0 deletions
3
{{ cookiecutter.repo_name }}/docs/structure/{{ cookiecutter.repo_name }}.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
```{include} ../../{{ cookiecutter.repo_name }}/README.md | ||
:relative-docs: ../docs/structure | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
[metadata] | ||
name = {{ cookiecutter.repo_name }} | ||
description = a brief description | ||
author = {{ cookiecutter.organisation_handle }} | ||
platforms = win32 | ||
classifiers = | ||
Programming Language :: Python :: 3.6 | ||
Programming Language :: Python :: 3.7 | ||
Programming Language :: Python :: 3.8 | ||
Programming Language :: Python :: 3.9 | ||
|
||
[options] | ||
packages = | ||
{{ cookiecutter.repo_name }} | ||
install_requires = | ||
coverage | ||
detect-secrets == 1.0.3 | ||
myst-parser | ||
pre-commit | ||
pytest | ||
detect-secrets | ||
python-dotenv | ||
Sphinx | ||
toml | ||
python_requires = >=3.6 | ||
|
||
zip_safe = no |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
from setuptools import setup | ||
|
||
if __name__ == "__main__": | ||
setup() |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file.
File renamed without changes.
Empty file.