Improving documentation updates. Now %metadata
nodes in each notebook should tell if they're located in the main docking bar.
This commit is contained in:
parent
bc71d623cb
commit
c5fc48c272
@ -52,39 +52,6 @@ GrafoscopioDockingBar class >> defaultSpec [
|
||||
yourself
|
||||
]
|
||||
|
||||
{ #category : #updating }
|
||||
GrafoscopioDockingBar class >> docDataManual [
|
||||
"I define some metadata associated to the manual document.
|
||||
Language is provided according to the ISO 639-1 code convention."
|
||||
|
||||
| docData |
|
||||
|
||||
docData := Dictionary
|
||||
with: 'type' -> 'manual'
|
||||
with: 'languageCode' -> 'ES_CO'
|
||||
with: 'remoteRepo' -> 'http://mutabit.com/repos.fossil/grafoscopio/'
|
||||
with: 'relativePath' -> 'Docs/Es/Manual/'
|
||||
with: 'filename' -> 'manual-grafoscopio.ston'.
|
||||
^ docData
|
||||
]
|
||||
|
||||
{ #category : #updating }
|
||||
GrafoscopioDockingBar class >> docDataTutorial [
|
||||
"I define some metadata associated to the tutorial document.
|
||||
Language is provided according to the ISO 639-1 code convention."
|
||||
|
||||
| docData |
|
||||
|
||||
docData := Dictionary
|
||||
with: 'type' -> 'tutorial'
|
||||
with: 'languageCode' -> 'ES_CO'
|
||||
with: 'remoteRepo' -> 'http://mutabit.com/repos.fossil/grafoscopio/'
|
||||
with: 'relativePath' -> 'Docs/Es/Tutoriales/'
|
||||
with: 'filename' -> 'tutorial.ston'.
|
||||
^ docData
|
||||
|
||||
]
|
||||
|
||||
{ #category : #accessing }
|
||||
GrafoscopioDockingBar class >> dockingBar [
|
||||
^ dockingBar
|
||||
|
@ -61,7 +61,8 @@ GrafoscopioDocs >> initialize [
|
||||
self
|
||||
addDocument: 'Docs/Es/Tutoriales/tutorial.ston';
|
||||
addDocument: 'Docs/En/Books/Manual/manual.ston';
|
||||
addDocument: 'Docs/En/Books/DataActivism/techniques-for-datactivism.ston';
|
||||
addDocument: 'Docs/En/dev-notes.ston';
|
||||
addDocument: 'Docs/En/Books/Manual/manual.pdf';
|
||||
addDocument: 'SpecIUFramework/spec-ui-framework.ston'.
|
||||
addDocument: 'Docs/En/SpecIUFramework/spec-ui-framework.ston'.
|
||||
]
|
||||
|
@ -275,7 +275,7 @@ GrafoscopioNode >> checksum [
|
||||
GrafoscopioNode >> children [
|
||||
"Returns the receivers list of children"
|
||||
|
||||
^ children ifNil: [children := OrderedCollection new]
|
||||
^ children ifNil: [ children := OrderedCollection new ]
|
||||
]
|
||||
|
||||
{ #category : #accessing }
|
||||
|
@ -56,3 +56,8 @@ ManifestGrafoscopio class >> ruleRBShouldntRaiseErrorRuleV1FalsePositive [
|
||||
ManifestGrafoscopio class >> ruleRBStringConcatenationRuleV1FalsePositive [
|
||||
^ #(#(#(#RGMethodDefinition #(#'FileUtils class' #createFilesNamed:endingWith:intoFolder: #true)) #'2017-01-01T21:48:26.712639-05:00') )
|
||||
]
|
||||
|
||||
{ #category : #'code-critics' }
|
||||
ManifestGrafoscopio class >> ruleSmTMethodTestedRuleV1FalsePositive [
|
||||
^ #(#(#(#RGClassDefinition #(#GrafoscopioNode)) #'2017-10-31T19:59:03.294735-05:00') )
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user