forked from DOI-USGS/knoten
-
Notifications
You must be signed in to change notification settings - Fork 0
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 DOI-USGS#131 from chkim-usgs/sphinx_docs
Add docs structure
- Loading branch information
Showing
11 changed files
with
113 additions
and
24 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
@import 'material_sphinx.css'; | ||
|
||
.sig.sig-object.py{ | ||
font-feature-settings: "kern"; | ||
font-family: "Roboto Mono", "Courier New", Courier, monospace; | ||
background: #f8f8f8; | ||
} |
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
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,9 @@ | ||
:mod:`bundle` --- Bundle Adjustment | ||
====================================== | ||
|
||
The :mod:`knoten.bundle` module | ||
|
||
.. automodule:: knoten.bundle | ||
:synopsis: | ||
: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,9 @@ | ||
:mod:`csm` --- CSM Tools | ||
========================= | ||
|
||
The :mod:`knoten.csm` module | ||
|
||
.. automodule:: knoten.csm | ||
:synopsis: | ||
: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,18 @@ | ||
.. _index: | ||
|
||
################# | ||
Library Reference | ||
################# | ||
|
||
:Date: |today| | ||
|
||
----------------------------------------- | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
bundle | ||
csm | ||
surface | ||
utils | ||
vis |
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,9 @@ | ||
:mod:`surface` --- Target Surface | ||
====================================== | ||
|
||
The :mod:`knoten.surface` module | ||
|
||
.. automodule:: knoten.surface | ||
:synopsis: | ||
: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,9 @@ | ||
:mod:`utils` --- Utilities | ||
====================================== | ||
|
||
The :mod:`knoten.utils` module | ||
|
||
.. automodule:: knoten.utils | ||
:synopsis: | ||
: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,9 @@ | ||
:mod:`vis` --- Visualization | ||
====================================== | ||
|
||
The :mod:`knoten.vis` module | ||
|
||
.. automodule:: knoten.vis | ||
:synopsis: | ||
: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