Skip to content

Commit

Permalink
updated installation w/ getting started.
Browse files Browse the repository at this point in the history
  • Loading branch information
iancze committed May 1, 2024
1 parent da6dbd3 commit ba985bc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 253 deletions.
235 changes: 0 additions & 235 deletions docs/ci-tutorials/gridder.md

This file was deleted.

12 changes: 0 additions & 12 deletions docs/ci-tutorials/notebook_setup.py

This file was deleted.

5 changes: 1 addition & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,7 @@ If you'd like to help build the MPoL package, please check out the [](developer-
background
installation
ci-tutorials/gridder
ci-tutorials/optimization
ci-tutorials/initializedirtyimage
ci-tutorials/fakedata
getting_started
```

```{toctree}
Expand Down
8 changes: 6 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# MPoL Installation
# Installation and Examples

MPoL requires `python >= 3.10`.

Expand Down Expand Up @@ -58,4 +58,8 @@ $ python

The documentation served online ([here](https://mpol-dev.github.io/MPoL/index.html)) corresponds to the `main` branch. This represents the current state of MPoL and is usually the best place to reference MPoL functionality. However, this documentation may be more current than last tagged version or the version you have installed. If you require the new features detailed in the documentation, then we recommend installing the package from source (as above).

In the (foreseeably rare) situation where the latest online documentation significantly diverges from the package version you wish to use (but there are reasons you do not want to build the `main` branch from source), you can access the documentation for that version by [building the older documentation locally](developer-documentation.md#older-documentation-versions)
In the (foreseeably rare) situation where the latest online documentation significantly diverges from the package version you wish to use (but there are reasons you do not want to build the `main` branch from source), you can access the documentation for that version by [building the older documentation locally](developer-documentation.md#older-documentation-versions)

## Getting Started

As a PyTorch imaging library, there are many things one could do with MPoL. Over at the [MPoL-dev/examples](https://github.com/MPoL-dev/examples/) repository, we've collected example scripts for some of the more common workflows such as diagnostic imaging with {meth}`mpol.gridding.DirtyImager`, imaging with a stochastic gradient descent workflow, and visibility inference with Pyro.

0 comments on commit ba985bc

Please sign in to comment.