Skip to content

Commit

Permalink
Merge pull request #17 from TommasU/parth-params
Browse files Browse the repository at this point in the history
Added new parameters to the command-line. Merging PR due to limited time.
  • Loading branch information
TommasU authored Nov 30, 2021
2 parents de89c8f + 4939910 commit fabe5ab
Show file tree
Hide file tree
Showing 64 changed files with 17,816 additions and 12 deletions.
Binary file added docs/.DS_Store
Binary file not shown.
20 changes: 20 additions & 0 deletions docs/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Minimal makefile for Sphinx documentation
#

# You can set these variables from the command line, and also
# from the environment for the first two.
SPHINXOPTS ?=
SPHINXBUILD ?= sphinx-build
SOURCEDIR = .
BUILDDIR = _build

# Put it first so that "make" without argument is like "make help".
help:
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

.PHONY: help Makefile

# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%: Makefile
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
Binary file added docs/_build/.DS_Store
Binary file not shown.
Binary file added docs/_build/doctrees/app.doctree
Binary file not shown.
Binary file added docs/_build/doctrees/csv_writer.doctree
Binary file not shown.
Binary file added docs/_build/doctrees/environment.pickle
Binary file not shown.
Binary file added docs/_build/doctrees/formatter.doctree
Binary file not shown.
Binary file added docs/_build/doctrees/full_version.doctree
Binary file not shown.
Binary file added docs/_build/doctrees/index.doctree
Binary file not shown.
Binary file added docs/_build/doctrees/modules.doctree
Binary file not shown.
Binary file added docs/_build/doctrees/scraper.doctree
Binary file not shown.
Binary file added docs/_build/doctrees/slash.doctree
Binary file not shown.
Binary file added docs/_build/html/.DS_Store
Binary file not shown.
4 changes: 4 additions & 0 deletions docs/_build/html/.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: a92a75ea7432625747195ef5cfe5cac0
tags: 645f666f9bcd5a90fca523b33c5a78b7
7 changes: 7 additions & 0 deletions docs/_build/html/_sources/app.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
app module
==========

.. automodule:: app
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/_build/html/_sources/csv_writer.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
csv\_writer module
==================

.. automodule:: csv_writer
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/_build/html/_sources/formatter.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
formatter module
================

.. automodule:: formatter
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/_build/html/_sources/full_version.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
full\_version module
====================

.. automodule:: full_version
:members:
:undoc-members:
:show-inheritance:
20 changes: 20 additions & 0 deletions docs/_build/html/_sources/index.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
.. Slash documentation master file, created by
sphinx-quickstart on Mon Nov 29 19:03:08 2021.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to Slash's documentation!
=================================

.. toctree::
:maxdepth: 2
:caption: Contents:

modules

Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
12 changes: 12 additions & 0 deletions docs/_build/html/_sources/modules.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
src
===

.. toctree::
:maxdepth: 4

app
csv_writer
formatter
full_version
scraper
slash
7 changes: 7 additions & 0 deletions docs/_build/html/_sources/scraper.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
scraper module
==============

.. automodule:: scraper
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/_build/html/_sources/slash.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
slash module
============

.. automodule:: slash
:members:
:undoc-members:
:show-inheritance:
Loading

0 comments on commit fabe5ab

Please sign in to comment.