Compare commits
No commits in common. "a13cfe3e142a1a8b297c2a4361e86b0086912872" and "1c7f93dcdc881f9135b883625b23f113ccb2e3b8" have entirely different histories.
a13cfe3e14
...
1c7f93dcdc
@ -2,10 +2,3 @@ DocsDirectory: doc/
|
|||||||
TargetProfile: githubwiki
|
TargetProfile: githubwiki
|
||||||
ProjectName: Battery Holder
|
ProjectName: Battery Holder
|
||||||
GenerateDocs: Files, TOC, Index, Topics, CheatSheet, Sidebar
|
GenerateDocs: Files, TOC, Index, Topics, CheatSheet, Sidebar
|
||||||
SidebarHeader:
|
|
||||||
## Indices
|
|
||||||
.
|
|
||||||
SidebarMiddle:
|
|
||||||
[Tutorials](Tutorials)
|
|
||||||
DefineHeader(BulletList): Side Effects
|
|
||||||
DefineHeader(Table;Headers=Anchor Name|Position): Extra Anchors
|
|
||||||
|
@ -1,9 +0,0 @@
|
|||||||
# Battery Holder Cheat Sheet
|
|
||||||
|
|
||||||
## LibFile: battery-holder.scad
|
|
||||||
|
|
||||||
### Section: Batteries
|
|
||||||
|
|
||||||
><code>[battery\_case](battery-holder.scad#module-battery_case)(n);</code>
|
|
||||||
|
|
||||||
|
|
@ -1,14 +0,0 @@
|
|||||||
## Indices
|
|
||||||
|
|
||||||
[Table of Contents](TOC)
|
|
||||||
[Function Index](AlphaIndex)
|
|
||||||
[Topics Index](Topics)
|
|
||||||
[Cheat Sheet](CheatSheet)
|
|
||||||
[Tutorials](Tutorials)
|
|
||||||
|
|
||||||
## List of Files:
|
|
||||||
|
|
||||||
**Batteries:**
|
|
||||||
|
|
||||||
- [battery-holder.scad](battery-holder.scad)
|
|
||||||
|
|
3
run.sh
3
run.sh
@ -18,8 +18,7 @@ run_docsgen() {
|
|||||||
source docgen/bin/activate || { echo "Failed to activate virtual environment. Make sure 'docgen' exists."; return 1; }
|
source docgen/bin/activate || { echo "Failed to activate virtual environment. Make sure 'docgen' exists."; return 1; }
|
||||||
fi
|
fi
|
||||||
echo "Running openscad-docsgen..."
|
echo "Running openscad-docsgen..."
|
||||||
#openscad-docsgen -m -I -P "Metalib" -f -p wiki -i -t -m -s
|
openscad-docsgen -m -I -P "Metalib" -f -p wiki -i -t -m -s
|
||||||
openscad-docsgen -f
|
|
||||||
echo "Documentation generation completed."
|
echo "Documentation generation completed."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user