docs: Initial documentation of CleverRDFLib #5
Labels
No labels
Blocked
Bounty
$100
Bounty
$1000
Bounty
$10000
Bounty
$20
Bounty
$2000
Bounty
$250
Bounty
$50
Bounty
$500
Bounty
$5000
Bounty
$750
MoSCoW
Could have
MoSCoW
Must have
MoSCoW
Should have
Needs feedback
Points
1
Points
13
Points
2
Points
21
Points
3
Points
34
Points
5
Points
55
Points
8
Points
88
Priority
Backlog
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Signed-off: Owner
Signed-off: Scrum Master
Signed-off: Tech Lead
Spike
State
Completed
State
Duplicate
State
In Progress
State
In Review
State
Paused
State
Unverified
State
Verified
State
Wont Do
Type
Bug
Type
Discussion
Type
Documentation
Type
Epic
Type
Feature
Type
Legendary
Type
Support
Type
Task
Type
Testing
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
cleverlibre/CleverRDFlib!5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "docs/initial_documentation-#2"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
ISSUES CLOSED: #2
Looks good if a bit overwhelming at first. It might be useful to try and highlight better which should be my priorities to read, as a user. From what I see, that's probably "index", "basic usage", "class hierarchy", and "loading result". But even in "basic usage" it's got advanced stuff about registering custom handlers.
@ -24,3 +30,3 @@python -m venv .venvsource .venv/bin/activatepip install -e .[dev]pip install -e ."[tests,docs]Is this right? Perhaps there's some subtlety I'm missing but the unbalanced quote looks highly suspicious
@ -0,0 +18,4 @@## Building the HierarchyThe class hierarchy is automatically built when you access it:That's a clever way to defer the computation in cases where it might not be used. Is it likely that accessing it can take a long time then? I don't know how much effort the build is - but if that's likely to be very slow compared to a pure access operation, then maybe warn the user here.
@ -0,0 +166,4 @@### Datatype PropertiesDatatype properties link classes to datatypes:Is "datatypes" a synonym for "built-in types" in this context? It's not especially clear what the allowed range of values is.
@ -0,0 +366,4 @@### When to Use Which- **Use `is_successful_for_main_ontology`** (recommended): When you want to proceed if the main ontology loaded, even if some imports failed- **Use `is_successful_for_all_ontologies`**: When you require all ontologies (including all imports) to load successfully before proceedingWhat would be the consequence of proceeding in the case where the main ontology loaded but imports failed? Alternatively, how do I know whether a failed import is likely to break something or can be safely ignored?
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.