Skip to content

Commit

Permalink
add code
Browse files Browse the repository at this point in the history
  • Loading branch information
endast committed Nov 21, 2023
1 parent 53dd007 commit 48fbb98
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ build:

# Build documentation in the "docs/" directory with Sphinx
sphinx:
configuration: docs/conf.py
configuration: docs/source/conf.py
fail_on_warning: true

formats:
Expand Down
16 changes: 16 additions & 0 deletions docs/source/api.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
API
===

.. autosummary::
:toctree: generated

.. automodule:: fake_vcf
:members:


.. automodule:: fake_vcf.vcf_faker
:members:


.. automodule:: fake_vcf.vcf_generator
:members:
File renamed without changes.
3 changes: 0 additions & 3 deletions docs/index.rst → docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
Welcome to fake-vcf's documentation!
====================================
.. automodule:: fake_vcf
:members:


.. toctree::
:maxdepth: 2
Expand Down

0 comments on commit 48fbb98

Please sign in to comment.