Skip to content

Commit

Permalink
Merge 9a2059b into dc086d7
Browse files Browse the repository at this point in the history
  • Loading branch information
Han Wang committed May 18, 2020
2 parents dc086d7 + 9a2059b commit 76b7bcd
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 6 deletions.
7 changes: 4 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ dev:
pip3 install -r requirements.txt

docs:
rm -rf docs/source/api
sphinx-apidoc --no-toc -f -t=docs/source/_templates -o docs/source/api triad/
sphinx-build -M html docs/source/ docs/build/
rm -rf docs/api
rm -rf docs/build
sphinx-apidoc --no-toc -f -t=docs/_templates -o docs/api triad/
sphinx-build -M html docs/ docs/build/

lint:
pre-commit run --all-files
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
triad.collections
triad.collections
==================


Expand All @@ -17,3 +17,4 @@ triad.collections.schema
:members:
:undoc-members:
:show-inheritance:

3 changes: 2 additions & 1 deletion docs/source/api/triad.rst → docs/api/triad.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
triad
triad
======

.. toctree::
Expand All @@ -23,3 +23,4 @@ triad.exceptions
:members:
:undoc-members:
:show-inheritance:

3 changes: 2 additions & 1 deletion docs/source/api/triad.utils.rst → docs/api/triad.utils.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
triad.utils
triad.utils
============


Expand Down Expand Up @@ -65,3 +65,4 @@ triad.utils.string
:members:
:undoc-members:
:show-inheritance:

File renamed without changes.
File renamed without changes.

0 comments on commit 76b7bcd

Please sign in to comment.