Skip to content

Commit 21e3564

Browse files
committed
Merge branch 'release/doc'
2 parents 71c3bc0 + 4bc9455 commit 21e3564

File tree

716 files changed

+54150
-23012
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

716 files changed

+54150
-23012
lines changed

β€Ž.dccacheβ€Ž

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

β€Ž.gitattributesβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,4 @@
114114
*.pdf filter=lfs diff=lfs merge=lfs -text
115115

116116
# Disabled
117-
docs/**/* -filter=lfs -diff=lfs -merge=lfs -text
117+
# docs/**/* -filter=lfs -diff=lfs -merge=lfs -text

β€Ž.github/CODE_OF_CONDUCT.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,5 @@ Project maintainers who do not follow or enforce the Code of Conduct in good fai
4343
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]
4444

4545
[homepage]: http://contributor-covenant.org
46+
4647
[version]: http://contributor-covenant.org/version/1/4/

β€Ž.github/CONTRIBUTING.mdβ€Ž

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,23 @@
11
# Contributing To The Neodroid Platform
2+
23
These guidelines are universal for the entire [Neodroid](https://github.com/sintefneodroid) Platform
34

45
## Pull Requests
6+
57
We welcome pull requests.
68

79
1. Fork the repo and create your branch from `develop`, we are using the git flow branching model.
810
2. If you've added code that should be tested, add tests.
911
3. If you've changed APIs, update the documentation.
1012

1113
## Issues
12-
We use GitHub issues to track public bugs. Please ensure your description is
13-
clear and has sufficient instructions to be able to reproduce the issue.
14+
15+
We use GitHub issues to track public bugs. Please ensure your description is clear and has sufficient instructions to be able to reproduce the issue.
1416

1517
## Coding Style
18+
1619
...
1720

1821
## License
22+
1923
By contributing to the [Neodroid](https://github.com/sintefneodroid) platform, you agree that your contributions will be licensed under the LICENSE file in the root directory of this repository.

β€Ž.github/FUNDING.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# These are supported funding model platforms
22

3-
github: [cnheider]
3+
github: [ cnheider ]
44
patreon: cnheider
55
open_collective: cnheider
66
ko_fi: cnheider

β€Ž.github/ISSUE_TEMPLATE.mdβ€Ž

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
If you are submitting a feature request, please preface the title with [feature request].
2-
If you are submitting a bug report, please fill in the following details.
1+
If you are submitting a feature request, please preface the title with [feature request]. If you are submitting a bug report, please fill in the following details.
32

43
## Issue description
54

65
Provide a short description.
76

87
## Code example
98

10-
Please try to provide a minimal example to reproduce the bug.
11-
Error messages and stack traces are also helpful.
9+
Please try to provide a minimal example to reproduce the bug. Error messages and stack traces are also helpful.
1210

1311
## System Info
12+
1413
Please copy and paste the output from our
1514
[environment collection script](https://github.com/sintefneodroid/agent/tree/master/.github/utilities/collect_env.py)
1615
(or fill out the checklist below manually).
1716

1817
You can get the script and run it with:
18+
1919
```
2020
wget https://github.com/sintefneodroid/neo/tree/master/.github/utilities/collect_env.py
2121
# For security purposes, please check the contents of collect_env.py before running it.

β€Ž.github/images/header.pngβ€Ž

-33.6 KB
Loading

β€Ž.github/images/python.svgβ€Ž

Lines changed: 0 additions & 2 deletions
Loading

β€Ž.github/images/tqdm.gifβ€Ž

-37.9 KB
Loading

β€Ž.github/workflows/on_push.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- uses: actions/checkout@v1
8-
- uses: cnheider/postdoc@master
8+
- uses: pything/postdoc@master

0 commit comments

Comments
Β (0)