{ "cells": [ { "cell_type": "markdown", "metadata": { "hide_input": true }, "source": [ "## Conversion notebook to HTML" ] }, { "cell_type": "markdown", "metadata": { "hide_input": true }, "source": [ "This is the module to convert a jupyter notebook to an html page. It will normally render everything the way it was in the notebooks, including suppressing the input of the code cells with input cells masked, and converting the links between notebooks in links between the html pages." ] }, { "cell_type": "code", "execution_count": 1, "metadata": { "hide_input": true }, "outputs": [], "source": [ "from fastai.gen_doc.nbdoc import * \n", "from fastai.gen_doc.convert2html import * " ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Functions" ] }, { "cell_type": "code", "execution_count": 2, "metadata": { "hide_input": true }, "outputs": [ { "data": { "text/markdown": [ "
convert_nb
[source][test]convert_nb
(**`fname`**, **`dest_path`**=***`'.'`***)\n",
"\n",
"No tests found for convert_nb
. To contribute a test please refer to this guide and this discussion.
convert_all
[source][test]convert_all
(**`folder`**, **`dest_path`**=***`'.'`***, **`force_all`**=***`False`***)\n",
"\n",
"No tests found for convert_all
. To contribute a test please refer to this guide and this discussion.
read_nb
[source][test]read_nb
(**`fname`**)\n",
"\n",
"No tests found for read_nb
. To contribute a test please refer to this guide and this discussion.