Skip to main content

Automatically generate documentation in Dokuwiki

Project description

Dokuwiki-AutoDoc

PyPI - Version PyPI - Python Version

Automatically generate documentation of your experiments in DokuWiki! This way, you won't loose track or overview of your progress!

This package uses the DokuWiki python package to automatically access DokuWiki and write reports generated from Liquid templates. Plots generated from your measurements are uploaded as well.

This package is intended to be run in a Jupyter Lab environment and uses interactive prompts to authenticate against the wiki.

Usage

To establish a connection to your wiki, run

doc = AutoDocumentation("https://your.wiki/").with_templates()

This will prompt you for your username and password. The call to with_templates() is optional, but it loads the default template.

Next, to generate a report from a measurement in qkit, run the following directly after your measurement:

with QkitDocumentationBuilder(doc, 'sample:yoursample') as builder:
        builder.upload_images()
        builder.generate_report(QKIT_TEMPLATE)
        with builder.table_builder() as tb:
            tb.add_column("Type", lambda data: data.measurement['measurement_type'])
            tb.add_column("Comment", lambda _: "Look! A comment!")

This will

  • Upload the plots generated from your measurement by qkit
  • Build a report from a template
  • Insert a reference to this measurement into an overview table (UUID, Date) with additional columns as defined (Type, Comment).

For safety reasons, the table page is only amended. This means, that only the last table of the page can be extended. Therefore, it may be warranted to include multiple sub-pages on a sample page. This can be done with the Include Plugin.

Templates

Templates for your reports are defined using the Liquid templating language. As DokuWiki uses curly braces for images and square brackets for links, Liquid is configured to use '{[' and ']}' (respectively '{%' '%}') instead. An Example may look like

{% extends "doc_base.txt.liquid" %}
{% block title %} My Title {% endblock %}
{% block content %}
More content
{% endblock%}

which takes data from your qkit measurement and its settings to fill out the page, using the doc_base.txt.liquid template.

URL-Handler

This program defines a URL-Scheme called qviewkit:

qviewkit://UUID?hint=some;hint

Here, UUID is the measurement you are interested in opening, and after hint a semicolon seperated list of strings describes where it may be located, should it not be in the index. The hint is optional.

Installation

pip install dokuwiki-autodoc

Do note, that this project depends on qkit, but as qkit is not yet on PyPi, you will need to install it manually.

Testing

You will need to have qkit installed to test its integration. This not yet done automatically, as qkit is not yet available on PyPi.

Certificate Issues

You may get an SSL Exception when connecting to your server, mentioning self-signed certificates, even though your server may have valid certificates. This has been reported when using Windows.

The reason behind this is, that python uses the system trust store, which, for example, does not include the T-TeleSec GlobalRoot Class 2 certificate. You may need to install them manually.

To do this, use you browser to download the certificates of your wiki. In Firefox, browse to your wiki, click the lock icon in the nav bar > secure connection > further information. Click View Certificates. Navigate to the left-most certificate. This is your Root-CA. There, go to the link to save the certificate as a PEM-File.

Now, run the following command as an administrator:

certutil –addstore –f "Root" <pathtocertificatefile>

License

dokuwiki-autodoc is distributed under the terms of the GPLv2 license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dokuwiki_autodoc-1.6.0.tar.gz (1.8 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

dokuwiki_autodoc-1.6.0-py3-none-any.whl (20.5 kB view details)

Uploaded Python 3

File details

Details for the file dokuwiki_autodoc-1.6.0.tar.gz.

File metadata

  • Download URL: dokuwiki_autodoc-1.6.0.tar.gz
  • Upload date:
  • Size: 1.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-httpx/0.27.2

File hashes

Hashes for dokuwiki_autodoc-1.6.0.tar.gz
Algorithm Hash digest
SHA256 b8798c382c747096845093a2ed2188e1b7fdd16f9329848bf50ea19d8789a3c6
MD5 125419ec3b7e47963cbdc563fdaa08d3
BLAKE2b-256 eb7f2f24dbaae018da469d22dd8892f920047de515ea5cf50b794d406d33e1c9

See more details on using hashes here.

File details

Details for the file dokuwiki_autodoc-1.6.0-py3-none-any.whl.

File metadata

File hashes

Hashes for dokuwiki_autodoc-1.6.0-py3-none-any.whl
Algorithm Hash digest
SHA256 9b457cb54d77f1f8c3b41bb3bc4e4e59c81faaabf563d68d6e3e634c858ee4c2
MD5 f546f8123660a74bfc4970d4e8adf25d
BLAKE2b-256 75d1e8833f44d3a4eb4608371d2e78913bd7bb5358777b3a1c06d06b01184c41

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page