Compare commits
No commits in common. "c2949a72573a307d6aec306ba4b0da03e918aa7c" and "de02462517638b3cf105ad3553bc3de51666bdf7" have entirely different histories.
c2949a7257
...
de02462517
4
.gitignore
vendored
4
.gitignore
vendored
@ -203,7 +203,3 @@ Cargo.lock
|
|||||||
**/*.rs.bk
|
**/*.rs.bk
|
||||||
|
|
||||||
mdbook/book
|
mdbook/book
|
||||||
bundle
|
|
||||||
crowbook/wtf-handbook.epub
|
|
||||||
crowbook/wtf-handbook.html
|
|
||||||
crowbook/wtf-handbook.pdf
|
|
||||||
|
3
Makefile
3
Makefile
@ -12,12 +12,11 @@ crowbook:
|
|||||||
sphinx:
|
sphinx:
|
||||||
$(MAKE) -C sphinx singlehtml epub latexpdf
|
$(MAKE) -C sphinx singlehtml epub latexpdf
|
||||||
|
|
||||||
bundle: all
|
bundle:
|
||||||
-mkdir bundle
|
-mkdir bundle
|
||||||
cp mdbook/book/epub/RTFM\ -\ Das\ WTF\ Kooperative\ Handbuch.epub bundle/mdbook_RTFM\ -\ Das\ WTF\ Kooperative\ Handbuch.epub
|
cp mdbook/book/epub/RTFM\ -\ Das\ WTF\ Kooperative\ Handbuch.epub bundle/mdbook_RTFM\ -\ Das\ WTF\ Kooperative\ Handbuch.epub
|
||||||
cp crowbook/wtf-handbook.epub bundle/crowbook_wtf-handbook.epub
|
cp crowbook/wtf-handbook.epub bundle/crowbook_wtf-handbook.epub
|
||||||
cp crowbook/wtf-handbook.pdf bundle/crowbook_wtf-handbook.pdf
|
cp crowbook/wtf-handbook.pdf bundle/crowbook_wtf-handbook.pdf
|
||||||
cp crowbook/wtf-handbook.html bundle/crowbook_wtf_handbook.html
|
cp crowbook/wtf-handbook.html bundle/crowbook_wtf_handbook.html
|
||||||
cp sphinx/build/epub/DasHandbuchzurWTFeG.epub bundle/sphinx_DasHandbuchzurWTFeG.epub
|
cp sphinx/build/epub/DasHandbuchzurWTFeG.epub bundle/sphinx_DasHandbuchzurWTFeG.epub
|
||||||
cp sphinx/build/latex/dashandbuchzurwtfeg.pdf bundle/sphinx_DasHandbuchzurWTFeG.pdf
|
|
||||||
rsync -av --delete sphinx/build/singlehtml/ bundle/sphinx_html
|
rsync -av --delete sphinx/build/singlehtml/ bundle/sphinx_html
|
||||||
|
13
README.md
13
README.md
@ -21,16 +21,3 @@ tbd more details on README.md in sphinx directory
|
|||||||
## How to build
|
## How to build
|
||||||
|
|
||||||
tbd
|
tbd
|
||||||
|
|
||||||
## Issues
|
|
||||||
### mdbook - rendering problem with current inputs
|
|
||||||
|
|
||||||
### sphinx - Problems rendering latex with .svg image(organigramm.svg)
|
|
||||||
|
|
||||||
### problems rendering links not starting with http(s)
|
|
||||||
mumble and mailto links are not rendered correctly
|
|
||||||
tbd have an eye on all outputs
|
|
||||||
|
|
||||||
## TODO
|
|
||||||
|
|
||||||
### unify Title and authors in the configurations
|
|
||||||
|
Loading…
Reference in New Issue
Block a user