Skip to content

Correct underlining of titles in README for rST #16

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

Merged
merged 1 commit into from
Mar 5, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Adafruit_CircuitPython_AdafruitIO
============
=================================

.. image:: https://readthedocs.org/projects/adafruit-circuitpython-adafruitio/badge/?version=latest
:target: https://circuitpython.readthedocs.io/projects/adafruitio/en/latest/
Expand All @@ -17,7 +17,8 @@ CircuitPython wrapper library for communicating with `Adafruit IO <http://io.ada


Dependencies
=============
============

This driver depends on:

* `Adafruit CircuitPython <https://github.com/adafruit/circuitpython>`_
Expand Down Expand Up @@ -100,7 +101,7 @@ Then run the build:
circuitpython-build-bundles --filename_prefix adafruit-circuitpython-adafruit_io --library_location .

Sphinx documentation
-----------------------
--------------------

Sphinx is used to build the documentation based on rST files and comments in the code. First,
install dependencies (feel free to reuse the virtual environment from above):
Expand Down