Coder Social home page Coder Social logo

atatctech / heditor Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 4.36 MB

Hexpr Generator CLI

Home Page: https://arrow.atatctech.com/ATATC/Heditor

License: Apache License 2.0

Java 100.00%
documentation documentation-generator documentation-tool hephaestus hepxr

heditor's Introduction

Heditor

Heditor is a powerful tool to manage documentation. It supports extracting docstrings from the source code.

Installation

Download from releases.

The Windows executable installer will add the installation directory into the environment variable Path.

Usage

heditor help

Extract

The following example shows how to extract docstrings from a Python project.

heditor extract {PATH_TO_YOUR_PYTHON_PROJECT} in Python

To save the output as a single .hexpr file:

heditor extract {PATH_TO_YOUR_PYTHON_PROJECT} in Python to example.hepxr

To save the output as a file tree:

heditor extract {PATH_TO_YOUR_PYTHON_PROJECT} in Python to example

Heditor recognizes the docstrings as Markdown by default. To specify the comment type, use as ....

heditor extract {PATH_TO_YOUR_PYTHON_PROJECT} in Python as HTML to example

Read

The following example shows how to open a .hexpr file.

heditor read example.hexpr

Initialize

Hephaestus imports and exports in a strange way by default considering compatibility. Normally structured documents cannot be read directly. To construct from original directories, you can use initialize command.

heditor initialize example

Debug

Add --debug anywhere after the third argument to enable debug mode. This gives you a full stack trace that indicates where the error occurs. Report the bug with the command leading to the error and the stack trace.

heditor's People

Contributors

atatc avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.