Skip to main content

Utilities to migrate Confluence export to Sphinx, Juypter Book, etc.

Project description

PyPi PyPi Python 3.10 Python 3.9 Python 3.8 Python 3.7

Migcon: Migrate Confluence Export to Jupyter Book

This utility assists in converting Confluence content to a Jupyter Book project. Specifically, once you have a Confluence HTML export that has been converted to Markdown, run this utility against the converted source to move documents into a directory structure that mirrors the confluence page hierarchy as well as generating the Jupyter Book-isms necessary to correctly publish back to confluence.

To run:

./con2jupyterbook -i <source-dr> -o <target-dir>

Notes

When exporting from confluence, an index.md file is generated that holds the exported page hierarchy in a nested list. This utility relies on that format, so the index.md file should not be edited prior to running this utility.

What it does...

The HTML export from Confluence dumps the whole tree into a single directory. The con2jb will create a directory tree to mirror the page hierarchy from confluence and do some requisite fixup automatically. Additionally, it will generate the jupyter book table of contents to ensure that the correct page hierarchy is restored upon publication.

There are several other miscellaneous fixes that are performed including: referencing attachment and image links from the root rather than the current directory and removal of some sections that are added to a given page that are not present in the Confluence page source, e.g. Comments, Attachment Lists, Change History.

Step-by-Step Instructions

  1. Prerequisites: Node.js installed, Python installed
  2. Use Confluence to export all or a part of your wiki via HTML. (Export Content...)
  3. Create a working directory and unzip the Confluence export into that directory (sub-dir html)
  4. Clone Confluence to Markdown
  5. From within the cloned directory run npm run start <working-dir>/html <working-dir>/markdown
  6. pip install migcon
  7. Run con2jb to convert the exported markdown into a MyST, sphinx friendly markdown/dir structure con2jb -i <working-dir>/markdown -o <working-dir>/sphinx
  8. Copy the resultant jupyter book friendly markdown into the project of your choice
  9. Use jupyter book to build your desired output. Note: this will result in a few warnings that need to be addressed.

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

migcon-1.2.2-py3-none-any.whl (22.7 kB view hashes)

Uploaded Python 3

Supported by

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