Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

Commit 37ecf6a

Browse files
committed
re
1 parent 2dfeb07 commit 37ecf6a

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

PYPI.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@ and following are available sub classes
7171
* `Me` - other
7272
* `Misc` - other
7373

74-
To retrieve detailed description of each subclass `__doc__`(docstring) of each sub class can be called as shown below
74+
To retrieve detailed description of each subclass `__doc__` (docstring) of each sub class can be called as shown below:
7575

7676
.. tabs::
7777

78-
.. group-tab:: ColdWar
78+
.. tab:: ColdWar
7979

8080
.. code-block:: python
8181
@@ -86,7 +86,7 @@ To retrieve detailed description of each subclass `__doc__`(docstring) of each s
8686
# print out the docstring
8787
print(api.ColdWar)
8888
89-
.. group-tab:: ModernWarfare
89+
.. tab:: ModernWarfare
9090

9191
.. code-block:: python
9292
@@ -97,7 +97,7 @@ To retrieve detailed description of each subclass `__doc__`(docstring) of each s
9797
# print out the docstring
9898
print(api.ModernWarfare)
9999
100-
.. group-tab:: Vanguard
100+
.. tab:: Vanguard
101101

102102
.. code-block:: python
103103
@@ -108,7 +108,7 @@ To retrieve detailed description of each subclass `__doc__`(docstring) of each s
108108
# print out the docstring
109109
print(api.Vanguard)
110110
111-
.. group-tab:: Warzone
111+
.. tab:: Warzone
112112

113113
.. code-block:: python
114114
@@ -119,7 +119,7 @@ To retrieve detailed description of each subclass `__doc__`(docstring) of each s
119119
# print out the docstring
120120
print(api.Warzone)
121121
122-
.. group-tab:: Me
122+
.. tab:: Me
123123

124124
.. code-block:: python
125125
@@ -130,7 +130,7 @@ To retrieve detailed description of each subclass `__doc__`(docstring) of each s
130130
# print out the docstring
131131
print(api.Me)
132132
133-
.. group-tab:: Misc
133+
.. tab:: Misc
134134

135135
.. code-block:: python
136136

cod_api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from cod_api.cod_api import API, platforms, games, friendActions
22

3-
__version__ = "0.0.5dev0"
3+
__version__ = "0.0.5dev1"

conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
extensions = [
2+
'sphinx_code_tabs'
3+
]

0 commit comments

Comments
 (0)