Skip to content

Commit

Permalink
updated documentation and ready for release 1.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sibirrer committed Jul 24, 2022
1 parent bfe8cea commit e09a24d
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 652 deletions.
8 changes: 7 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -292,4 +292,10 @@ History
1.10.3 (2022-04-18)
+++++++++++++++++++
* class_creator update
* conda-forge linked and installation updated
* conda-forge linked and installation updated

1.10.4 (2022-07-25)
+++++++++++++++++++
* Zeus sampler implemented
* Nautilus sampler implemented
* Roman telescope configuration added
2 changes: 1 addition & 1 deletion PUBLISHED.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Measuring the Hubble constant
*Using lenstronomy to reproduce a lens and simulate the observed images based on parameters fitted by other work.*

* Consequences of the lack of azimuthal freedom in the modeling of lensing galaxies `van de Vyvere et al. 2022 <https://arxiv.org/abs/2206.00022>`_
*Implemented a model ’ElliSLICE’ to describe radial changes in ellipticities and investigating assumptiosn on azimuthal freedom in the reconstruction.
*Implemented a model ’ElliSLICE’ to describe radial changes in ellipticities and investigating assumptiosn on azimuthal freedom in the reconstruction.*



Expand Down
21 changes: 7 additions & 14 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

# General information about the project.
project = u'lenstronomy'
copyright = u'2018, Simon Birrer and contributors'
copyright = u'2018-2022, Simon Birrer and contributors'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down Expand Up @@ -80,11 +80,11 @@

# If true, the current module name will be prepended to all description
# unit titles (such as .. function::).
#add_module_names = True
add_module_names = False # changed from default

# If true, sectionauthor and moduleauthor directives will be shown in the
# output. They are ignored by default.
#show_authors = False
# show_authors = False # changed from default option

# The name of the Pygments (syntax highlighting) style to use.
pygments_style = 'sphinx'
Expand All @@ -100,7 +100,7 @@

# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
# html_theme = 'default'
html_theme = 'default'

# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
Expand Down Expand Up @@ -162,7 +162,7 @@
#html_show_sphinx = True

# If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
#html_show_copyright = True
html_show_copyright = True

# If true, an OpenSearch description file will be output, and all pages will
# contain a <link> tag referring to it. The value of this option must be the
Expand Down Expand Up @@ -237,7 +237,7 @@
# dir menu entry, description, category)
texinfo_documents = [
('index', 'lenstronomy', u'lenstronomy Documentation',
u'Simon Birrer', 'lenstronomy', 'One line description of project.',
u'Simon Birrer', 'lenstronomy', 'Multi-purpose gravitational lens modeling package.',
'Miscellaneous'),
]

Expand All @@ -251,11 +251,4 @@
#texinfo_show_urls = 'footnote'

# If true, do not generate a @detailmenu in the "Top" node's menu.
#texinfo_no_detailmenu = False

try:
import sphinx_eth_theme
html_theme = "sphinx_eth_theme"
html_theme_path = [sphinx_eth_theme.get_html_theme_path()]
except ImportError:
html_theme = 'default'
#texinfo_no_detailmenu = False
Loading

0 comments on commit e09a24d

Please sign in to comment.