Skip to content
This repository has been archived by the owner on Feb 3, 2024. It is now read-only.

rwth-iat/word2asciidoc4aas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

To work with the current development version, you can install the package directly from GitHub using Pip's Git feature:

pip install git+https://github.com/zrgt/aas_word2asciidoc.git@master

Usage

To fix the adoc file, you need to invoke the fix_adoc.py script. If the output adoc file already exists, you need to specify --force command-line argument in order to overwrite the existing files.

To fix an adoc file saved in /some/path/document.adoc and output the fixed adoc to /some/path/index.adoc, run the following command:

    fix_adoc \
        --adoc_input /some/path/document.adoc \
        --adoc_output /some/path/index.adoc

If the previous method does not work try the following command:

    python -m word2asciidoc.fix_adoc \
        --adoc_input /some/path/document.adoc \
        --adoc_output /some/path/index.adoc

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages