Browse Source

Remove extra stuff

Too experimental and too much work at this point
pull/1/head
Luke Murphy 5 years ago
parent
commit
80795d64c9
No known key found for this signature in database GPG Key ID: 5E2EF5A63E3718CC
  1. 8
      Makefile
  2. 2
      README.md
  3. 8
      mkdocs.yml
  4. 2
      requirements.txt

8
Makefile

@ -1,8 +0,0 @@
build:
@mkdocs build && \
mkdir site/pd site/epub && \
mkdocscombine -o site/pd/manual.pd --no-titles && \
pandoc --toc -f markdown+grid_tables -t epub -o site/epub/manual.epub site/pd/manual.pd
serve:
@mkdocs serve

2
README.md

@ -9,7 +9,7 @@ The manual for Bibliotecha.
```
$ python3 -m venv .venv && source .venv/bin/activate
$ pip install -r requirements.txt
$ make serve
$ mkdocs serve
```
References:

8
mkdocs.yml

@ -7,12 +7,4 @@ nav:
- Manual: index.md
markdown_extensions:
- abbr
- toc
plugins:
- search:
lang: en
- pdf-export:
combined: True
combined_output_path: pdf/manual.pdf

2
requirements.txt

@ -1,4 +1,2 @@
mkdocs==1.0.4
mkdocs-pdf-export-plugin==0.5.5
mkdocs-alabaster==0.8.0
-e git+https://github.com/twardoch/mkdocs-combine.git#egg=mkdocs-combine

Loading…
Cancel
Save