Skip to content

Commit

Permalink
documentation test
Browse files Browse the repository at this point in the history
  • Loading branch information
shitohana committed Oct 2, 2023
1 parent a2eac4a commit d06c363
Show file tree
Hide file tree
Showing 22 changed files with 151 additions and 1,507 deletions.
3 changes: 0 additions & 3 deletions .idea/.gitignore

This file was deleted.

12 changes: 0 additions & 12 deletions .idea/BismarkPlot.iml

This file was deleted.

410 changes: 0 additions & 410 deletions .idea/dbnavigator.xml

This file was deleted.

22 changes: 0 additions & 22 deletions .idea/inspectionProfiles/Project_Default.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/inspectionProfiles/profiles_settings.xml

This file was deleted.

4 changes: 0 additions & 4 deletions .idea/misc.xml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project = 'BismarkPlot'
copyright = '2023, shitohana'
author = 'shitohana'
release = '1.0'
release = '1.2'
import os
import sys
sys.path.insert(0, os.path.abspath('../src'))
Expand All @@ -15,7 +15,7 @@
]

templates_path = ['_templates']
autodoc_mock_imports = ['polars', 'matplotlib', 'numpy', 'scipy', 'pandas']
autodoc_mock_imports = ['polars', 'matplotlib', 'numpy', 'scipy', 'pandas', 'pyarrow']
autodoc_default_options = {
'members': True,
'exclude-members': '__init__'
Expand Down
9 changes: 1 addition & 8 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,4 @@ This page gives an overview of all public objects, functions and methods.
:toctree: _autosummary
:template: module.rst

bismarkplot.Bismark
bismarkplot.BismarkFiles
bismarkplot.read_bismark
bismarkplot.read_genome
bismarkplot.LinePlot
bismarkplot.HeatMap
bismarkplot.BoxPlot
bismarkplot.BarPlot
bismarkplot.BismarkPlot
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ Documentation = "https://shitohana.github.io/BismarkPlot/"
exclude = ["/venv", "/dist", "/test"]

[project.scripts]
bismarkplot = "bismarkplot.__main__:main"
bismarkplot = "bismarkplot.main:main"
22 changes: 0 additions & 22 deletions src/bismarkplot/BarPlot.py

This file was deleted.

89 changes: 0 additions & 89 deletions src/bismarkplot/Bismark.py

This file was deleted.

Loading

0 comments on commit d06c363

Please sign in to comment.