Skip to content

Commit

Permalink
Fix doc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
stangirala committed Oct 18, 2021
1 parent 9dceba8 commit c539fc3
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ run-unit-tests:
.PHONY: build-html-docs
build-docs:
# Sphinx should be installed before doing this
sphinx-apidoc -f -o docs/source/ src
cd library && sphinx-apidoc -f -o ../docs/source/ src
cd docs && make html

.PHONY: clean
Expand Down
8 changes: 0 additions & 8 deletions docs/source/src.input_types.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,6 @@ src.input\_types.draw\_feature module
:undoc-members:
:show-inheritance:

src.input\_types.layer\_control module
--------------------------------------

.. automodule:: src.input_types.layer_control
:members:
:undoc-members:
:show-inheritance:

src.input\_types.line\_chart module
-----------------------------------

Expand Down
21 changes: 20 additions & 1 deletion library/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
alabaster==0.7.12
anyio==3.3.4
asgiref==3.4.1
attrs==21.2.0
Babel==2.9.1
build==0.7.0
certifi==2021.10.8
charset-normalizer==2.0.7
click==8.0.3
click-plugins==1.1.1
cligj==0.7.2
docutils==0.17.1
Fiona==1.8.20
geopandas==0.10.2
-e git+ssh://git@github.com/greppo-io/greppo.git@967b6acd5173b38f9b8d5d54bd0a032c2165d25a#egg=greppo_py&subdirectory=library
-e git+ssh://git@github.com/greppo-io/greppo.git@3fa9457bcf81f1056f9d6ce306e50b1523d728fe#egg=greppo_py&subdirectory=library
h11==0.12.0
idna==3.3
imagesize==1.2.0
iniconfig==1.1.1
Jinja2==3.0.2
MarkupSafe==2.0.1
Expand All @@ -18,16 +24,29 @@ munch==2.5.0
numpy==1.21.2
packaging==21.0
pandas==1.3.3
pep517==0.12.0
pluggy==1.0.0
py==1.10.0
Pygments==2.10.0
pyparsing==2.4.7
pyproj==3.2.1
pytest==6.2.5
python-dateutil==2.8.2
pytz==2021.3
requests==2.26.0
Shapely==1.7.1
six==1.16.0
sniffio==1.2.0
snowballstemmer==2.1.0
Sphinx==4.2.0
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==2.0.0
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
starlette==0.16.0
toml==0.10.2
tomli==1.2.1
urllib3==1.26.7
uvicorn==0.15.0

0 comments on commit c539fc3

Please sign in to comment.