diff --git a/.readthedocs.yml b/.readthedocs.yml deleted file mode 100644 index 8a14e9b..0000000 --- a/.readthedocs.yml +++ /dev/null @@ -1,21 +0,0 @@ -# https://docs.readthedocs.io/en/stable/config-file/v2.html#supported-settings - -version: 2 - -sphinx: - # The config file overrides the UI settings: - # https://github.com/pyca/cryptography/issues/5863#issuecomment-817828152 - builder: dirhtml - -build: - # readdocs master now includes a rust toolchain - os: "ubuntu-22.04" - tools: - python: "3.12" - -python: - install: - - method: pip - path: . - extra_requirements: - - docs diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index a150074..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,174 +0,0 @@ -# Changelog - -## 2.1.0 (2023-11-25) -* ! Deprecate python 3.7 ! -* Deprecate flake8, use ruff for linting instead -* Fixes for compatibility with v2 of json parsing library `pydantic` -* Use python3.12 for CI and Docker -* Migrate from setup.py to pyproject.toml -* Remove requirements.txt -* Use datetime functionality with higher compatibility - -## 2.0.11 (2021-04-30) - -* Model validation fixes for optional properties (#41) -* Fix example code in README (#44) -* Fix linked account display name (#46) -* Raise `AuthenticationException` on 401 (#55) -* Add aiohttp speedups (#55) -* Tests read files as UTF-8 (#55) -* Fix API example in README (#56) - -## 2.0.10 (2020-11-13) - -* Add models for XAD and XAT Token responses -* Fix message.get_inbox() (Setting text field as Optional) (Fixes issue #37) -* Fix OAuth2TokenResponse incase no refresh_token is returned by authentication (Fixes issue #36) -* Fix pytest warnings (unclosed ClientSession, usage of deprecated ClientResponse field) -* Fix CatalogResponse.Products[].DisplaySkuAvailabilities[].Availabilities - Set order_management_data as Optional -* Enable passing extra values to headers, params and data for all providers via kwargs (extra_headers, extra_params, extra_data) -* Fix GameclipsResponse - -## 2.0.9 (2020-11-02) - -* Fix titlehub endpoint -* AuthenticationManager: Allow fetching title endpoints -* RequestSigner: Extend to respect SigningPolicy - -## 2.0.8 (2020-10-14) - -* GH action: Use official docker setup-buildx-step -* Make more CatalogResponse fields optional -* Allow fetching all installed apps across devices (remove device_id requirement) - -## 2.0.7 (2020-10-12) - -* Fix broken 2.0.6 yarl dep -* Change GitHub action to not deploy on failed build - -## 2.0.6 (2020-10-12) - -* Add constants for some system titles that do not have PFN in catalog - -## 2.0.5 (2020-10-12) - -* Fix catalog models for legacy products - -## 2.0.4 (2020-10-11) - -* Fix catalog fields template - -## 2.0.3 (2020-10-11) - -* Fix catalog alt id lookup - -## 2.0.2 (2020-10-11) - -* Fixed package includes for providers -* No longer attempts to refresh tokens when no auth required -* Fixed `xbox-searchlive` - -## 2.0.1 (2020-10-10) - -* Ensures token validity on every request - -## 2.0.0 (2020-10-10) - -* Major rewrite (thx @hunterjm) -* Removed auth-TUI (text user interface) -* async via aiohttp -* Support full OAUTH2 flow -* Add new smartglass endpoint (xccs.xboxlive.com) -* Add new catalog endpoint (displaycatalog) -* Easier tests (ditch betamax) -* Add RequestSigner / SignedSession (thx @socram8888) - -## 1.1.8 (2020-02-29) - -* Update people.py - Added get friends by XUID -* CI / metadata changes - -## 1.1.7 (2018-11-10) - -* Fix parsing of WindowsLive auth response - -## 1.1.6 (2018-09-30) - -* Consider (User-)privileges of (XSTS) userinfo optional -* Fix: Always return bool for @Property AuthenticationManager.authenticated - -## 1.1.5 (2018-08-11) - -* Make property *authenticated* in AuthenticationManager check token validity -* Break out of windows live auth early if cookies were cached previously - -## 1.1.4 (2018-07-01) - -* Implement convenience functions for Partner Service Authentication - -## 1.1.3 (2018-06-16) - -* Gracefully fail on wrong account password -* Fix "ValueError: tui: Unexpected button pressed: Cancel" -* provider.lists: Correct headers, GET list works -* Titlehub: Support getting title history by xuid - -## 1.1.2 (2018-05-06) - -* Fixing appdir (aka. token save location) creation on windows - -## 1.1.1 (2018-05-03) - -* Removed python-dateutil dependency -* Add auth-via-browser fallback script -* Small changes - -## 1.1.0 (2018-04-17) - -* Auth: Updated 2FA authentication to meet current windows live auth flow -* Auth: Redesigned 2FA authentication procedure -* Auth: Implemented xbox-auth-ui script (xbox.webapi.scripts.tui: urwid terminal ui) -* Auth: For password masking, getpass instead or raw input() is used -* Scripts: Default to appdirs.user_data_dir if no tokenfile provided via cmdline argument (see README) - -## 1.0.9 (2018-03-30) - -* Extend **Gameclips** provider with title id filtering and saved clips -* Add **Screenshots** provider -* Add **Titlehub** provider - -## 1.0.8 (2018-03-29) - -* Added **Userstats** endpoint -* Updated README - -## 1.0.7 (2018-03-28) - -* Support supplying auth credentials via stdin -* Added tests for all endpoints -* Added tests for authentication -* Added **QCS** endpoint -* Added **Profile** endpoint -* Added **Achievements** endpoint -* Added **Usersearch** endpoint -* Added **Gameclips** endpoint -* Added **People** endpoint -* Added **Presence** endpoint -* Added **Message** endpoint -* Removed **Gamerpics** endpoint - -## 1.0.3 - 1.0.6 (2018-03-17) - -* Metadata changes - -## 1.0.2 (2018-03-17) - -* More metadata changes, rendering on PyPi is fine now - -## 1.0.1 (2018-03-17) - -* Metadata changes - -## 1.0.0 (2018-03-17) - -* First release on PyPI. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md deleted file mode 100644 index e946a41..0000000 --- a/CONTRIBUTING.md +++ /dev/null @@ -1,103 +0,0 @@ - -# Contributing - -Contributions are welcome, and they are greatly appreciated! Every -little bit helps, and credit will always be given. - -You can contribute in many ways: - -## Types of Contributions - -### Report Bugs - -Report bugs at . - -If you are reporting a bug, please include: - -* Your operating system name and version. -* Any details about your local setup that might be helpful in troubleshooting. -* Detailed steps to reproduce the bug. - -### Fix Bugs - -Look through the GitHub issues for bugs. Anything tagged with "bug" -is open to whoever wants to implement it. - -### Implement Features - -Look through the GitHub issues for features. Anything tagged with "feature" -is open to whoever wants to implement it. - -### Write Documentation - -xbox-webapi-python could always use more documentation, whether as part of the -official xbox-webapi-python docs, in docstrings, or even on the web in blog posts, -articles, and such. - -### Submit Feedback - -The best way to send feedback is to file an issue at . - -If you are proposing a feature: - -* Explain in detail how it would work. -* Keep the scope as narrow as possible, to make it easier to implement. -* Remember that this is a volunteer-driven project, and that contributions - are welcome :) - -### Get Started - -Ready to contribute? Here's how to set up `xbox-webapi-python` for local development. - -1. Fork the `xbox-webapi-python` repo on GitHub. -2. Clone your fork locally - -```text -git clone git@github.com:your_name_here/xbox-webapi-python.git -``` - -3. Install your local copy into a virtualenv. Assuming you have venv installed, this is how you set up your fork for local development - -```text -cd xbox-webapi-python -python -m venv venv -source venv/bin/activate -pip install -e .[dev] -pre-commit install -``` - -4. Create a branch for local development:: - -```text -git checkout -b name-of-your-bugfix-or-feature -``` - -Now you can make your changes locally. - -5. When you're done making changes, check that your changes pass the tests - -```text -pytest -``` - -6. Commit your changes and push your branch to GitHub - -``` -git add . -git commit -m "Your detailed description of your changes." -git push origin name-of-your-bugfix-or-feature -``` - -7. Submit a pull request through the GitHub website. - -### Pull Request Guidelines - -Before you submit a pull request, check that it meets these guidelines: - -1. The pull request should include tests. -2. If the pull request adds functionality, the docs should be updated. Put - your new functionality into a function with a docstring, and add the - feature to the list in README.md. -3. The pull request should work for Python 3.8+. Check - - and make sure that the tests pass for all supported Python versions. diff --git a/MANIFEST.in b/MANIFEST.in deleted file mode 100644 index 682e0ee..0000000 --- a/MANIFEST.in +++ /dev/null @@ -1,10 +0,0 @@ -include CONTRIBUTING.md -include CHANGELOG.md -include LICENSE -include README.md - -recursive-include tests * -recursive-exclude * __pycache__ -recursive-exclude * *.py[co] - -recursive-include docs *.rst conf.py Makefile make.bat *.jpg *.png *.gif diff --git a/Makefile b/Makefile deleted file mode 100644 index b678e2a..0000000 --- a/Makefile +++ /dev/null @@ -1,84 +0,0 @@ -.PHONY: clean clean-test clean-pyc clean-build docs help -.DEFAULT_GOAL := help - -define BROWSER_PYSCRIPT -import os, webbrowser, sys - -try: - from urllib import pathname2url -except: - from urllib.request import pathname2url - -webbrowser.open("file://" + pathname2url(os.path.abspath(sys.argv[1]))) -endef -export BROWSER_PYSCRIPT - -define PRINT_HELP_PYSCRIPT -import re, sys - -for line in sys.stdin: - match = re.match(r'^([a-zA-Z_-]+):.*?## (.*)$$', line) - if match: - target, help = match.groups() - print("%-20s %s" % (target, help)) -endef -export PRINT_HELP_PYSCRIPT - -BROWSER := python -c "$$BROWSER_PYSCRIPT" - -help: - @python -c "$$PRINT_HELP_PYSCRIPT" < $(MAKEFILE_LIST) - -clean: clean-build clean-pyc clean-test ## remove all build, test, coverage and Python artifacts - -clean-build: ## remove build artifacts - rm -fr build/ - rm -fr dist/ - rm -fr .eggs/ - find . -name '*.egg-info' -exec rm -fr {} + - find . -name '*.egg' -exec rm -fr {} + - -clean-pyc: ## remove Python file artifacts - find . -name '*.pyc' -exec rm -f {} + - find . -name '*.pyo' -exec rm -f {} + - find . -name '*~' -exec rm -f {} + - find . -name '__pycache__' -exec rm -fr {} + - -clean-test: ## remove test and coverage artifacts - rm -f .coverage - rm -fr htmlcov/ - -lint: ## check style with ruff - ruff check --fix xbox - ruff check --fix tests - -test: ## run tests quickly with the default Python - py.test - -coverage: ## check code coverage quickly with the default Python - coverage run --source xbox -m pytest - coverage report -m - coverage html - $(BROWSER) htmlcov/index.html - -docs: ## generate Sphinx HTML documentation, including API docs - rm -f docs/xbox.rst - rm -f docs/modules.rst - sphinx-apidoc --implicit-namespaces -a -e -o docs/source xbox - $(MAKE) -C docs clean - $(MAKE) -C docs html - $(BROWSER) docs/_build/html/index.html - -servedocs: docs ## compile the docs watching for changes - watchmedo shell-command -p '*.rst' -c '$(MAKE) -C docs html' -R -D . - -release: clean ## package and upload a release - twine upload dist/* - -dist: clean ## builds source and wheel package - python -m build - ls -l dist - -install: clean ## install the package to the active Python's site-packages - pre-commit install - pip install -e . diff --git a/docs/Makefile b/docs/Makefile deleted file mode 100644 index 7ef3e64..0000000 --- a/docs/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# Minimal makefile for Sphinx documentation -# - -# You can set these variables from the command line. -SPHINXOPTS = -SPHINXBUILD = sphinx-build -SPHINXPROJ = XboxWebAPI -SOURCEDIR = . -BUILDDIR = _build - -# Put it first so that "make" without argument is like "make help". -help: - @$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) - -.PHONY: help Makefile - -# Catch-all target: route all unknown targets to Sphinx using the new -# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS). -%: Makefile - @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) \ No newline at end of file diff --git a/docs/_ext/linkcode_res.py b/docs/_ext/linkcode_res.py deleted file mode 100644 index a7d389c..0000000 --- a/docs/_ext/linkcode_res.py +++ /dev/null @@ -1,107 +0,0 @@ -import importlib -import inspect -import os -import sys - -import xbox.webapi - -# -- Linkcode resolver ----------------------------------------------------- - -# This is HEAVILY inspired by numpy's -# https://github.com/numpy/numpy/blob/73fe877ff967f279d470b81ad447b9f3056c1335/doc/source/conf.py#L390 - -# Copyright (c) 2005-2020, NumPy Developers. -# All rights reserved. -# -# Redistribution and use in source and binary forms, with or without -# modification, are permitted provided that the following conditions are -# met: -# -# * Redistributions of source code must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# -# * Redistributions in binary form must reproduce the above -# copyright notice, this list of conditions and the following -# disclaimer in the documentation and/or other materials provided -# with the distribution. -# -# * Neither the name of the NumPy Developers nor the names of any -# contributors may be used to endorse or promote products derived -# from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - -def linkcode_resolve(domain, info): - """ - Determine the url corresponding to Python object - """ - if domain != "py": - return None - - modname = info["module"] - fullname = info["fullname"] - - try: - importlib.import_module(modname) - except Exception: - return None - submod = sys.modules.get(modname) - if submod is None: - return None - - obj = submod - for part in fullname.split("."): - try: - obj = getattr(obj, part) - except Exception: - return None - - # strip decorators, which would resolve to the source of the decorator - # possibly an upstream bug in getsourcefile, bpo-1764286 - try: - unwrap = inspect.unwrap - except AttributeError: - pass - else: - obj = unwrap(obj) - - fn = None - lineno = None - - try: - fn = inspect.getsourcefile(obj) - except Exception: - fn = None - if not fn: - return None - - try: - source, lineno = inspect.getsourcelines(obj) - except Exception: - lineno = None - - fn = os.path.relpath(fn, start=os.path.dirname(xbox.webapi.__file__)) - - if lineno: - linespec = "#L%d-L%d" % (lineno, lineno + len(source) - 1) - else: - linespec = "" - - url = "https://github.com/OpenXbox/xbox-webapi-python/blob/%s/xbox/webapi/%s%s" - # url = "https://github.com/pyca/cryptography/blob/%s/src/cryptography/%s%s" - if "dev" in xbox.webapi.__version__: - return url % ("master", fn, linespec) - else: - version = f"v{xbox.webapi.__version__}" - return url % (version, fn, linespec) \ No newline at end of file diff --git a/docs/_static/.keep b/docs/_static/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/docs/_templates/.keep b/docs/_templates/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/docs/conf.py b/docs/conf.py deleted file mode 100644 index afa77b2..0000000 --- a/docs/conf.py +++ /dev/null @@ -1,184 +0,0 @@ -# -# Configuration file for the Sphinx documentation builder. -# -# This file does only contain a selection of the most common options. For a -# full list see the documentation: -# http://www.sphinx-doc.org/en/stable/config - -# -- Path setup -------------------------------------------------------------- - -# If extensions (or modules to document with autodoc) are in another directory, -# 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('../')) -sys.path.insert(0, os.path.abspath('_ext')) - -# -- Project information ----------------------------------------------------- - -project = 'Xbox-WebAPI' -copyright = '2022, OpenXbox' -author = 'OpenXbox' - -# The short X.Y version -version = '1.0' -# The full version, including alpha/beta/rc tags -release = '2.1.0' - - -# -- General configuration --------------------------------------------------- - -# If your documentation needs a minimal Sphinx version, state it here. -# -# needs_sphinx = '1.0' - -# 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', - 'sphinx.ext.intersphinx', - 'sphinx.ext.napoleon', - 'sphinx.ext.linkcode', - 'sphinx_mdinclude' -] - -# Linkcode resolver -from linkcode_res import linkcode_resolve # noqa: E402, F401 - -# Add any paths that contain templates here, relative to this directory. -templates_path = ['_templates'] - -# The suffix(es) of source filenames. -# You can specify multiple suffix as a list of string: -# -# source_suffix = ['.rst', '.md'] -source_suffix = ['.rst', '.md'] - -# The master toctree document. -master_doc = 'index' - -# The language for content autogenerated by Sphinx. Refer to documentation -# for a list of supported languages. -# -# This is also used if you do content translation via gettext catalogs. -# Usually you set "language" from the command line for these cases. -language = 'en' - -# 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'] - -# The name of the Pygments (syntax highlighting) style to use. -pygments_style = 'sphinx' - - -# -- Options for HTML output ------------------------------------------------- - -# The theme to use for HTML and HTML Help pages. See the documentation for -# a list of builtin themes. -# -html_theme = 'sphinx_rtd_theme' - -# 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 -# documentation. -# -# html_theme_options = {} - -# Add any paths that contain custom static files (such as style sheets) here, -# relative to this directory. They are copied after the builtin static files, -# so a file named "default.css" will overwrite the builtin "default.css". -html_static_path = ['_static'] - -# Custom sidebar templates, must be a dictionary that maps document names -# to template names. -# -# The default sidebars (for documents that don't match any pattern) are -# defined by theme itself. Builtin themes are using these templates by -# default: ``['localtoc.html', 'relations.html', 'sourcelink.html', -# 'searchbox.html']``. -# -# html_sidebars = {} - - -# -- Options for HTMLHelp output --------------------------------------------- - -# Output file base name for HTML help builder. -htmlhelp_basename = 'Xbox-WebAPIdoc' - - -# -- Options for LaTeX output ------------------------------------------------ - -latex_elements = { - # The paper size ('letterpaper' or 'a4paper'). - # - # 'papersize': 'letterpaper', - - # The font size ('10pt', '11pt' or '12pt'). - # - # 'pointsize': '10pt', - - # Additional stuff for the LaTeX preamble. - # - # 'preamble': '', - - # Latex figure (float) alignment - # - # 'figure_align': 'htbp', -} - -# Grouping the document tree into LaTeX files. List of tuples -# (source start file, target name, title, -# author, documentclass [howto, manual, or own class]). -latex_documents = [ - (master_doc, 'Xbox-WebAPI.tex', 'Xbox-WebAPI Documentation', - 'OpenXbox', 'manual'), -] - - -# -- Options for manual page output ------------------------------------------ - -# One entry per manual page. List of tuples -# (source start file, name, description, authors, manual section). -man_pages = [ - (master_doc, 'xbox-webapi', 'Xbox-WebAPI Documentation', - [author], 1) -] - - -# -- Options for Texinfo output ---------------------------------------------- - -# Grouping the document tree into Texinfo files. List of tuples -# (source start file, target name, title, author, -# dir menu entry, description, category) -texinfo_documents = [ - (master_doc, 'Xbox-WebAPI', 'Xbox-WebAPI Documentation', - author, 'Xbox-WebAPI', 'One line description of project.', - 'Miscellaneous'), -] - - -# -- Extension configuration ------------------------------------------------- - -# -- Options for intersphinx extension --------------------------------------- - -# Example configuration for intersphinx: refer to the Python standard library. -intersphinx_mapping = {'https://docs.python.org/3': None} - -# -- Options for napoleon extension ------------------------------------------ -napoleon_google_docstring = True -napoleon_numpy_docstring = True -napoleon_include_init_with_doc = True -napoleon_include_private_with_doc = True - -# -- Autodoc settings -autodoc_member_order = 'bysource' -autodoc_typehints = 'description' diff --git a/docs/index.rst b/docs/index.rst deleted file mode 100644 index 098f83a..0000000 --- a/docs/index.rst +++ /dev/null @@ -1,26 +0,0 @@ -.. Xbox WebAPI documentation master file, created by - sphinx-quickstart on Tue Mar 13 18:40:24 2018. - You can adapt this file completely to your liking, but it should at least - contain the root `toctree` directive. - -Welcome to Xbox WebAPI's documentation! -======================================= - -.. mdinclude:: ../README.md - -.. toctree:: - :maxdepth: 2 - :caption: Contents: - - source/xbox.webapi.authentication.manager - source/xbox.webapi.api.client - source/xbox.webapi.api.language - source/xbox.webapi.api.provider - - -Indices and tables -================== - -* :ref:`genindex` -* :ref:`modindex` -* :ref:`search` diff --git a/docs/make.bat b/docs/make.bat deleted file mode 100644 index 88d9169..0000000 --- a/docs/make.bat +++ /dev/null @@ -1,36 +0,0 @@ -@ECHO OFF - -pushd %~dp0 - -REM Command file for Sphinx documentation - -if "%SPHINXBUILD%" == "" ( - set SPHINXBUILD=sphinx-build -) -set SOURCEDIR=. -set BUILDDIR=_build -set SPHINXPROJ=XboxWebAPI - -if "%1" == "" goto help - -%SPHINXBUILD% >NUL 2>NUL -if errorlevel 9009 ( - echo. - echo.The 'sphinx-build' command was not found. Make sure you have Sphinx - echo.installed, then set the SPHINXBUILD environment variable to point - echo.to the full path of the 'sphinx-build' executable. Alternatively you - echo.may add the Sphinx directory to PATH. - echo. - echo.If you don't have Sphinx installed, grab it from - echo.http://sphinx-doc.org/ - exit /b 1 -) - -%SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% -goto end - -:help -%SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% - -:end -popd diff --git a/docs/source/modules.rst b/docs/source/modules.rst deleted file mode 100644 index f352a8f..0000000 --- a/docs/source/modules.rst +++ /dev/null @@ -1,7 +0,0 @@ -xbox -==== - -.. toctree:: - :maxdepth: 4 - - xbox.webapi diff --git a/docs/source/xbox.rst b/docs/source/xbox.rst deleted file mode 100644 index d07eec2..0000000 --- a/docs/source/xbox.rst +++ /dev/null @@ -1,12 +0,0 @@ -xbox namespace -============== - -.. py:module:: xbox - -Subpackages ------------ - -.. toctree:: - :maxdepth: 4 - - xbox.webapi diff --git a/docs/source/xbox.webapi.api.client.rst b/docs/source/xbox.webapi.api.client.rst deleted file mode 100644 index 42ccb4b..0000000 --- a/docs/source/xbox.webapi.api.client.rst +++ /dev/null @@ -1,7 +0,0 @@ -Xbox Live Client - HTTP Client wrapper -====================================== - -.. automodule:: xbox.webapi.api.client - :members: - :undoc-members: - :show-inheritance: diff --git a/docs/source/xbox.webapi.api.language.rst b/docs/source/xbox.webapi.api.language.rst deleted file mode 100644 index ff3f643..0000000 --- a/docs/source/xbox.webapi.api.language.rst +++ /dev/null @@ -1,7 +0,0 @@ -Xbox Live language definitions -============================== - -.. automodule:: xbox.webapi.api.language - :members: - :undoc-members: - :show-inheritance: diff --git a/docs/source/xbox.webapi.api.provider.account.models.rst b/docs/source/xbox.webapi.api.provider.account.models.rst deleted file mode 100644 index c7c95b9..0000000 --- a/docs/source/xbox.webapi.api.provider.account.models.rst +++ /dev/null @@ -1,7 +0,0 @@ -xbox.webapi.api.provider.account.models module -============================================== - -.. automodule:: xbox.webapi.api.provider.account.models - :members: - :undoc-members: - :show-inheritance: diff --git a/docs/source/xbox.webapi.api.provider.account.rst b/docs/source/xbox.webapi.api.provider.account.rst deleted file mode 100644 index 1592d85..0000000 --- a/docs/source/xbox.webapi.api.provider.account.rst +++ /dev/null @@ -1,7 +0,0 @@ -Acccount - Change your Gamertag -=============================== - -.. automodule:: xbox.webapi.api.provider.account - :members: - :undoc-members: - :show-inheritance: diff --git a/docs/source/xbox.webapi.api.provider.achievements.models.rst b/docs/source/xbox.webapi.api.provider.achievements.models.rst deleted file mode 100644 index 175392d..0000000 --- a/docs/source/xbox.webapi.api.provider.achievements.models.rst +++ /dev/null @@ -1,7 +0,0 @@ -xbox.webapi.api.provider.achievements.models module -=================================================== - -.. automodule:: xbox.webapi.api.provider.achievements.models - :members: - :undoc-members: - :show-inheritance: diff --git a/docs/source/xbox.webapi.api.provider.achievements.rst b/docs/source/xbox.webapi.api.provider.achievements.rst deleted file mode 100644 index 43bfa3b..0000000 --- a/docs/source/xbox.webapi.api.provider.achievements.rst +++ /dev/null @@ -1,7 +0,0 @@ -Achievements - Get info about gameprogress -========================================== - -.. automodule:: xbox.webapi.api.provider.achievements - :members: - :undoc-members: - :show-inheritance: diff --git a/docs/source/xbox.webapi.api.provider.baseprovider.rst b/docs/source/xbox.webapi.api.provider.baseprovider.rst deleted file mode 100644 index 25c1f5e..0000000 --- a/docs/source/xbox.webapi.api.provider.baseprovider.rst +++ /dev/null @@ -1,7 +0,0 @@ -xbox.webapi.api.provider.baseprovider module -============================================ - -.. automodule:: xbox.webapi.api.provider.baseprovider - :members: - :undoc-members: - :show-inheritance: diff --git a/docs/source/xbox.webapi.api.provider.catalog.const.rst b/docs/source/xbox.webapi.api.provider.catalog.const.rst deleted file mode 100644 index df64f97..0000000 --- a/docs/source/xbox.webapi.api.provider.catalog.const.rst +++ /dev/null @@ -1,7 +0,0 @@ -xbox.webapi.api.provider.catalog.const module -============================================= - -.. automodule:: xbox.webapi.api.provider.catalog.const - :members: - :undoc-members: - :show-inheritance: diff --git a/docs/source/xbox.webapi.api.provider.catalog.models.rst b/docs/source/xbox.webapi.api.provider.catalog.models.rst deleted file mode 100644 index 729076a..0000000 --- a/docs/source/xbox.webapi.api.provider.catalog.models.rst +++ /dev/null @@ -1,7 +0,0 @@ -xbox.webapi.api.provider.catalog.models module -============================================== - -.. automodule:: xbox.webapi.api.provider.catalog.models - :members: - :undoc-members: - :show-inheritance: diff --git a/docs/source/xbox.webapi.api.provider.catalog.rst b/docs/source/xbox.webapi.api.provider.catalog.rst deleted file mode 100644 index 36535e2..0000000 --- a/docs/source/xbox.webapi.api.provider.catalog.rst +++ /dev/null @@ -1,7 +0,0 @@ -Catalog - Microsoft Store Catalog -================================= - -.. automodule:: xbox.webapi.api.provider.catalog - :members: - :undoc-members: - :show-inheritance: diff --git a/docs/source/xbox.webapi.api.provider.cqs.models.rst b/docs/source/xbox.webapi.api.provider.cqs.models.rst deleted file mode 100644 index e26bb11..0000000 --- a/docs/source/xbox.webapi.api.provider.cqs.models.rst +++ /dev/null @@ -1,7 +0,0 @@ -xbox.webapi.api.provider.cqs.models module -========================================== - -.. automodule:: xbox.webapi.api.provider.cqs.models - :members: - :undoc-members: - :show-inheritance: diff --git a/docs/source/xbox.webapi.api.provider.cqs.rst b/docs/source/xbox.webapi.api.provider.cqs.rst deleted file mode 100644 index a71f5c9..0000000 --- a/docs/source/xbox.webapi.api.provider.cqs.rst +++ /dev/null @@ -1,7 +0,0 @@ -CQS - Stump TV Streaming -====================================== - -.. automodule:: xbox.webapi.api.provider.cqs - :members: - :undoc-members: - :show-inheritance: diff --git a/docs/source/xbox.webapi.api.provider.gameclips.models.rst b/docs/source/xbox.webapi.api.provider.gameclips.models.rst deleted file mode 100644 index cff2b83..0000000 --- a/docs/source/xbox.webapi.api.provider.gameclips.models.rst +++ /dev/null @@ -1,7 +0,0 @@ -xbox.webapi.api.provider.gameclips.models module -================================================ - -.. automodule:: xbox.webapi.api.provider.gameclips.models - :members: - :undoc-members: - :show-inheritance: diff --git a/docs/source/xbox.webapi.api.provider.gameclips.rst b/docs/source/xbox.webapi.api.provider.gameclips.rst deleted file mode 100644 index 75dde2e..0000000 --- a/docs/source/xbox.webapi.api.provider.gameclips.rst +++ /dev/null @@ -1,7 +0,0 @@ -Gameclips - Own, from Community, by XUID -======================================== - -.. automodule:: xbox.webapi.api.provider.gameclips - :members: - :undoc-members: - :show-inheritance: diff --git a/docs/source/xbox.webapi.api.provider.lists.models.rst b/docs/source/xbox.webapi.api.provider.lists.models.rst deleted file mode 100644 index a92b71e..0000000 --- a/docs/source/xbox.webapi.api.provider.lists.models.rst +++ /dev/null @@ -1,7 +0,0 @@ -xbox.webapi.api.provider.lists.models module -============================================ - -.. automodule:: xbox.webapi.api.provider.lists.models - :members: - :undoc-members: - :show-inheritance: diff --git a/docs/source/xbox.webapi.api.provider.lists.rst b/docs/source/xbox.webapi.api.provider.lists.rst deleted file mode 100644 index 813a640..0000000 --- a/docs/source/xbox.webapi.api.provider.lists.rst +++ /dev/null @@ -1,7 +0,0 @@ -EPLists - Manage Xbox Live Pins -=============================== - -.. automodule:: xbox.webapi.api.provider.lists - :members: - :undoc-members: - :show-inheritance: diff --git a/docs/source/xbox.webapi.api.provider.mediahub.models.rst b/docs/source/xbox.webapi.api.provider.mediahub.models.rst deleted file mode 100644 index 1ede7ec..0000000 --- a/docs/source/xbox.webapi.api.provider.mediahub.models.rst +++ /dev/null @@ -1,7 +0,0 @@ -xbox.webapi.api.provider.mediahub.models module -=============================================== - -.. automodule:: xbox.webapi.api.provider.mediahub.models - :members: - :undoc-members: - :show-inheritance: diff --git a/docs/source/xbox.webapi.api.provider.mediahub.rst b/docs/source/xbox.webapi.api.provider.mediahub.rst deleted file mode 100644 index 378ed99..0000000 --- a/docs/source/xbox.webapi.api.provider.mediahub.rst +++ /dev/null @@ -1,18 +0,0 @@ -xbox.webapi.api.provider.mediahub package -========================================= - -Submodules ----------- - -.. toctree:: - :maxdepth: 4 - - xbox.webapi.api.provider.mediahub.models - -Module contents ---------------- - -.. automodule:: xbox.webapi.api.provider.mediahub - :members: - :undoc-members: - :show-inheritance: diff --git a/docs/source/xbox.webapi.api.provider.message.models.rst b/docs/source/xbox.webapi.api.provider.message.models.rst deleted file mode 100644 index 897baf2..0000000 --- a/docs/source/xbox.webapi.api.provider.message.models.rst +++ /dev/null @@ -1,7 +0,0 @@ -xbox.webapi.api.provider.message.models module -============================================== - -.. automodule:: xbox.webapi.api.provider.message.models - :members: - :undoc-members: - :show-inheritance: diff --git a/docs/source/xbox.webapi.api.provider.message.rst b/docs/source/xbox.webapi.api.provider.message.rst deleted file mode 100644 index 9b4b4ba..0000000 --- a/docs/source/xbox.webapi.api.provider.message.rst +++ /dev/null @@ -1,7 +0,0 @@ -Message - Read and send messages -================================ - -.. automodule:: xbox.webapi.api.provider.message - :members: - :undoc-members: - :show-inheritance: diff --git a/docs/source/xbox.webapi.api.provider.people.models.rst b/docs/source/xbox.webapi.api.provider.people.models.rst deleted file mode 100644 index f6e9e52..0000000 --- a/docs/source/xbox.webapi.api.provider.people.models.rst +++ /dev/null @@ -1,7 +0,0 @@ -xbox.webapi.api.provider.people.models module -============================================= - -.. automodule:: xbox.webapi.api.provider.people.models - :members: - :undoc-members: - :show-inheritance: diff --git a/docs/source/xbox.webapi.api.provider.people.rst b/docs/source/xbox.webapi.api.provider.people.rst deleted file mode 100644 index 294cb56..0000000 --- a/docs/source/xbox.webapi.api.provider.people.rst +++ /dev/null @@ -1,7 +0,0 @@ -People - Get friendlist info -============================ - -.. automodule:: xbox.webapi.api.provider.people - :members: - :undoc-members: - :show-inheritance: diff --git a/docs/source/xbox.webapi.api.provider.presence.models.rst b/docs/source/xbox.webapi.api.provider.presence.models.rst deleted file mode 100644 index e10e1b8..0000000 --- a/docs/source/xbox.webapi.api.provider.presence.models.rst +++ /dev/null @@ -1,7 +0,0 @@ -xbox.webapi.api.provider.presence.models module -=============================================== - -.. automodule:: xbox.webapi.api.provider.presence.models - :members: - :undoc-members: - :show-inheritance: diff --git a/docs/source/xbox.webapi.api.provider.presence.rst b/docs/source/xbox.webapi.api.provider.presence.rst deleted file mode 100644 index c08ddc9..0000000 --- a/docs/source/xbox.webapi.api.provider.presence.rst +++ /dev/null @@ -1,7 +0,0 @@ -Presence - Get online status of friends -======================================= - -.. automodule:: xbox.webapi.api.provider.presence - :members: - :undoc-members: - :show-inheritance: diff --git a/docs/source/xbox.webapi.api.provider.profile.models.rst b/docs/source/xbox.webapi.api.provider.profile.models.rst deleted file mode 100644 index 456d6f3..0000000 --- a/docs/source/xbox.webapi.api.provider.profile.models.rst +++ /dev/null @@ -1,7 +0,0 @@ -xbox.webapi.api.provider.profile.models module -============================================== - -.. automodule:: xbox.webapi.api.provider.profile.models - :members: - :undoc-members: - :show-inheritance: diff --git a/docs/source/xbox.webapi.api.provider.profile.rst b/docs/source/xbox.webapi.api.provider.profile.rst deleted file mode 100644 index f1481ad..0000000 --- a/docs/source/xbox.webapi.api.provider.profile.rst +++ /dev/null @@ -1,7 +0,0 @@ -Profile - Get Userprofile information -===================================== - -.. automodule:: xbox.webapi.api.provider.profile - :members: - :undoc-members: - :show-inheritance: diff --git a/docs/source/xbox.webapi.api.provider.rst b/docs/source/xbox.webapi.api.provider.rst deleted file mode 100644 index 21a7c5a..0000000 --- a/docs/source/xbox.webapi.api.provider.rst +++ /dev/null @@ -1,31 +0,0 @@ -Xbox Live Providers - API Endpoints -=================================== - -Submodules ----------- - -.. toctree:: - - xbox.webapi.api.provider.account - xbox.webapi.api.provider.catalog - xbox.webapi.api.provider.cqs - xbox.webapi.api.provider.lists - xbox.webapi.api.provider.profile - xbox.webapi.api.provider.achievements - xbox.webapi.api.provider.usersearch - xbox.webapi.api.provider.gameclips - xbox.webapi.api.provider.people - xbox.webapi.api.provider.presence - xbox.webapi.api.provider.message - xbox.webapi.api.provider.userstats - xbox.webapi.api.provider.screenshots - xbox.webapi.api.provider.titlehub - xbox.webapi.api.provider.smartglass - -Module contents ---------------- - -.. automodule:: xbox.webapi.api.provider - :members: - :undoc-members: - :show-inheritance: diff --git a/docs/source/xbox.webapi.api.provider.screenshots.models.rst b/docs/source/xbox.webapi.api.provider.screenshots.models.rst deleted file mode 100644 index f24c2a8..0000000 --- a/docs/source/xbox.webapi.api.provider.screenshots.models.rst +++ /dev/null @@ -1,7 +0,0 @@ -xbox.webapi.api.provider.screenshots.models module -================================================== - -.. automodule:: xbox.webapi.api.provider.screenshots.models - :members: - :undoc-members: - :show-inheritance: diff --git a/docs/source/xbox.webapi.api.provider.screenshots.rst b/docs/source/xbox.webapi.api.provider.screenshots.rst deleted file mode 100644 index 372e4b2..0000000 --- a/docs/source/xbox.webapi.api.provider.screenshots.rst +++ /dev/null @@ -1,7 +0,0 @@ -Screenshots - Get screenshot info -================================= - -.. automodule:: xbox.webapi.api.provider.screenshots - :members: - :undoc-members: - :show-inheritance: diff --git a/docs/source/xbox.webapi.api.provider.smartglass.models.rst b/docs/source/xbox.webapi.api.provider.smartglass.models.rst deleted file mode 100644 index d14f57a..0000000 --- a/docs/source/xbox.webapi.api.provider.smartglass.models.rst +++ /dev/null @@ -1,7 +0,0 @@ -xbox.webapi.api.provider.smartglass.models module -================================================= - -.. automodule:: xbox.webapi.api.provider.smartglass.models - :members: - :undoc-members: - :show-inheritance: diff --git a/docs/source/xbox.webapi.api.provider.smartglass.rst b/docs/source/xbox.webapi.api.provider.smartglass.rst deleted file mode 100644 index f523b09..0000000 --- a/docs/source/xbox.webapi.api.provider.smartglass.rst +++ /dev/null @@ -1,7 +0,0 @@ -Smartglass - Control your Xbox -============================== - -.. automodule:: xbox.webapi.api.provider.smartglass - :members: - :undoc-members: - :show-inheritance: diff --git a/docs/source/xbox.webapi.api.provider.titlehub.models.rst b/docs/source/xbox.webapi.api.provider.titlehub.models.rst deleted file mode 100644 index cc92253..0000000 --- a/docs/source/xbox.webapi.api.provider.titlehub.models.rst +++ /dev/null @@ -1,7 +0,0 @@ -xbox.webapi.api.provider.titlehub.models module -=============================================== - -.. automodule:: xbox.webapi.api.provider.titlehub.models - :members: - :undoc-members: - :show-inheritance: diff --git a/docs/source/xbox.webapi.api.provider.titlehub.rst b/docs/source/xbox.webapi.api.provider.titlehub.rst deleted file mode 100644 index 99719aa..0000000 --- a/docs/source/xbox.webapi.api.provider.titlehub.rst +++ /dev/null @@ -1,7 +0,0 @@ -Titlehub - Get Title history and info -===================================== - -.. automodule:: xbox.webapi.api.provider.titlehub - :members: - :undoc-members: - :show-inheritance: diff --git a/docs/source/xbox.webapi.api.provider.usersearch.models.rst b/docs/source/xbox.webapi.api.provider.usersearch.models.rst deleted file mode 100644 index f11bcc9..0000000 --- a/docs/source/xbox.webapi.api.provider.usersearch.models.rst +++ /dev/null @@ -1,7 +0,0 @@ -xbox.webapi.api.provider.usersearch.models module -================================================= - -.. automodule:: xbox.webapi.api.provider.usersearch.models - :members: - :undoc-members: - :show-inheritance: diff --git a/docs/source/xbox.webapi.api.provider.usersearch.rst b/docs/source/xbox.webapi.api.provider.usersearch.rst deleted file mode 100644 index af667d5..0000000 --- a/docs/source/xbox.webapi.api.provider.usersearch.rst +++ /dev/null @@ -1,7 +0,0 @@ -Usersearch - Search users / gamertags -===================================== - -.. automodule:: xbox.webapi.api.provider.usersearch - :members: - :undoc-members: - :show-inheritance: diff --git a/docs/source/xbox.webapi.api.provider.userstats.models.rst b/docs/source/xbox.webapi.api.provider.userstats.models.rst deleted file mode 100644 index 3efb995..0000000 --- a/docs/source/xbox.webapi.api.provider.userstats.models.rst +++ /dev/null @@ -1,7 +0,0 @@ -xbox.webapi.api.provider.userstats.models module -================================================ - -.. automodule:: xbox.webapi.api.provider.userstats.models - :members: - :undoc-members: - :show-inheritance: diff --git a/docs/source/xbox.webapi.api.provider.userstats.rst b/docs/source/xbox.webapi.api.provider.userstats.rst deleted file mode 100644 index f4a022b..0000000 --- a/docs/source/xbox.webapi.api.provider.userstats.rst +++ /dev/null @@ -1,7 +0,0 @@ -Userstats - Get game statistics -=============================== - -.. automodule:: xbox.webapi.api.provider.userstats - :members: - :undoc-members: - :show-inheritance: diff --git a/docs/source/xbox.webapi.api.rst b/docs/source/xbox.webapi.api.rst deleted file mode 100644 index 6790e77..0000000 --- a/docs/source/xbox.webapi.api.rst +++ /dev/null @@ -1,18 +0,0 @@ -xbox.webapi.api package -======================= - -Submodules ----------- - -.. toctree:: - - xbox.webapi.api.client - xbox.webapi.api.language - -Module contents ---------------- - -.. automodule:: xbox.webapi.api - :members: - :undoc-members: - :show-inheritance: diff --git a/docs/source/xbox.webapi.authentication.manager.rst b/docs/source/xbox.webapi.authentication.manager.rst deleted file mode 100644 index b3e7ad2..0000000 --- a/docs/source/xbox.webapi.authentication.manager.rst +++ /dev/null @@ -1,7 +0,0 @@ -Authentication Manager - Authenticate with MS / XBL -=================================================== - -.. automodule:: xbox.webapi.authentication.manager - :members: - :undoc-members: - :show-inheritance: diff --git a/docs/source/xbox.webapi.authentication.models.rst b/docs/source/xbox.webapi.authentication.models.rst deleted file mode 100644 index 49f0135..0000000 --- a/docs/source/xbox.webapi.authentication.models.rst +++ /dev/null @@ -1,7 +0,0 @@ -xbox.webapi.authentication.models module -======================================== - -.. automodule:: xbox.webapi.authentication.models - :members: - :undoc-members: - :show-inheritance: diff --git a/docs/source/xbox.webapi.authentication.rst b/docs/source/xbox.webapi.authentication.rst deleted file mode 100644 index 87d99cb..0000000 --- a/docs/source/xbox.webapi.authentication.rst +++ /dev/null @@ -1,17 +0,0 @@ -xbox.webapi.authentication package -================================== - -Submodules ----------- - -.. toctree:: - - xbox.webapi.authentication.manager - -Module contents ---------------- - -.. automodule:: xbox.webapi.authentication - :members: - :undoc-members: - :show-inheritance: diff --git a/docs/source/xbox.webapi.authentication.xal.rst b/docs/source/xbox.webapi.authentication.xal.rst deleted file mode 100644 index 10462e3..0000000 --- a/docs/source/xbox.webapi.authentication.xal.rst +++ /dev/null @@ -1,7 +0,0 @@ -xbox.webapi.authentication.xal module -===================================== - -.. automodule:: xbox.webapi.authentication.xal - :members: - :undoc-members: - :show-inheritance: diff --git a/docs/source/xbox.webapi.common.exceptions.rst b/docs/source/xbox.webapi.common.exceptions.rst deleted file mode 100644 index c3ab543..0000000 --- a/docs/source/xbox.webapi.common.exceptions.rst +++ /dev/null @@ -1,7 +0,0 @@ -Custom Exceptions -================= - -.. automodule:: xbox.webapi.common.exceptions - :members: - :undoc-members: - :show-inheritance: diff --git a/docs/source/xbox.webapi.common.filetimes.rst b/docs/source/xbox.webapi.common.filetimes.rst deleted file mode 100644 index 560302b..0000000 --- a/docs/source/xbox.webapi.common.filetimes.rst +++ /dev/null @@ -1,7 +0,0 @@ -xbox.webapi.common.filetimes module -=================================== - -.. automodule:: xbox.webapi.common.filetimes - :members: - :undoc-members: - :show-inheritance: diff --git a/docs/source/xbox.webapi.common.models.rst b/docs/source/xbox.webapi.common.models.rst deleted file mode 100644 index fc8fa17..0000000 --- a/docs/source/xbox.webapi.common.models.rst +++ /dev/null @@ -1,7 +0,0 @@ -xbox.webapi.common.models module -================================ - -.. automodule:: xbox.webapi.common.models - :members: - :undoc-members: - :show-inheritance: diff --git a/docs/source/xbox.webapi.common.request_signer.rst b/docs/source/xbox.webapi.common.request_signer.rst deleted file mode 100644 index 9bd8178..0000000 --- a/docs/source/xbox.webapi.common.request_signer.rst +++ /dev/null @@ -1,7 +0,0 @@ -xbox.webapi.common.request\_signer module -========================================= - -.. automodule:: xbox.webapi.common.request_signer - :members: - :undoc-members: - :show-inheritance: diff --git a/docs/source/xbox.webapi.common.rst b/docs/source/xbox.webapi.common.rst deleted file mode 100644 index dbabc36..0000000 --- a/docs/source/xbox.webapi.common.rst +++ /dev/null @@ -1,17 +0,0 @@ -xbox.webapi.common package -========================== - -Submodules ----------- - -.. toctree:: - - xbox.webapi.common.exceptions - -Module contents ---------------- - -.. automodule:: xbox.webapi.common - :members: - :undoc-members: - :show-inheritance: diff --git a/docs/source/xbox.webapi.common.signed_session.rst b/docs/source/xbox.webapi.common.signed_session.rst deleted file mode 100644 index 013d367..0000000 --- a/docs/source/xbox.webapi.common.signed_session.rst +++ /dev/null @@ -1,7 +0,0 @@ -xbox.webapi.common.signed\_session module -========================================= - -.. automodule:: xbox.webapi.common.signed_session - :members: - :undoc-members: - :show-inheritance: diff --git a/docs/source/xbox.webapi.rst b/docs/source/xbox.webapi.rst deleted file mode 100644 index 14d26ac..0000000 --- a/docs/source/xbox.webapi.rst +++ /dev/null @@ -1,17 +0,0 @@ -xbox.webapi package -=================== - -Subpackages ------------ - -.. toctree:: - - xbox.webapi.scripts - -Module contents ---------------- - -.. automodule:: xbox.webapi - :members: - :undoc-members: - :show-inheritance: diff --git a/docs/source/xbox.webapi.scripts.authenticate.rst b/docs/source/xbox.webapi.scripts.authenticate.rst deleted file mode 100644 index 5752c24..0000000 --- a/docs/source/xbox.webapi.scripts.authenticate.rst +++ /dev/null @@ -1,7 +0,0 @@ -xbox.webapi.scripts.authenticate module -======================================= - -.. automodule:: xbox.webapi.scripts.authenticate - :members: - :undoc-members: - :show-inheritance: diff --git a/docs/source/xbox.webapi.scripts.change_gamertag.rst b/docs/source/xbox.webapi.scripts.change_gamertag.rst deleted file mode 100644 index 81fd28d..0000000 --- a/docs/source/xbox.webapi.scripts.change_gamertag.rst +++ /dev/null @@ -1,7 +0,0 @@ -xbox.webapi.scripts.change\_gamertag module -=========================================== - -.. automodule:: xbox.webapi.scripts.change_gamertag - :members: - :undoc-members: - :show-inheritance: diff --git a/docs/source/xbox.webapi.scripts.friends.rst b/docs/source/xbox.webapi.scripts.friends.rst deleted file mode 100644 index 31d711b..0000000 --- a/docs/source/xbox.webapi.scripts.friends.rst +++ /dev/null @@ -1,7 +0,0 @@ -xbox.webapi.scripts.friends module -================================== - -.. automodule:: xbox.webapi.scripts.friends - :members: - :undoc-members: - :show-inheritance: diff --git a/docs/source/xbox.webapi.scripts.rst b/docs/source/xbox.webapi.scripts.rst deleted file mode 100644 index 2a436a8..0000000 --- a/docs/source/xbox.webapi.scripts.rst +++ /dev/null @@ -1,11 +0,0 @@ -xbox.webapi.scripts namespace -============================= - -Submodules ----------- - -.. toctree:: - - xbox.webapi.scripts.authenticate - xbox.webapi.scripts.search - diff --git a/docs/source/xbox.webapi.scripts.search.rst b/docs/source/xbox.webapi.scripts.search.rst deleted file mode 100644 index c12be91..0000000 --- a/docs/source/xbox.webapi.scripts.search.rst +++ /dev/null @@ -1,7 +0,0 @@ -xbox.webapi.scripts.search module -================================= - -.. automodule:: xbox.webapi.scripts.search - :members: - :undoc-members: - :show-inheritance: diff --git a/docs/source/xbox.webapi.scripts.xal.rst b/docs/source/xbox.webapi.scripts.xal.rst deleted file mode 100644 index 0271bb1..0000000 --- a/docs/source/xbox.webapi.scripts.xal.rst +++ /dev/null @@ -1,7 +0,0 @@ -xbox.webapi.scripts.xal module -============================== - -.. automodule:: xbox.webapi.scripts.xal - :members: - :undoc-members: - :show-inheritance: