Skip to content

Added basic structure for docs - #24

Merged
tchellomello merged 2 commits into
devfrom
docs
Mar 13, 2017
Merged

Added basic structure for docs#24
tchellomello merged 2 commits into
devfrom
docs

Conversation

@tchellomello

Copy link
Copy Markdown
Member

Added basic structure for docs

Comment thread docs/source/conf.py Outdated
]



Copy link
Copy Markdown

Choose a reason for hiding this comment

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

blank line at end of file

Comment thread docs/source/conf.py Outdated
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, 'PythonRingDoorBell.tex', 'Python Ring Door Bell Documentation',

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

line too long (81 > 79 characters)

Comment thread docs/source/conf.py Outdated
extensions = ['sphinx.ext.autodoc',
'sphinx.ext.doctest',
'sphinx.ext.viewcode',
'sphinx.ext.githubpages']

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

continuation line under-indented for visual indent

Comment thread docs/source/conf.py Outdated
# ones.
extensions = ['sphinx.ext.autodoc',
'sphinx.ext.doctest',
'sphinx.ext.viewcode',

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

continuation line under-indented for visual indent

Comment thread docs/source/conf.py Outdated
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = ['sphinx.ext.autodoc',
'sphinx.ext.doctest',

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

continuation line under-indented for visual indent

@tchellomello
tchellomello merged commit c37e599 into dev Mar 13, 2017
@tchellomello
tchellomello deleted the docs branch March 13, 2017 11:16
tchellomello added a commit that referenced this pull request Mar 13, 2017
* Moved subscribed and subscribed_motion attributes to doorbell devices only

* Allows option to make token persistent and register push_notify_urls

* Introduced check_alerts() method (#17)

* added initial control to alert notifications

* Removed JSON from tests

* Make lint happy

* Update README

* Only publish PUSH url if we have one

* Display error message only if in debug

* override default URL

* Make check alerts a callable function

* Removed extra space

* Move inside the try/except for safeness

* Introduced mecanism to save current alert state to a pickle file to allow concurrent objects to share alert notifications

* Moved self._alert_cache position

* version bump 0.1.1

* Allows to filter history by event kind: 'motion', 'on_demand', 'ding' (#20)

* Allows to filter history by event kind: 'motion', 'on_demand', 'ding'

* Fixed whitespace

* Unittests (#22)

* Introduced base skeleton for unittest

* Added thanks to the http://www.android-x86.org/ community

* Added basic structure for docs (#24)

* Added basic structure for docs

* fixed lint
@github-actions github-actions Bot locked and limited conversation to collaborators Apr 18, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants