fastdoc icon indicating copy to clipboard operation
fastdoc copied to clipboard

Create publication-quality books from Jupyter notebooks

Results 15 fastdoc issues
Sort by recently updated
recently updated
newest added

Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.7 to 1.2.10. Release notes Sourced from tzinfo's releases. v1.2.10 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require when...

dependencies

It seems like an upstream dependency has changed such that a fresh `pip install fastdoc` no longer converts off the bat as expected: ``` % fastdoc_convert_all --path notebooks --dest_path asciidoc...

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.8 to 1.13.6. Release notes Sourced from nokogiri's releases. 1.13.6 / 2022-05-08 Security [CRuby] Address CVE-2022-29181, improper handling of unexpected data types, related to untrusted inputs to...

dependencies

We've run into an issue where we're trying to include debug info, e.g., ``` --------------------------------------------------------------------------- ZeroDivisionError Traceback (most recent call last) in () ----> 1 func2(1) in func2(x) 5 a...

In the source notebook I have the following bullet item: ``` * The host, Monty Hall, shows you three closed doors numbered 1, 2, and 3. He tells you that...

When fastdoc converts figures to png, the default resolution is too low for printing. Is there a way to either increase the resolution or generate pdf?

Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.7.0 to 2.8.0. Changelog Sourced from addressable's changelog. Addressable 2.8.0 fixes ReDoS vulnerability in Addressable::Template#match no longer replaces + with spaces in queries for non-http(s) schemes fixed...

dependencies

Bumps [rexml](https://github.com/ruby/rexml) from 3.2.4 to 3.2.5. Changelog Sourced from rexml's changelog. 3.2.5 - 2021-04-05 {#version-3-2-5} Improvements Add more validations to XPath parser. require "rexml/document" by default. [GitHub#36][Patch by Koichi ITO]...

dependencies

It looks like there are two ways to include a reference target in a notebook: * In a raw cell, you can put an asciidoc target `[[like_this]]` * In a...

Hi @jph00, In the test notebook, the footnote example is shown as ``` A footnote[this is a footnote] ``` however my understanding from the AsciiDoc [docs](https://asciidoctor.org/docs/asciidoc-syntax-quick-reference/#section-footnotes) is that a colon...