Skip to content

Commit

Permalink
Merge pull request #318 from Ciela-Institute/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
ConnorStoneAstro authored Jan 26, 2025
2 parents 30b2df6 + da63032 commit ddc2e09
Show file tree
Hide file tree
Showing 7 changed files with 950 additions and 14 deletions.
3 changes: 3 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
exclude: |
(?x)^(
tests/utils/
|
dev_notes/
)
ci:
Expand All @@ -12,6 +14,7 @@ repos:
rev: "24.10.0"
hooks:
- id: black-jupyter
exclude: dev_notes/

- repo: https://github.com/asottile/blacken-docs
rev: "1.19.1"
Expand Down
372 changes: 372 additions & 0 deletions dev_notes/compareTNFW.ipynb

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/source/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ repository:
# Add GitHub buttons to your book
# See https://jupyterbook.org/customize/config.html#add-a-link-to-your-repository
html:
favicon: ../../media/caustics_favicon.ico
use_issues_button: true
use_repository_button: true
use_issues_button: true
favicon: ../../media/caustics_favicon.ico

sphinx:
extra_extensions:
Expand Down
5 changes: 3 additions & 2 deletions docs/source/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,19 @@ chapters:
- file: gravlensingintro
- file: tutorials/index
sections:
- file: tutorials/Introduction
- file: interfaceindex
sections:
- file: tutorials/InterfaceIntroduction_yaml
- file: tutorials/InterfaceIntroduction_oop
- file: tutorials/InterfaceIntroduction_func
- file: tutorials/LensZoo
- file: tutorials/BasicCustomSimulator
- file: tutorials/IntroductionInDepth
- file: tutorials/Microlensing
- file: tutorials/VisualizeCaustics
- file: tutorials/MultiplaneDemo
- file: tutorials/InvertLensEquation
- file: tutorials/MultiSource
- file: tutorials/LensZoo
- file: examples/index
sections:
- file: examples/Example_ImageFit_LM
Expand Down
10 changes: 4 additions & 6 deletions docs/source/intro.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
# Welcome to Caustics’ documentation!

![Logo GIF](../../media/caustics_logo.gif)
[![Logo GIF](../../media/caustics_logo.gif)](https://github.com/Ciela-Institute/caustics)

The lensing pipeline of the future: GPU-accelerated,
automatically-differentiable, highly modular and extensible.

```{note}
Caustics is in its early development phase. This means the API will change with time. These changes are a good thing, but they can be annoying. Watch the version numbers, when we get to 1.0.0 that will be the first stable release!
```
automatically-differentiable, highly modular and extensible. All code is
installable with `pip` and hosted on
[GitHub](https://github.com/Ciela-Institute/caustics).

## Installation

Expand Down
Loading

0 comments on commit ddc2e09

Please sign in to comment.