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

Convert Readme from rst to md #15

Merged
merged 2 commits into from Nov 4, 2018
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
@@ -0,0 +1,9 @@
## supernova
Copy link
Owner

Choose a reason for hiding this comment

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

Suggested change
## supernova
# supernova

minor nit: the title should be a first-level header

[![Build Status](https://travis-ci.org/0xazure/supernova.svg?branch=master)](https://travis-ci.org/0xazure/supernova)

> Tool for exporting GitHub stars as an organized list.

### things learned

- using mem::[replace](https://github.com/rust-unofficial/patterns/blob/master/idioms/mem-replace.md) to [avoid needless clones](https://github.com/rust-unofficial/patterns/blob/master/idioms/mem-replace.md)
Copy link
Owner

Choose a reason for hiding this comment

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

Something I only learned about rst when I tried to make links like this: it doesn't like :: characters inside the link text.

Since Markdown is more permissive, I'd love to see this finally formatted as mem::replace.

- [profile rust code](http://carol-nichols.com/2017/04/20/rust-profiling-with-dtrace-on-osx/) using [DTrace](http://dtrace.org/blogs/about/) and [FlameGraph](https://github.com/brendangregg/FlameGraph)
19 changes: 0 additions & 19 deletions README.rst

This file was deleted.