Our notes can be found at https://eloitor.github.io/topology-filters-notes/definitions
- Notes are stored in plain text markdown files.
- LaTeX support is provided.
- Lean codeblock support with links to interactive examples.
- clone this repository
git clone github.com/eloitor/topology-filters-notes
- Install
pandoc,makeandpython3
sudo apt-get install pandoc make python3
- Install
panflute
pip3 install panflute
- Build the project
make
You can also serve the project locally, which compiles the markdown files every time you edit one of them. For this, you need to install entr and browser-sync:
sudo apt-get install entr
npm install -g browser-sync
And then run the following command:
make serve
Alternatively, if you want to be sure to use the latest version of pandoc you can install Docker
sudo apt-get install dockerand run the docker container described in the Dockerfile:
make docker