This repository was archived by the owner on Dec 17, 2024. It is now read-only.
File tree 3 files changed +11
-8
lines changed 3 files changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -71,11 +71,11 @@ and following are available sub classes
71
71
* `Me ` - other
72
72
* `Misc ` - other
73
73
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:
75
75
76
76
.. tabs ::
77
77
78
- .. group- tab :: ColdWar
78
+ .. tab :: ColdWar
79
79
80
80
.. code-block :: python
81
81
@@ -86,7 +86,7 @@ To retrieve detailed description of each subclass `__doc__`(docstring) of each s
86
86
# print out the docstring
87
87
print (api.ColdWar)
88
88
89
- .. group- tab :: ModernWarfare
89
+ .. tab :: ModernWarfare
90
90
91
91
.. code-block :: python
92
92
@@ -97,7 +97,7 @@ To retrieve detailed description of each subclass `__doc__`(docstring) of each s
97
97
# print out the docstring
98
98
print (api.ModernWarfare)
99
99
100
- .. group- tab :: Vanguard
100
+ .. tab :: Vanguard
101
101
102
102
.. code-block :: python
103
103
@@ -108,7 +108,7 @@ To retrieve detailed description of each subclass `__doc__`(docstring) of each s
108
108
# print out the docstring
109
109
print (api.Vanguard)
110
110
111
- .. group- tab :: Warzone
111
+ .. tab :: Warzone
112
112
113
113
.. code-block :: python
114
114
@@ -119,7 +119,7 @@ To retrieve detailed description of each subclass `__doc__`(docstring) of each s
119
119
# print out the docstring
120
120
print (api.Warzone)
121
121
122
- .. group- tab :: Me
122
+ .. tab :: Me
123
123
124
124
.. code-block :: python
125
125
@@ -130,7 +130,7 @@ To retrieve detailed description of each subclass `__doc__`(docstring) of each s
130
130
# print out the docstring
131
131
print (api.Me)
132
132
133
- .. group- tab :: Misc
133
+ .. tab :: Misc
134
134
135
135
.. code-block :: python
136
136
Original file line number Diff line number Diff line change 1
1
from cod_api .cod_api import API , platforms , games , friendActions
2
2
3
- __version__ = "0.0.5dev0 "
3
+ __version__ = "0.0.5dev1 "
Original file line number Diff line number Diff line change
1
+ extensions = [
2
+ 'sphinx_code_tabs'
3
+ ]
You can’t perform that action at this time.
0 commit comments