Skip to content

Commit

Permalink
ReadtheDocs related
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter committed Aug 26, 2021
1 parent 3227d08 commit 10ef5b5
Show file tree
Hide file tree
Showing 40 changed files with 17,849 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/_build/.buildinfo
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 added docs/_build/.doctrees/classes.doctree
Binary file not shown.
Binary file added docs/_build/.doctrees/environment.pickle
Binary file not shown.
Binary file added docs/_build/.doctrees/feature.doctree
Binary file not shown.
Binary file added docs/_build/.doctrees/glossary.doctree
Binary file not shown.
Binary file added docs/_build/.doctrees/index.doctree
Binary file not shown.
Binary file added docs/_build/.doctrees/intro.doctree
Binary file not shown.
Binary file added docs/_build/.doctrees/utils.doctree
Binary file not shown.
53 changes: 53 additions & 0 deletions docs/_build/_sources/classes.rst.txt
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:
19 changes: 19 additions & 0 deletions docs/_build/_sources/feature.rst.txt
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
13 changes: 13 additions & 0 deletions docs/_build/_sources/glossary.rst.txt
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.
22 changes: 22 additions & 0 deletions docs/_build/_sources/index.rst.txt
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`
19 changes: 19 additions & 0 deletions docs/_build/_sources/intro.rst.txt
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
34 changes: 34 additions & 0 deletions docs/_build/_sources/utils.rst.txt
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:

Loading

0 comments on commit 10ef5b5

Please sign in to comment.