You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,8 @@
2
2
:alt:Project Status: Inactive – The project has reached a stable, usable state but is no longer being actively developed; support/maintenance will be provided as time allows.
@@ -156,7 +156,7 @@ Create a project directory skeleton. From the command line do:
156
156
project_quickstart --script-R my_super_script # which will create an R script template called my_super_script.R
157
157
project_quickstart --script-python my_super_script # which will create a Python script template called my_super_script.py
158
158
159
-
This will create data, code, manuscript and results directories along with Python and R template scripts and the necessary skeleton files for Python packaging, Docker, Travis CI, Sphinx, etc.
159
+
This will create data, code, manuscript and results directories along with Python and R template scripts and the necessary skeleton files for Python packaging, Docker, GitHub Actions CI, Sphinx, etc.
160
160
161
161
The --script options will create additional copies of script templates in the current working directory.
162
162
@@ -329,8 +329,8 @@ Project workflow
329
329
330
330
#. Run this package to setup folders, github repo structure, code testing, py package files, etc.
331
331
#. Download packages, tools, etc. Setup Docker, conda kaspel, or other form of tracking environment, packages and their versions.
0 commit comments