diff --git a/.buildinfo b/.buildinfo new file mode 100644 index 0000000..0a8dd87 --- /dev/null +++ b/.buildinfo @@ -0,0 +1,4 @@ +# Sphinx build info version 1 +# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. +config: 0c2971fc4724fb237d485a5cbc2526b1 +tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/.github/scripts/yamlheader.html b/.github/scripts/yamlheader.html new file mode 100644 index 0000000..bc1df6e --- /dev/null +++ b/.github/scripts/yamlheader.html @@ -0,0 +1,269 @@ + + +
+ + + +As contributors and maintainers of this project, we pledge to respect all people who contribute through reporting issues, posting feature requests, updating documentation, submitting pull requests or patches, and other activities.
+We are committed to making participation in this project a harassment-free experience for everyone, regardless of level of experience, gender, gender identity and expression, sexual orientation, disability, personal appearance, body size, race, ethnicity, age, or religion.
+Examples of unacceptable behaviour by participants include the use of sexual language or imagery, derogatory comments or personal attacks, trolling, public or private harassment, insults, or other unprofessional conduct.
+Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct. Project maintainers who do not follow the Code of Conduct may be removed from the project team.
+Instances of abusive, harassing, or otherwise unacceptable behaviour may be reported by opening an issue or contacting one or more of the project maintainers.
+This Code of Conduct is adapted from the Contributor Covenant, version 1.0.0, available at https://contributor-covenant.org/version/1/0/0/.
+starterkit-lessons is an open source project, and we welcome contributions of all kinds:
+New lessons;
Fixes to existing material;
Bug reports; and
Reviews of proposed changes.
By contributing, you are agreeing that we may redistribute your work under these licenses
.
+You also agree to abide by our contributor code of conduct
.
We use the fork and pull model to manage changes. +More information about forking a repository and making a Pull Request.
To build the lessons please install the dependencies.
For our lessons, you should branch from and submit pull requests against the master
branch.
When editing lesson pages, you need only commit changes to the Markdown source files.
If you’re looking for things to work on, please see the list of issues for this repository. +Comments on issues and reviews of pull requests are equally welcome.
To build the lessons locally, install the following:
+ +Then build the pages:
+$ starterkit_ci build --allow-warnings
+$ starterkit_ci check --allow-warnings
+
and start a web server to host them:
+$ cd build
+$ python -m http.server 8000
+
You can see your local version by using a web-browser to navigate to http://localhost:8000
or wherever it says it’s serving the book.
All instructional material is made available under the Creative Commons +Attribution license. The following is a human-readable summary of +(and not a substitute for) the full legal text of the CC BY 4.0 +license.
+You are free to:
+to Share — copy and redistribute the material in any medium or format
to Adapt — remix, transform, and build upon the material for any +purpose, even commercially.
The licensor cannot revoke these freedoms as long as you follow the license +terms.
+Under the following terms:
+Attribution — You must give appropriate credit, provide a link to the +license, and indicate if changes were made. You may do so in +any reasonable manner, but not in any way that suggests the licensor endorses +you or your use.
No additional restrictions — You may not apply legal terms or +technological measures that legally restrict others from doing anything the +license permits.
Notices:
+You do not have to comply with the license for elements of the material in +the public domain or where your use is permitted by an applicable exception +or limitation.
No warranties are given. The license may not give you all of the permissions +necessary for your intended use. For example, other rights such as publicity, +privacy, or moral rights may limit how you use the material.
Except where otherwise noted, the example programs and other software provided +by Software Carpentry are made available under the OSI-approved MIT +license.
+Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the “Software”), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies +of the Software, and to permit persons to whom the Software is furnished to do +so, subject to the following conditions:
+The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software.
+THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE.
+