generated from datalad/datalad-extension-template
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #102 from sappelhoff/docs-fixes
Docs fixes and improvements
- Loading branch information
Showing
9 changed files
with
91 additions
and
38 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,24 @@ | ||
.. include:: ./links.inc | ||
|
||
Introduction | ||
------------ | ||
|
||
Goal of the extension | ||
^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
This extension aims to allow DataLad to work with the Open Science Framework (OSF). This is done by transforming storage on the Open Science Framework (OSF) into a `git-annex <https://git-annex.branchable.com/>`_ repository. | ||
This extension aims to allow DataLad_ to work with the Open Science Framework (OSF_). | ||
This is done by transforming storage on the Open Science Framework (OSF) into a `git-annex`_ repository. | ||
|
||
What can I use this extension for? | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
You can use this extension to use the OSF as a special remote to store data in the annex of a dataset. With this, you can `datalad publish` a dataset to GitHub or similar services and the data to the OSF (via a publication dependency). | ||
The extension is most beneficial for easy access to data stored on OSF via GitHub. If you are sharing your dataset via OSF and code via GitHub, this will allow smooth integration of both along with unified version management provided by DataLad. | ||
You can use this extension to use the OSF as a special remote to store data in the annex of a dataset. | ||
With this, you can `datalad publish` a dataset to GitHub or similar services and the data to the OSF (via a publication dependency). | ||
The extension is most beneficial for easy access to data stored on OSF via GitHub. | ||
If you are sharing your dataset via OSF and code via GitHub, this will allow smooth integration of both along with unified version management provided by DataLad. | ||
|
||
What can I **not** use this extension for? | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
This tool does not work for data that is stored in a storage service other than OSF. | ||
Please refer to the `list of special remotes <https://git-annex.branchable.com/special_remotes/>`_ as hosted by the git-annex website for other storage services. | ||
Please refer to the list of `special remotes`_ as hosted by the git-annex website for other storage services. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
.. This (-*- rst -*-) format file contains commonly used link targets | ||
and name substitutions. It may be included in many files, | ||
therefore it should only contain link targets and name | ||
substitutions. Try grepping for "^\.\. _" to find plausible | ||
candidates for this list. | ||
.. NOTE: reST targets are | ||
__not_case_sensitive__, so only one target definition is needed for | ||
nipy, NIPY, Nipy, etc... | ||
.. _DataLad: https://www.datalad.org | ||
.. _DataLad Handbook: http://handbook.datalad.org/en/latest/ | ||
.. _GitHub: https://www.github.com/ | ||
.. _git-annex: git-annex.branchable.com/ | ||
.. _git: git-scm.com/ | ||
.. _OSF: https://www.osf.io/ | ||
.. _Python: https://www.python.org/ | ||
.. _Special Remote: https://git-annex.branchable.com/special_remotes/ | ||
.. _Special Remotes: https://git-annex.branchable.com/special_remotes/ |
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