-
Notifications
You must be signed in to change notification settings - Fork 269
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2474 from aknierim/fix_headings
Docs: Fix Headings in Docs [Closes #2472]
- Loading branch information
Showing
55 changed files
with
345 additions
and
276 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
.. _image_hillas: | ||
|
||
======================= | ||
*********************** | ||
Hillas Parameterization | ||
======================= | ||
*********************** | ||
|
||
|
||
.. automodapi:: ctapipe.image.hillas | ||
Reference/API | ||
============= | ||
|
||
.. automodapi:: ctapipe.image.hillas |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,11 @@ | ||
.. _invalid_pixels: | ||
|
||
======================= | ||
*********************** | ||
Invalid Pixels Handling | ||
======================= | ||
*********************** | ||
|
||
|
||
|
||
API Reference | ||
------------- | ||
Reference/API | ||
============= | ||
|
||
.. automodapi:: ctapipe.image.invalid_pixels |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,11 @@ | ||
.. _image_modifications: | ||
|
||
=========================== | ||
******************* | ||
Image Modifications | ||
=========================== | ||
|
||
|
||
.. automodapi:: ctapipe.image.modifications | ||
|
||
******************* | ||
|
||
|
||
Reference/API | ||
============= | ||
|
||
.. automodapi:: ctapipe.image.modifications |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
.. _image_pixel_likelihood: | ||
|
||
============================ | ||
Pixel likelihood calculation | ||
============================ | ||
**************************** | ||
Pixel Likelihood Calculation | ||
**************************** | ||
|
||
|
||
.. automodapi:: ctapipe.image.pixel_likelihood | ||
Reference/API | ||
============= | ||
|
||
.. automodapi:: ctapipe.image.pixel_likelihood |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,13 @@ | ||
.. _image_reducers: | ||
|
||
====================== | ||
Image volume reduction | ||
====================== | ||
********************** | ||
Image Volume Reduction | ||
********************** | ||
|
||
Algorithms for reducing image size via volume selection and other methods. | ||
|
||
|
||
API Reference | ||
------------- | ||
Reference/API | ||
============= | ||
|
||
.. automodapi:: ctapipe.image.reducer | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,13 @@ | ||
.. _image_toymodel: | ||
|
||
========================== | ||
Toy model image generation | ||
========================== | ||
************************** | ||
Toy Model Image Generation | ||
************************** | ||
|
||
fake shower image generation for testing purposes | ||
Fake shower image generation for testing purposes. | ||
|
||
.. automodapi:: ctapipe.image.toymodel | ||
|
||
Reference/API | ||
============= | ||
|
||
.. automodapi:: ctapipe.image.toymodel |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
******** | ||
API Docs | ||
===================== | ||
******** | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.