Updated autodoc
This commit is contained in:
parent
4e63d3d945
commit
528025d0ff
2 changed files with 1 additions and 8 deletions
1
pdf/pdf.sh
Normal file → Executable file
1
pdf/pdf.sh
Normal file → Executable file
|
@ -17,3 +17,4 @@ pandoc "$1" \
|
|||
--highlight-style pdf/pygments.theme \
|
||||
--pdf-engine=xelatex \
|
||||
-o "$2"
|
||||
|
||||
|
|
|
@ -1,12 +1,4 @@
|
|||
<%- sorted_opcodes = build_opcodes[:opcodes].to_a.sort_by!(&.[0]) -%>
|
||||
---
|
||||
title: "<%=full_name %>"
|
||||
description: "<%= @description %>"
|
||||
author: [<%= @authors.map { |a| "\"#{a}\"" }.join(", ") %>]
|
||||
date: <%= @date.to_s("%Y-%m-%d") %>
|
||||
version: "<%= @version %>"
|
||||
---
|
||||
|
||||
# `<%= full_name %>`
|
||||
|
||||
<%= @description %>
|
||||
|
|
Loading…
Reference in a new issue