summaryrefslogtreecommitdiffstats
path: root/2021/talks/tech.md
blob: d091d132b75d9ea3ff091a6b55b16fa7f1360c1c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[[!meta title="Creating technical API documentation and presentations using org-babel, restclient, and org-treeslide"]]
[[!meta copyright="Copyright © 2021 Jan Ypma"]]
[[!inline pages="internal(2021/info/tech-nav)" raw="yes"]]

<!-- You can manually edit this file to update the abstract, add links, etc. --->


# Creating technical API documentation and presentations using org-babel, restclient, and org-treeslide
Jan Ypma

The emacs org-babel package is often mentioned in conjunction with
literate programming. The ability to mix code segments with prose
indeed offers an intuitive way to augment semantic code pieces with
textual descriptions.

In recent projects, I've started to turn to org-mode as the primary
format to maintain technical documentation, as well as slides for a
technical language course. By using org-babel to pull in "live" code
for REST requests, language examples, and shell scripts, one can be
sure that the documentation and slides are never out of date.

The session will show how leverage org-babel, restclient and
org-treeslide to write and present technical documentation with style.


# Outline

- Introduction
- Demo: Developer guide
- Demo: REST API guide
- Demo: Presentations
- Used packages and configuration

[[!inline pages="internal(2021/info/tech-schedule)" raw="yes"]]

[[!inline pages="internal(2021/info/tech-nav)" raw="yes"]]