-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Peter
committed
Aug 26, 2021
1 parent
3227d08
commit 10ef5b5
Showing
40 changed files
with
17,849 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Sphinx build info version 1 | ||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. | ||
config: 4423beeacf66da548729795d195d703e | ||
tags: 645f666f9bcd5a90fca523b33c5a78b7 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
Classes | ||
******* | ||
|
||
.. meta:: | ||
:description: This chapter describes how to edit, update, and build the Pyramid documentation. | ||
:keywords: Pyramid, Style Guide | ||
|
||
This chapter documents the classes used. | ||
|
||
CallofDuty | ||
---------- | ||
.. autoclass:: call_of_duty.CallofDuty | ||
:members: | ||
|
||
DocumentFilter | ||
-------------- | ||
.. autoclass:: document_filter.DocumentFilter | ||
:members: | ||
|
||
Plot | ||
---- | ||
.. autoclass:: plot.Line | ||
:members: | ||
|
||
.. autoclass:: plot.Scatter | ||
:members: | ||
|
||
.. autoclass:: plot.Histogram | ||
:members: | ||
|
||
.. autoclass:: plot.Table | ||
:members: | ||
|
||
Regression | ||
---------- | ||
.. autoclass:: regression.Regression | ||
:members: | ||
|
||
Squad | ||
----- | ||
.. autoclass:: squad.Performance | ||
:members: | ||
|
||
.. autoclass:: squad.Person | ||
:members: | ||
|
||
.. autoclass:: squad.Squad | ||
:members: | ||
|
||
User | ||
---- | ||
.. autoclass:: user.User | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
Intro | ||
===== | ||
|
||
Usage | ||
----- | ||
|
||
Calling the CallofDuty Class: | ||
|
||
.. code-block:: python | ||
cod = CallofDuty(hacker_data=False, squad_data=True, streamer_mode=True) | ||
This is the core class which holds all objects the user may need. | ||
|
||
Write Ups and Examples | ||
---------------------- | ||
`Home Page`_ | ||
|
||
.. _Home Page: https://medium.com/@peterjrigali/call-of-duty-warzone-analysis-73a09b25ff38 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Glossary | ||
======== | ||
|
||
Terms used in this documentation. | ||
|
||
.. glossary:: | ||
:sorted: | ||
|
||
*voom* | ||
Theoretically, the sound a parrot makes when four-thousand volts of electricity pass through it. | ||
|
||
*pining* | ||
What the Norwegien Blue does when it misses its homeland, for example, pining for the fjords. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
.. Warzone Analysis documentation master file, created by | ||
sphinx-quickstart on Wed Aug 25 23:51:57 2021. | ||
You can adapt this file completely to your liking, but it should at least | ||
contain the root `toctree` directive. | ||
Welcome to Warzone Analysis's documentation! | ||
============================================ | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
:caption: Contents: | ||
|
||
intro | ||
classes | ||
utils | ||
glossary | ||
|
||
Indices and tables | ||
================== | ||
|
||
* :ref:`genindex` | ||
* :ref:`search` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
Intro | ||
===== | ||
|
||
Usage | ||
----- | ||
|
||
Calling the CallofDuty Class: | ||
|
||
.. code-block:: python | ||
cod = CallofDuty(hacker_data=False, squad_data=True, streamer_mode=True) | ||
This is the core class which holds all objects the user may need. | ||
|
||
Write Ups and Examples | ||
---------------------- | ||
`Home Page`_ | ||
|
||
.. _Home Page: https://medium.com/@peterjrigali/call-of-duty-warzone-analysis-73a09b25ff38 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
Utils | ||
***** | ||
|
||
.. meta:: | ||
:description: This chapter describes how to edit, update, and build the Pyramid documentation. | ||
:keywords: Pyramid, Style Guide | ||
|
||
This chapter documents the Utils. | ||
|
||
Base | ||
---- | ||
.. automodule:: base | ||
:members: | ||
|
||
Build | ||
----- | ||
.. automodule:: build | ||
:members: | ||
|
||
Outlier | ||
------- | ||
.. automodule:: outlier | ||
:members: | ||
|
||
Plots | ||
------ | ||
.. automodule:: plots | ||
:members: | ||
|
||
Scrape | ||
------ | ||
.. automodule:: scrape | ||
:members: | ||
|
Oops, something went wrong.