{ "cells": [ { "cell_type": "code", "execution_count": 1, "metadata": {}, "outputs": [], "source": [ "import sys, json, datetime\n", "sys.path.insert(0, r'C:\\Users\\tglaubach\\repos\\pydocmaker\\src')" ] }, { "cell_type": "code", "execution_count": 2, "metadata": {}, "outputs": [], "source": [ "import pydocmaker as pyd" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Export reports to Redmine wiki" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### Build example document to upload" ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [ { "data": { "text/html": [ "
def hello_world():\n",
" print(\"hello world!\")\n",
"\n",
"This is my fancy markdown text for the Second Chapter