-
Notifications
You must be signed in to change notification settings - Fork 305
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Asciidoc Artifact Generation #323
base: master
Are you sure you want to change the base?
Conversation
@aswaterman needed your feedback on this PR. |
Hello! |
.adoc is correctly generated, @aswaterman we need your input on whether the date in the .adoc is correct. I'm attaching a pdf created out of the asciidoc file created by executing make.
|
@rpsene I think the link is broken for the pdf that you have attached, @aswaterman and @rpsene here I am attaching the same |
Description
This PR deals with generating
asciidoc
based format in the formencoding.adoc
on running uponMakefile
viamake
command.Approach Used
asciidoc_utils.py
script to generate the asciidoc related outputmake_asciidoc()
function will be called in the mainparse.py
scriptMakefile
encoding.out.h
andc_utils.py