forked from ME-ICA/tedana
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
updated documentation #1
Open
handwerkerd
wants to merge
21
commits into
martaarbizu:Fix-time-series
Choose a base branch
from
handwerkerd:fix-time-series-DH
base: Fix-time-series
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
updated documentation #1
handwerkerd
wants to merge
21
commits into
martaarbizu:Fix-time-series
from
handwerkerd:fix-time-series-DH
Conversation
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
* docs: update README.md * docs: update .all-contributorsrc --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Signed-off-by: fazledyn-or <ataf@openrefactory.com>
* added version numbers * Add lib info to html report
* docs: update README.md * docs: update .all-contributorsrc --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> Co-authored-by: Dan Handwerker <7406227+handwerkerd@users.noreply.github.com> Co-authored-by: handwerkerd <dan.handwerker@gmail.com>
* Update index.rst Changed newsletter from TinyLetter to new google groups link. * Update README.md Changed newsletter link from TinyLetter to Google Groups * Update README.md Changed the content from tinyletter to google groups * Update support.rst updated newsletter link to google groups * Update README.md Co-authored-by: Eneko Uruñuela <e.urunuela@icloud.com> * Update docs/index.rst Co-authored-by: Eneko Uruñuela <e.urunuela@icloud.com> * Update README.md * Update support.rst * Update README.md --------- Co-authored-by: Eneko Uruñuela <e.urunuela@icloud.com>
…E-ICA#1018) * docs: update README.md * docs: update .all-contributorsrc --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
* Run new version of black. * Run isort.
…E-ICA#1024) * Create dependabot.yml * Drop release drafter in favor of release config.
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v2...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Base versions on last CircleCI 3.8 env build. * Base max versions on 3.12 test. * Set minimum versions too. * Update pyproject.toml Co-authored-by: Dan Handwerker <7406227+handwerkerd@users.noreply.github.com> --------- Co-authored-by: Dan Handwerker <7406227+handwerkerd@users.noreply.github.com>
…4.2.0 (ME-ICA#1031) * Fix empty file * fix style * style fix 2 * csv file check * fix txt when empty and create test for empty files * Fix style * Run black * unused import remove * Explanation of function and remove unused variable * Fix No blank lines allowed after function docstring * use bare 'except' * ica_reclassify logging init higher * linting fixes * fixed a test * fixed linting and precommit black version --------- Co-authored-by: martinezeguiluz <mmartinezeguiluz@gmail.com>
* docs: update README.md * docs: update .all-contributorsrc --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
doc correction Co-authored-by: Taylor Salo <tsalo90@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes proposed in this pull request:
write_split_ts
andwriteresults
to accurately reflect that they only write out certain files whenverbose
is set.