-
Notifications
You must be signed in to change notification settings - Fork 6
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
Documentation improvements #142
Merged
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
link in the README
- fix tabulation used for indentation - remove trailing white space
RKrahl
force-pushed
the
doc
branch
2 times, most recently
from
December 21, 2023 10:51
876211f
to
8aa3405
Compare
e.g. essentially update tha Sphinx version used for building the documentation
to class icat.ingest.IngestReader
- Move the subsection on ICAT data files from the icat.dumpfile module reference into the new file formats section - Add a subsection on Metadata ingest files (only a section heading by now)
including the example data files, but no other content yet
inline examples - Drop icatdump-simple-2.xml example, rename icatdump-simple-1.xml to icatdump-simple.xml
- Drop icatdump-simple-2.yaml example, rename icatdump-simple-1.yaml to icatdump-simple.yaml
a Subsection References to ICAT objects and unique keys
much better explained in the online documentation
icat.dumpfile.DumpFileReader and class icat.dumpfile.DumpFileWriter are abstract and thus need to implemented in the file format specific backend
- move the versionchanged note about adding icatingest 1.1 from documentation on module ingest to the metadata ingest file page
new file format documentation
order to provide more stable permalinks
defines substitutions and download links for the latest source distribution and signature file
repository in order to get the correct version number in the diagnostics
- Point out that a manual install does not automatically install dependencies, - Removed yet another reference of PyPI yo get release versions from, - Minor formulation fix.
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.
Improve the following things to improve in the documentation:
icat.ingest
as defined by the provided XSD files.See the online documentation on Read the Docs for this branch.
Close #141