Skip to content
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.

Commit

Permalink
Updates docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfy committed May 17, 2018
1 parent 2315b7f commit f321a69
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 65 deletions.
18 changes: 8 additions & 10 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
#
# import os
# import sys
# sys.path.insert(0, os.path.abspath('.'))
import os
import sys
sys.path.insert(0, os.path.abspath('../'))


# -- Project information -----------------------------------------------------
Expand All @@ -24,7 +24,7 @@
author = 'Marc Solé'

# The short X.Y version
version = ''
version = '1.0'
# The full version, including alpha/beta/rc tags
release = '1.0'

Expand All @@ -38,9 +38,7 @@
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
'sphinx.ext.autodoc',
]
extensions = ['sphinx.ext.autodoc']

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Expand All @@ -59,12 +57,12 @@
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
language = 'es'
language = None

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
# This pattern also affects html_static_path and html_extra_path .
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
exclude_patterns = []

# The name of the Pygments (syntax highlighting) style to use.
pygments_style = 'sphinx'
Expand All @@ -75,7 +73,7 @@
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme = 'alabaster'
html_theme = 'default'

# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
Expand Down
36 changes: 1 addition & 35 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.. spanish2datetime documentation master file, created by
sphinx-quickstart on Thu May 17 12:28:23 2018.
sphinx-quickstart on Thu May 17 20:58:35 2018.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Expand All @@ -18,37 +18,3 @@ Indices and tables
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`

Welcome to spanish2datetime
===========================
*spanish2datetime* is a lightweight Python3 library for turn spanish text into
datetime.


API Reference
=============

:mod:`spotify_manager` Module
=============================
.. automodule:: spanish2datetime.spanish2datetime
:members:
:undoc-members:
:special-members: __init__
:show-inheritance:

Support
=======
If you any have questions about spotify-manager, you can mail me to my account
*'marcsole @ insomniacwolves.com'* and I will try to answer as soon as possible.

If you think you've found a bug, let me know at
`spanish2datetime <https://github.com/WolfyLPDC/spanish2datetime/issues>`_.


Contribute
==========
spanish2datetime authored by Marc Solé (`WolfyLPDC <https://github.com/WolfyLPDC/>`_).

License
=======
https://github.com/WolfyLPDC/spanish2datetime/blob/master/LICENSE
20 changes: 0 additions & 20 deletions index.rst

This file was deleted.

0 comments on commit f321a69

Please sign in to comment.