Skip to content

Commit

Permalink
Napoleon + config
Browse files Browse the repository at this point in the history
  • Loading branch information
milcent committed Jan 29, 2020
1 parent 088ca0a commit b5485ba
Show file tree
Hide file tree
Showing 25 changed files with 761 additions and 957 deletions.
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"restructuredtext.preview.sphinx.disabled": true,
"restructuredtext.linter.disabled": true
}
Binary file added docs/build/doctrees/benford.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/build/doctrees/index.doctree
Binary file not shown.
Binary file added docs/build/doctrees/modules.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/build/html/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +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: 3e8ac65e43fbc6b1dac5149cc6ed3310
config: 5f4e07e2ec5552602c9236d1467abd22
tags: 645f666f9bcd5a90fca523b33c5a78b7
78 changes: 78 additions & 0 deletions docs/build/html/_sources/benford.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
benford package
===============

Submodules
----------

benford.benford module
----------------------

.. automodule:: benford.benford
:members:
:undoc-members:
:show-inheritance:

benford.checks module
---------------------

.. automodule:: benford.checks
:members:
:undoc-members:
:show-inheritance:

benford.constants module
------------------------

.. automodule:: benford.constants
:members:
:undoc-members:
:show-inheritance:

benford.expected module
-----------------------

.. automodule:: benford.expected
:members:
:undoc-members:
:show-inheritance:

benford.reports module
----------------------

.. automodule:: benford.reports
:members:
:undoc-members:
:show-inheritance:

benford.stats module
--------------------

.. automodule:: benford.stats
:members:
:undoc-members:
:show-inheritance:

benford.utils module
--------------------

.. automodule:: benford.utils
:members:
:undoc-members:
:show-inheritance:

benford.viz module
------------------

.. automodule:: benford.viz
:members:
:undoc-members:
:show-inheritance:


Module contents
---------------

.. automodule:: benford
:members:
:undoc-members:
:show-inheritance:
5 changes: 0 additions & 5 deletions docs/build/html/_sources/index.rst.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
.. benford_py documentation master file, created by
sphinx-quickstart on Tue Jan 28 23:03:13 2020.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to benford_py's documentation!
======================================

Expand Down
7 changes: 7 additions & 0 deletions docs/build/html/_sources/modules.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
benford
=======

.. toctree::
:maxdepth: 4

benford

0 comments on commit b5485ba

Please sign in to comment.