Skip to content

Commit

Permalink
Merge pull request #109 from lit26/fix/doc
Browse files Browse the repository at this point in the history
Fix doc
  • Loading branch information
lit26 authored Jun 18, 2024
2 parents 32934f8 + 53a4352 commit 3989a10
Show file tree
Hide file tree
Showing 25 changed files with 103 additions and 16 deletions.
13 changes: 13 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: "2"

build:
os: "ubuntu-22.04"
tools:
python: "3.10"

python:
install:
- requirements: requirements-doc.txt

sphinx:
configuration: docs/source/conf.py
6 changes: 3 additions & 3 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
# from the environment for the first two.
SPHINXOPTS ?=
SPHINXBUILD ?= sphinx-build
SOURCEDIR = .
BUILDDIR = _build
SOURCEDIR = source
BUILDDIR = build

# Put it first so that "make" without argument is like "make help".
help:
Expand All @@ -17,4 +17,4 @@ help:
# 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)
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 10 additions & 0 deletions docs/source/news.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
News
**************************

Getting news.

.. automodule:: finvizfinance.news
:members:



10 changes: 10 additions & 0 deletions docs/source/quote.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Quote
**************************

Getting stock information.

.. automodule:: finvizfinance.quote
:members:



54 changes: 54 additions & 0 deletions docs/source/screener.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
Screener
**************************

Getting screener information.

Overview
=============

.. automodule:: finvizfinance.screener.overview
:show-inheritance:
:inherited-members:

Valuation
=============

.. automodule:: finvizfinance.screener.valuation
:show-inheritance:
:inherited-members:

Financial
=============

.. automodule:: finvizfinance.screener.financial
:show-inheritance:
:inherited-members:

Ownership
=============

.. automodule:: finvizfinance.screener.ownership
:show-inheritance:
:inherited-members:

Performance
=============

.. automodule:: finvizfinance.screener.performance
:show-inheritance:
:inherited-members:

Technical
=============

.. automodule:: finvizfinance.screener.technical
:show-inheritance:
:inherited-members:

Ticker
=============

.. automodule:: finvizfinance.screener.ticker
:show-inheritance:
:inherited-members:

4 changes: 2 additions & 2 deletions finvizfinance/group/base.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
.. module:: group.overview
:synopsis: group overview table.
.. module:: group.base
:synopsis: group base module.
.. moduleauthor:: Tianning Li <[email protected]>
"""
Expand Down
2 changes: 1 addition & 1 deletion finvizfinance/quote.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
.. module:: finvizfinance
.. module:: quote
:synopsis: individual ticker.
.. moduleauthor:: Tianning Li <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions finvizfinance/screener/base.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
.. module:: screen.overview
:synopsis: screen overview table.
.. module:: screener.base
:synopsis: screen base module.
.. moduleauthor:: Tianning Li <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion finvizfinance/screener/custom.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
.. module:: screen.custom
.. module:: screener.custom
:synopsis: screen custom table.
.. moduleauthor:: Tianning Li <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion finvizfinance/screener/financial.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
.. module:: screen.financial
.. module:: screener.financial
:synopsis: screen financial table.
.. moduleauthor:: Tianning Li <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion finvizfinance/screener/overview.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
.. module:: screen.overview
.. module:: screener.overview
:synopsis: screen overview table.
.. moduleauthor:: Tianning Li <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion finvizfinance/screener/ownership.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
.. module:: screen.ownership
.. module:: screener.ownership
:synopsis: screen ownership table.
.. moduleauthor:: Tianning Li <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion finvizfinance/screener/performance.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
.. module:: screen.performance
.. module:: screener.performance
:synopsis: screen performance table.
.. moduleauthor:: Tianning Li <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion finvizfinance/screener/technical.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
.. module:: screen.technical
.. module:: screener.technical
:synopsis: screen technical table.
.. moduleauthor:: Tianning Li <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion finvizfinance/screener/ticker.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
.. module:: screen.ticker
.. module:: screener.ticker
:synopsis: screen ticker table.
.. moduleauthor:: Tianning Li <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion finvizfinance/screener/valuation.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
.. module:: screen.valuation
.. module:: screener.valuation
:synopsis: screen valuation table.
.. moduleauthor:: Tianning Li <[email protected]>
Expand Down

0 comments on commit 3989a10

Please sign in to comment.