Skip to content

Commit eca8a2f

Browse files
authored
Merge pull request #7 from sommersoft/new_docs
Improve Ref Docs
2 parents 689301d + ebc319c commit eca8a2f

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.rst

+4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
:target: https://discord.gg/nBQh6qu
1010
:alt: Discord
1111
12+
.. image:: https://travis-ci.org/adafruit/Adafruit_CircuitPython_DS3231.svg?branch=master
13+
:target: https://travis-ci.org/adafruit/Adafruit_CircuitPython_DS3231
14+
:alt: Build Status
15+
1216
The datasheet for the DS3231 explains that this part is an
1317
"Extremely Accurate I²C-Integrated RTC/TCXO/Crystal". And,
1418
hey, it does exactly what it says on the tin! This Real Time

docs/conf.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@
4141
# autodoc module docs will fail to generate with a warning.
4242
autodoc_mock_imports = ["adafruit_bus_device", "adafruit_register"]
4343

44+
intersphinx_mapping = {'python': ('https://docs.python.org/3.4', None),'BusDevice': ('https://circuitpython.readthedocs.io/projects/busdevice/en/latest/', None),'Register': ('https://circuitpython.readthedocs.io/projects/register/en/latest/', None),'CircuitPython': ('https://circuitpython.readthedocs.io/en/latest/', None)}
45+
4446
# Add any paths that contain templates here, relative to this directory.
4547
templates_path = ['_templates']
4648

@@ -366,6 +368,3 @@
366368
# If true, do not generate a @detailmenu in the "Top" node's menu.
367369
#
368370
# texinfo_no_detailmenu = False
369-
370-
intersphinx_mapping = {'python': ('https://docs.python.org/3.4', None),
371-
'CircuitPython': ('https://circuitpython.readthedocs.io/en/latest/', None)}

0 commit comments

Comments
 (0)