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

Commit

Permalink
Setting members order to 'bysource'
Browse files Browse the repository at this point in the history
  • Loading branch information
lycantropos committed Sep 14, 2017
1 parent 5be3fd4 commit 17a3360
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/asynctmdb.imdb.find.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ find module

.. automodule:: asynctmdb.imdb.find
:members:
:member-order: bysource
:show-inheritance:
1 change: 1 addition & 0 deletions docs/asynctmdb.imdb.title_id.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ title ID module

.. automodule:: asynctmdb.imdb.title_id
:members:
:member-order: bysource
:show-inheritance:
1 change: 1 addition & 0 deletions docs/asynctmdb.methods.authentication.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@

.. automodule:: asynctmdb.methods.authentication
:members:
:member-order: bysource
:show-inheritance:
1 change: 1 addition & 0 deletions docs/asynctmdb.methods.find.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@

.. automodule:: asynctmdb.methods.find
:members:
:member-order: bysource
:show-inheritance:
1 change: 1 addition & 0 deletions docs/asynctmdb.methods.genres.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@

.. automodule:: asynctmdb.methods.genres
:members:
:member-order: bysource
:show-inheritance:
1 change: 1 addition & 0 deletions docs/asynctmdb.methods.movies.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@

.. automodule:: asynctmdb.methods.movies
:members:
:member-order: bysource
:show-inheritance:
2 changes: 0 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@
'sphinx.ext.autodoc',
'sphinx.ext.extlinks']

autodoc_member_order = 'bysource'

api_docs_base_url = 'https://developers.themoviedb.org/3'
extlinks_keys = ['getting-started',
'authentication',
Expand Down

0 comments on commit 17a3360

Please sign in to comment.