NLeSC / python-template

Netherlands eScience Center Python Template
https://research-software-directory.org/software/nlesc-python-template
Apache License 2.0
177 stars 76 forks source link

461-reorganizes the next step files for citation and online documentation #506

Closed fdiblen closed 3 weeks ago

fdiblen commented 3 weeks ago

Description

This PR reorganizes the next step files for citation and online documentation.

Related issues:

Instructions to review the pull request

Step-1: Generate a new package:

cd $(mktemp -d --tmpdir py-tmpl-XXXXXX)
copier copy --vcs-ref 461_next_steps https://github.com/nlesc/python-template next_steps 

Choose 'yes' for citation and online documentation questions.

Step-2: Create a local git repo to push to GitHub to trigger CI actions:

cd next_steps
git init
git add --all
git commit -m "First commit"
git remote add origin git@github.com:<you>/python-template-test.git
git push -u origin main -f
lyashevska commented 3 weeks ago

thanks @fdiblen! Citation and online documentation workflows are created and triggered automatically. Clean up did not work for me, see here: https://github.com/lyashevska/test-next-steps/actions/runs/10505936822/job/29104526448