Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 4 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ webexpythonsdk
:target: https://pypi.org/project/webexpythonsdk/
.. image:: https://img.shields.io/pypi/dw/webexpythonsdk.svg
:target: https://pypi.org/project/webexpythonsdk/
.. image:: https://readthedocs.org/projects/webexpythonsdk/badge/?version=latest
:target: http://webexpythonsdk.readthedocs.io/en/latest/?badge=latest

---------------------------------------------------------------------------------------------------

Expand Down Expand Up @@ -111,7 +109,7 @@ Documentation
-------------

**Excellent documentation is now available at:**
http://webexpythonsdk.readthedocs.io
https://webexcommunity.github.io/WebexPythonSDK

Check out the Quickstart_ to dive in and begin using webexpythonsdk.

Expand Down Expand Up @@ -180,20 +178,19 @@ this repository.
.. _Community: https://eurl.io/#BJ0A8gfOQ
.. _Contributing: https://github.com/WebexCommunity/WebexPythonSDK/blob/master/docs/contributing.rst
.. _examples: https://github.com/WebexCommunity/WebexPythonSDK/tree/master/examples
.. _Introduction: http://webexpythonsdk.readthedocs.io/en/latest/user/intro.html
.. _Introduction: https://webexcommunity.github.io/WebexPythonSDK/user/intro.html
.. _issues: https://github.com/WebexCommunity/WebexPythonSDK/issues
.. _migrate: https://webexpythonsdk.readthedocs.io/en/latest/user/migrate.html
.. _migrate: https://webexcommunity.github.io/WebexPythonSDK/user/migrate.html
.. _pagination: https://developer.webex.com/docs/basics#pagination
.. _projects: https://github.com/WebexCommunity/WebexPythonSDK/projects
.. _pull request: https://github.com/WebexCommunity/WebexPythonSDK/pulls
.. _pull requests: https://github.com/WebexCommunity/WebexPythonSDK/pulls
.. _Quickstart: http://webexpythonsdk.readthedocs.io/en/latest/user/quickstart.html
.. _Quickstart: https://webexcommunity.github.io/WebexPythonSDK/user/quickstart.html
.. _Release Plan: https://github.com/WebexCommunity/WebexPythonSDK/wiki/Release-Plans
.. _release/v0/ciscosparkapi: https://github.com/WebexCommunity/WebexPythonSDK/tree/release/v0/ciscosparkapi
.. _release/v1/webexteamssdk: https://github.com/WebexCommunity/WebexPythonSDK/tree/release/v1/webexteamssdk
.. _releases: https://github.com/WebexCommunity/WebexPythonSDK/releases
.. _the repository: https://github.com/WebexCommunity/WebexPythonSDK
.. _webexpythonsdk: https://github.com/WebexCommunity/WebexPythonSDK
.. _webexpythonsdk: https://github.com/WebexCommunity/WebexPythonSDK
.. _webexpythonsdk.readthedocs.io: https://webexpythonsdk.readthedocs.io
.. _webexteamssdk: https://github.com/WebexCommunity/WebexPythonSDK/tree/release/v1/webexteamssdk
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license = "MIT"
readme = "README.rst"
homepage = "https://github.com/WebexCommunity/WebexPythonSDK"
repository = "https://github.com/WebexCommunity/WebexPythonSDK"
documentation = "https://webexpythonsdk.readthedocs.io"
documentation = "https://webexcommunity.github.io/WebexPythonSDK"
include = ["LICENSE", "README.rst"]
keywords = ["cisco", "webex", "api", "sdk", "python"]
classifiers = [
Expand Down