updating README and CHANGELOG
This commit is contained in:
@@ -1,21 +1 @@
|
||||
Changelog
|
||||
==========
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
This format is based on `Keep a Changelog`_
|
||||
|
||||
.. _Keep a Changelog: https://keepachangelog.com/en/1.0.0/
|
||||
|
||||
and this project adheres to `Semantic Versioning`_
|
||||
|
||||
.. _Semantic Versioning: https://semver.org/spec/v2.0.0.html
|
||||
|
||||
|
||||
[1.0.0] - 2020-03-07
|
||||
------------------------
|
||||
|
||||
Added
|
||||
######
|
||||
|
||||
- Initial version
|
||||
.. include:: ../../CHANGELOG.rst
|
||||
|
||||
@@ -39,7 +39,8 @@ extensions = [
|
||||
'sphinx.ext.napoleon',
|
||||
'sphinx.ext.todo',
|
||||
'sphinx_click.ext',
|
||||
'sphinx.ext.intersphinx'
|
||||
'sphinx.ext.intersphinx',
|
||||
'sphinx.ext.autosectionlabel'
|
||||
]
|
||||
|
||||
# -- Napoleon Settings -----------------------------------------------------
|
||||
|
||||
@@ -1,13 +1 @@
|
||||
=============
|
||||
Introduction
|
||||
=============
|
||||
|
||||
#####
|
||||
Test
|
||||
#####
|
||||
|
||||
testing
|
||||
|
||||
test code::
|
||||
|
||||
some test code
|
||||
.. include:: ../../README.rst
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
musicbrainzapi.api.lyrics.director
|
||||
----------------------------------------------------------------------------------
|
||||
-------------------------------------
|
||||
|
||||
.. automodule:: musicbrainzapi.api.lyrics.director
|
||||
:members:
|
||||
|
||||
Reference in New Issue
Block a user