Skip to content
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

LaTeX generation #64

Merged
merged 1 commit into from
Mar 31, 2015
Merged

LaTeX generation #64

merged 1 commit into from
Mar 31, 2015

Conversation

mfine
Copy link
Contributor

@mfine mfine commented Mar 31, 2015

Latex generation. Currently running with:

(cd generator; PYTHONPATH=. python -m sbp.generator -i ../spec/yaml/swiftnav/sbp -o ../latex/ --latex)

The handle fields stuff is kind of gross, but working for now.

/cc @mookerji

"""
items = []
for f in fields:
if f.type_id == "array":
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is amazing.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My favorite code this past week.

mookerji added a commit that referenced this pull request Mar 31, 2015
@mookerji mookerji merged commit 5733d67 into swift-nav:master Mar 31, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants