Skip to content

Commit 1f59c0c

Browse files
committed
Fix PyPI image links, add badges, bump to v1.1.1
1 parent a161706 commit 1f59c0c

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,32 @@
11
# CDL Slides
22

3+
[![PyPI version](https://img.shields.io/pypi/v/cdl-slides)](https://pypi.org/project/cdl-slides/)
4+
[![CI](https://github.com/ContextLab/cdl-slides/actions/workflows/ci.yml/badge.svg)](https://github.com/ContextLab/cdl-slides/actions/workflows/ci.yml)
5+
[![Downloads](https://img.shields.io/pypi/dm/cdl-slides)](https://pypi.org/project/cdl-slides/)
6+
37
Compile Markdown files into beautiful CDL-themed [Marp](https://marp.app/) presentations. Includes the full Contextual Dynamics Lab slide theme with bundled fonts, images, and CSS.
48

59
## Theme gallery
610

711
| Title Slide | Callout Boxes | Tip & Warning |
812
|:-----------:|:-------------:|:-------------:|
9-
| ![Title](docs/screenshots/01-title-slide.png) | ![Callouts](docs/screenshots/02-callout-boxes.png) | ![Tip & Warning](docs/screenshots/03-callout-tip-warning.png) |
13+
| ![Title](https://raw.githubusercontent.com/ContextLab/cdl-slides/main/docs/screenshots/01-title-slide.png) | ![Callouts](https://raw.githubusercontent.com/ContextLab/cdl-slides/main/docs/screenshots/02-callout-boxes.png) | ![Tip & Warning](https://raw.githubusercontent.com/ContextLab/cdl-slides/main/docs/screenshots/03-callout-tip-warning.png) |
1014

1115
| Definition, Example & Important | Code Highlighting | Math (KaTeX) |
1216
|:-------------------------------:|:-----------------:|:------------:|
13-
| ![Def/Ex/Imp](docs/screenshots/04-callout-def-ex-imp.png) | ![Code](docs/screenshots/05-code-example.png) | ![Math](docs/screenshots/06-math-katex.png) |
17+
| ![Def/Ex/Imp](https://raw.githubusercontent.com/ContextLab/cdl-slides/main/docs/screenshots/04-callout-def-ex-imp.png) | ![Code](https://raw.githubusercontent.com/ContextLab/cdl-slides/main/docs/screenshots/05-code-example.png) | ![Math](https://raw.githubusercontent.com/ContextLab/cdl-slides/main/docs/screenshots/06-math-katex.png) |
1418

1519
| Manim Animations | Flow Diagrams | Emoji Figures |
1620
|:----------------:|:-------------:|:-------------:|
17-
| ![Manim](docs/screenshots/12-manim-animation.png) | ![Flow](docs/screenshots/07-flow-diagram.png) | ![Emoji](docs/screenshots/08-emoji-figures.png) |
21+
| ![Manim](https://raw.githubusercontent.com/ContextLab/cdl-slides/main/docs/screenshots/12-manim-animation.png) | ![Flow](https://raw.githubusercontent.com/ContextLab/cdl-slides/main/docs/screenshots/07-flow-diagram.png) | ![Emoji](https://raw.githubusercontent.com/ContextLab/cdl-slides/main/docs/screenshots/08-emoji-figures.png) |
1822

1923
| Two-Column Layout | Simple Table | Output Formats |
2024
|:-----------------:|:------------:|:--------------:|
21-
| ![Two-Column](docs/screenshots/09-two-column.png) | ![Table](docs/screenshots/10-simple-table.png) | ![Formats](docs/screenshots/11-output-formats.png) |
25+
| ![Two-Column](https://raw.githubusercontent.com/ContextLab/cdl-slides/main/docs/screenshots/09-two-column.png) | ![Table](https://raw.githubusercontent.com/ContextLab/cdl-slides/main/docs/screenshots/10-simple-table.png) | ![Formats](https://raw.githubusercontent.com/ContextLab/cdl-slides/main/docs/screenshots/11-output-formats.png) |
2226

2327
| Academic Poster |
2428
|:---------------:|
25-
| ![Poster](docs/screenshots/poster-sample.png) |
29+
| ![Poster](https://raw.githubusercontent.com/ContextLab/cdl-slides/main/docs/screenshots/poster-sample.png) |
2630

2731
## Table of contents
2832

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "cdl-slides"
7-
version = "1.1.0"
7+
version = "1.1.1"
88
description = "Compile Markdown files into CDL-themed Marp presentations"
99
readme = "README.md"
1010
license = {text = "MIT"}

0 commit comments

Comments
 (0)