pytest and documentation
3 unresolved threads
3 unresolved threads
Added three things:
- pytest support: using my (moderately documented) canonical set of pytest fixtures
- documentation folder: boilerplate documentation and setup taken from dttxml, to be filled in a bit more primarily with apidoc using sphinx-autodoc
Merge request reports
Activity
mentioned in merge request !127 (merged)
- Automatically resolved by Lee McCuller
- Automatically resolved by Lee McCuller
added 2 commits
added 1 commit
- c1ec5312 - cleaned up docs version and fixed markup in a pytest fixture
116 #html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] 105 117 106 118 #import jupyter_sphinx_theme 107 119 #html_theme = "jupyter_sphinx_theme" 108 120 #html_theme_path = [jupyter_sphinx_theme.get_html_theme_path()] 109 121 110 #html_theme = "alabaster" 122 html_theme = "alabaster" 111 123 112 124 # Theme options are theme-specific and customize the look and feel of a theme 113 125 # further. For a list of options available for each theme, see the 114 126 # documentation. 115 127 # 116 # html_theme_options = {} 128 html_theme_options = dict( 129 description = "Gravitational Wave Interferometer Noise Calculator, to determine the fundamental limiting noises in interferometer designs", - docs/logo/LIGO_F0900035-v1.jpg 0 → 100644
@lee-mcculler can you add some CI to build the docs?
mentioned in commit 7c146498
mentioned in merge request !135 (merged)
Please register or sign in to reply