Skip to content

Commit

Permalink
docs fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Fireye04 committed Jul 24, 2024
1 parent 1f29c4b commit 106a040
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion docs/dev/api/sasquatchbackpack.sources.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Data Sources
============

.. automodapi:: sasquatchbackpack.sources
.. automodapi:: sasquatchbackpack.source
:no-inheritance-diagram:


.. automodapi:: sasquatchbackpack.sources.usgs_source
:no-inheritance-diagram:
2 changes: 1 addition & 1 deletion src/sasquatchbackpack/sasquatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class BackpackDispatcher:
Parameters
----------
source : DataSource
source : source.DataSource
DataSource containing schema and record data to be
posted to remote
config : DispatcherConfig
Expand Down

0 comments on commit 106a040

Please sign in to comment.