From dcd1ae576152a2079e12db0dedf5abab89056f8c Mon Sep 17 00:00:00 2001 From: Ben Cotton Date: Jul 28 2021 19:48:18 +0000 Subject: Use Markdown formatting in a Markdown file, not AsciiDoc --- diff --git a/README.md b/README.md index f75116b..7c1f53f 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ -= Fedora Bug Data +# Fedora Bug Data This repo contains a Jupyter notebook with analysis of [Bugzilla](https://bugzilla.redhat.com) data. CSV files are in the `bugs/` directory. -== Using the notebook +## Using the notebook * Run `jupyter notebook Fedora_Bugs.ipynb &` to launch the notebook. * From the web interface, run "Cell -> Run All" to generate the output. -== Contributing to the notebook +## Contributing to the notebook Your contributions are welcome! Please submit a pull request in this repo to add or modify the analysis. @@ -16,6 +16,6 @@ Please submit a pull request in this repo to add or modify the analysis. *To keep the repo size manageable, please clear the output before saving.* "Cell -> All Output -> Clear" will clear the output. -== License +## License This notebook is licensed under the MIT License.