-
Notifications
You must be signed in to change notification settings - Fork 32
Migration: SDoc model: Merge Section, Node, Composite Node into just Node #2193
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
Comments
…port [[SECTION]] Related to: #2193
cough #1623 Am I "no user" to you? 😁 I'm kidding. It seems that custom nodes will be a full-featured replacement for [COMPOSITE_REQUIREMENT], so I'm good. But I thought I'd drop in and maybe give you a chuckle. I'm glad to see so much progress in StrictDoc! Thanks a lot for all you do! |
Hi @KlfJoat, thanks for the heads-up. I had to make such an assumption to make progress in a reasonable time. The new Pip with this migration has not been released yet, but indeed, just following the migration guide and renaming to There is now a considerable effort I am putting into making both You could give it some testing on the nightly release. Let me know if it does the job. |
Absolutely fine. You did mention that I was one of the few people using the feature, back in that old Issue. I was just trying to make a joke. 😄 |
Uh oh!
There was an error while loading. Please reload this page.
Task
[[REQUIREMENT]]
syntax. backend/sdoc: groundwork for new composite node syntax #2192PROPERTIES/IS_COMPOSITE: True/False
[[...]]
nodes: Validate that start/end tags match. backend/sdoc: prepare model for [[SECTION]] migration #2200[[...]]
nodes: Validate that the grammar declaration allows such elements. backend/sdoc: document grammar validations for new [[NODE]] syntax #2202Delete Requirement
: For composite requirements, also validate that all child nodes recursively. Feature: Handle recursive deletion of sections #1001SDocSection
be a subclass ofSDocNode
. backend/sdoc: Prepare automatic migration: [SECTION] -> [[SECTION]] #2250has_any_toc_nodes
(Document+). [[NODE]] migration: simplify has_any_toc_nodes() #2302DEPRECATED: SECTION
.Why?
The text was updated successfully, but these errors were encountered: