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

Commit a965142

Browse files
committed
re
1 parent 95bbd21 commit a965142

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

PYPI.rst

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
==============
2-
cod-python-api
3-
==============
1+
===================
2+
**cod-python-api**
3+
===================
44

55
.. image:: https://github.com/TodoLodo2089/cod-python-api/actions/workflows/tests.yml/badge.svg?branch=main
66
:target: https://github.com/TodoLodo2089/cod-python-api.git
@@ -16,19 +16,21 @@ cod-python-api
1616
**Call Of Duty API Library** for **python** with the implementation of both public and private API used by activision on
1717
callofduty.com
1818

19+
====
1920
Devs
2021
====
2122
`Todo Lodo`_ and `Engineer15`_
2223

2324
.. _Todo Lodo: https://github.com/TodoLodo2089
2425
.. _Engineer15: https://github.com/Engineer152
2526

27+
=============
2628
Documentation
2729
=============
2830
This package can be used directly as a python file or as a python library.
2931

3032
Installation
31-
------------
33+
============
3234

3335
Install cod-api library using `pip`_:
3436

@@ -39,10 +41,10 @@ Install cod-api library using `pip`_:
3941
.. _pip: https://pip.pypa.io/en/stable/getting-started/
4042

4143
Usage
42-
-----
44+
=====
4345

4446
Initiation
45-
~~~~~~~~~~
47+
----------
4648

4749
Import module with its classes:
4850

@@ -68,7 +70,7 @@ copy the value
6870
.. _callofduty: https://my.callofduty.com/
6971

7072
Game/Other sub classes
71-
~~~~~~~~~~~~~~~~~~~~~~
73+
----------------------
7274
Following importation and initiation of the class ``API`` its associated subclasses can be called by ``API.subClassName``
7375
and following are available sub classes
7476

@@ -171,7 +173,7 @@ For a detailed description of each subclass, `__doc__` (docstring) of each sub c
171173
print(api.Misc.__doc__)
172174
173175
Combat History
174-
~~~~~~~~~~~~~~
176+
--------------
175177

176178
Any sub class of ``API`` of catogery game has methods to check a player's combat history.
177179
Note that before calling any methods of sub classes of ``API`` you must be `logged in`_.

0 commit comments

Comments
 (0)