-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from mbk-dev/dev
Version 1.0.0: Portfolio is an asset and can be included in the AssetList
- Loading branch information
Showing
137 changed files
with
35,275 additions
and
7,070 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
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
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,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 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.
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,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: d6e24f80ae1ad92ce334ec7911b4f28f | ||
tags: 645f666f9bcd5a90fca523b33c5a78b7 |
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 @@ | ||
==================== | ||
okama documentation | ||
==================== | ||
This is documentation. | ||
|
||
Installation | ||
------------ | ||
|
||
:: | ||
|
||
pip install okama | ||
|
||
-or- :: | ||
|
||
pip install git+https://github.com/mbk-dev/okama | ||
|
||
Class Overview | ||
-------------- | ||
|
||
|
||
.. autosummary:: | ||
:toctree: stubs | ||
|
||
okama.Asset | ||
okama.AssetList | ||
okama.Portfolio | ||
|
||
|
||
Indices and tables | ||
================== | ||
|
||
* :ref:`genindex` | ||
* :ref:`modindex` | ||
* :ref:`search` | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
:caption: Content | ||
|
||
source/test | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
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,7 @@ | ||
okama | ||
===== | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
okama |
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,46 @@ | ||
okama.api package | ||
================= | ||
|
||
Submodules | ||
---------- | ||
|
||
okama.api.api\_methods module | ||
----------------------------- | ||
|
||
.. automodule:: okama.api.api_methods | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
okama.api.data\_queries module | ||
------------------------------ | ||
|
||
.. automodule:: okama.api.data_queries | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
okama.api.namespaces module | ||
--------------------------- | ||
|
||
.. automodule:: okama.api.namespaces | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
okama.api.search module | ||
----------------------- | ||
|
||
.. automodule:: okama.api.search | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: okama.api | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
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 @@ | ||
okama.common package | ||
==================== | ||
|
||
Submodules | ||
---------- | ||
|
||
okama.common.helpers module | ||
--------------------------- | ||
|
||
.. automodule:: okama.common.helpers | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: okama.common | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
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,30 @@ | ||
okama.frontier package | ||
====================== | ||
|
||
Submodules | ||
---------- | ||
|
||
okama.frontier.multi\_period module | ||
----------------------------------- | ||
|
||
.. automodule:: okama.frontier.multi_period | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
okama.frontier.single\_period module | ||
------------------------------------ | ||
|
||
.. automodule:: okama.frontier.single_period | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: okama.frontier | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
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,63 @@ | ||
okama package | ||
============= | ||
|
||
Subpackages | ||
----------- | ||
|
||
.. toctree:: | ||
|
||
okama.api | ||
okama.common | ||
okama.frontier | ||
|
||
Submodules | ||
---------- | ||
|
||
okama.assets module | ||
------------------- | ||
|
||
.. automodule:: okama.assets | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
okama.macro module | ||
------------------ | ||
|
||
.. automodule:: okama.macro | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
okama.plots module | ||
------------------ | ||
|
||
.. automodule:: okama.plots | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
okama.portfolio module | ||
---------------------- | ||
|
||
.. automodule:: okama.portfolio | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
okama.settings module | ||
--------------------- | ||
|
||
.. automodule:: okama.settings | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: okama | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
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 @@ | ||
Test File | ||
========== | ||
|
||
This is a test.rst file. |
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,31 @@ | ||
okama.Asset | ||
=========== | ||
|
||
.. currentmodule:: okama | ||
|
||
.. autoclass:: Asset | ||
|
||
|
||
.. automethod:: __init__ | ||
|
||
|
||
.. rubric:: Methods | ||
|
||
.. autosummary:: | ||
|
||
~Asset.__init__ | ||
|
||
|
||
|
||
|
||
|
||
.. rubric:: Attributes | ||
|
||
.. autosummary:: | ||
|
||
~Asset.dividends | ||
~Asset.nav_ts | ||
~Asset.price | ||
~Asset.symbol | ||
|
||
|
Oops, something went wrong.