-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: incorporate latest template elements
- Loading branch information
1 parent
547f4a1
commit c2450ea
Showing
26 changed files
with
166 additions
and
124 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 @@ | ||
{{ fullname | underline }} | ||
|
||
.. automodule:: {{ fullname }} | ||
:members: | ||
:undoc-members: | ||
:special-members: __init__ | ||
:exclude-members: model_fields, model_config |
This file was deleted.
Oops, something went wrong.
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,8 @@ | ||
gene.database.database | ||
====================== | ||
|
||
.. automodule:: gene.database.database | ||
:members: | ||
:undoc-members: | ||
:special-members: __init__ | ||
:exclude-members: model_fields, model_config |
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,8 @@ | ||
gene.database.dynamodb | ||
====================== | ||
|
||
.. automodule:: gene.database.dynamodb | ||
:members: | ||
:undoc-members: | ||
:special-members: __init__ | ||
:exclude-members: model_fields, model_config |
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,8 @@ | ||
gene.database.postgresql | ||
======================== | ||
|
||
.. automodule:: gene.database.postgresql | ||
:members: | ||
:undoc-members: | ||
:special-members: __init__ | ||
:exclude-members: model_fields, model_config |
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,8 @@ | ||
gene.etl.base | ||
============= | ||
|
||
.. automodule:: gene.etl.base | ||
:members: | ||
:undoc-members: | ||
:special-members: __init__ | ||
:exclude-members: model_fields, model_config |
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,8 @@ | ||
gene.etl.ensembl | ||
================ | ||
|
||
.. automodule:: gene.etl.ensembl | ||
:members: | ||
:undoc-members: | ||
:special-members: __init__ | ||
:exclude-members: model_fields, model_config |
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,8 @@ | ||
gene.etl.exceptions | ||
=================== | ||
|
||
.. automodule:: gene.etl.exceptions | ||
:members: | ||
:undoc-members: | ||
:special-members: __init__ | ||
:exclude-members: model_fields, model_config |
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,8 @@ | ||
gene.etl.hgnc | ||
============= | ||
|
||
.. automodule:: gene.etl.hgnc | ||
:members: | ||
:undoc-members: | ||
:special-members: __init__ | ||
:exclude-members: model_fields, model_config |
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,8 @@ | ||
gene.etl.merge | ||
============== | ||
|
||
.. automodule:: gene.etl.merge | ||
:members: | ||
:undoc-members: | ||
:special-members: __init__ | ||
:exclude-members: model_fields, model_config |
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,8 @@ | ||
gene.etl.ncbi | ||
============= | ||
|
||
.. automodule:: gene.etl.ncbi | ||
:members: | ||
:undoc-members: | ||
:special-members: __init__ | ||
:exclude-members: model_fields, model_config |
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,8 @@ | ||
gene.query | ||
========== | ||
|
||
.. automodule:: gene.query | ||
:members: | ||
:undoc-members: | ||
:special-members: __init__ | ||
:exclude-members: model_fields, model_config |
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,8 @@ | ||
gene.schemas | ||
============ | ||
|
||
.. automodule:: gene.schemas | ||
:members: | ||
:undoc-members: | ||
:special-members: __init__ | ||
:exclude-members: model_fields, model_config |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,40 @@ | ||
API Reference | ||
============= | ||
|
||
Core functions | ||
-------------- | ||
|
||
.. autosummary:: | ||
:nosignatures: | ||
:toctree: api/ | ||
:template: module_summary.rst | ||
|
||
gene.query | ||
gene.schemas | ||
|
||
Database connections | ||
-------------------- | ||
|
||
.. autosummary:: | ||
:nosignatures: | ||
:toctree: api/ | ||
:template: module_summary.rst | ||
|
||
gene.database.database | ||
gene.database.dynamodb | ||
gene.database.postgresql | ||
|
||
Source ETL | ||
---------- | ||
|
||
.. autosummary:: | ||
:nosignatures: | ||
:toctree: api/ | ||
:template: module_summary.rst | ||
|
||
gene.etl.base | ||
gene.etl.ensembl | ||
gene.etl.hgnc | ||
gene.etl.ncbi | ||
gene.etl.exceptions | ||
gene.etl.merge |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 @@ | ||
Changelog | ||
--------- | ||
|
||
.. changelog:: | ||
:changelog-url: https://gene-normalizer.readthedocs.io/latest/#changelog | ||
:github: https://github.com/cancervariants/gene-normalization/releases/ | ||
:pypi: https://pypi.org/project/gene-normalizer/ |
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
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