-
Notifications
You must be signed in to change notification settings - Fork 28
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
Improve Logical Flow of Documentation #324
Open
CSSFrancis
wants to merge
6
commits into
hyperspy:main
Choose a base branch
from
CSSFrancis:supported-formats-vibility
base: main
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
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
dd721ce
Doc: Move Supported Formats to top level
CSSFrancis 51f0b70
Doc: Make UserGuide more obvious where to go.
CSSFrancis 2ff78f2
Doc: Add Grid to Front page
CSSFrancis 099f2e2
Doc: Add Blurb describing the User Guide.
CSSFrancis c257bf2
Doc: Fix link to supported formats
CSSFrancis 3aff810
Doc: Refactor Documentation to make supported formats a top level par…
CSSFrancis File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Original file line number | Diff line number | Diff line change | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
@@ -19,9 +19,74 @@ project for multi-dimensional data analysis. As HyperSpy is rooted in the electr | |||||||||
microscopy community, data formats used by this community are still particularly | ||||||||||
well represented. | ||||||||||
|
||||||||||
|
||||||||||
.. grid:: 2 3 3 3 | ||||||||||
:gutter: 2 | ||||||||||
|
||||||||||
.. grid-item-card:: | ||||||||||
:link: user_guide/install | ||||||||||
:link-type: doc | ||||||||||
|
||||||||||
:octicon:`rocket;2em;sd-text-info` Getting Started | ||||||||||
^^^ | ||||||||||
|
||||||||||
New to RosettaSciIO or Python? Find information on how to | ||||||||||
install RosettaSciIO. | ||||||||||
|
||||||||||
.. grid-item-card:: | ||||||||||
:link: supported_formats/index | ||||||||||
:link-type: doc | ||||||||||
|
||||||||||
:octicon:`checklist;2em;sd-text-info` Supported Formats | ||||||||||
^^^ | ||||||||||
|
||||||||||
Overview of the different file formats that RosettaSciIO can read | ||||||||||
from and write to, as well as information on specific options if applicable. | ||||||||||
|
||||||||||
.. grid-item-card:: | ||||||||||
:link: user_guide/interoperability | ||||||||||
:link-type: doc | ||||||||||
|
||||||||||
:octicon:`arrow-switch;2em;sd-text-info` Interoperability | ||||||||||
^^^ | ||||||||||
|
||||||||||
Information on scripts and packages that allow opening data saved using | ||||||||||
RosettaSciIO with third-party programs. | ||||||||||
|
||||||||||
.. grid-item-card:: | ||||||||||
:link: file_specification/index | ||||||||||
:link-type: doc | ||||||||||
|
||||||||||
:octicon:`checklist;2em;sd-text-info` File Specifications | ||||||||||
^^^ | ||||||||||
|
||||||||||
Links to or documentation of file specifications for | ||||||||||
some of the formats supported by RosettaSciIO. | ||||||||||
Comment on lines
+63
to
+64
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
|
||||||||||
.. grid-item-card:: | ||||||||||
:link: api/index | ||||||||||
:link-type: doc | ||||||||||
|
||||||||||
:octicon:`book;2em;sd-text-info` API Reference | ||||||||||
^^^ | ||||||||||
|
||||||||||
Documentation describing how to use RosettaSciIO with other | ||||||||||
libraries than HyperSpy or for custom implementations using the | ||||||||||
Application Programming Interface (API). | ||||||||||
|
||||||||||
.. grid-item-card:: | ||||||||||
:link: contributing | ||||||||||
:link-type: doc | ||||||||||
|
||||||||||
:octicon:`code-square;2em;sd-text-info` Contributing | ||||||||||
^^^ | ||||||||||
|
||||||||||
Information on how to implement new file plugins or help improve existing ones. | ||||||||||
|
||||||||||
|
||||||||||
RosettaSciIO provides the dataset, its axes and related metadata contained in a | ||||||||||
file in a python dictionary that can be easily handled by other libraries. | ||||||||||
Similarly, it takes a dictionary as input for file writers. | ||||||||||
file in a :ref:`python dictionary <interfacing-api>` that can be easily | ||||||||||
handled by other libraries. | ||||||||||
|
||||||||||
.. note:: | ||||||||||
|
||||||||||
|
@@ -66,6 +131,7 @@ Table of contents | |||||||||
|
||||||||||
user_guide/index | ||||||||||
file_specification/index | ||||||||||
supported_formats/index | ||||||||||
api/index | ||||||||||
contributing | ||||||||||
changes |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.