Skip to content

Commit

Permalink
fixing documentation headings
Browse files Browse the repository at this point in the history
  • Loading branch information
ramanakumars committed Aug 20, 2024
1 parent f5da416 commit fb97f9d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ See `examples/mosaic.ipynb` for an example of mosaicing two images. To rerun the
you will need to unzip all the zip files in the `examples/` folder.

Example of mosaic from multiple images from perijove 27:
![PJ27](examples/PJ27_mosaic_RGB.png)
![PJ27](https://github.com/ramanakumars/JunoCamProjection/examples/PJ27_mosaic_RGB.png)
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ nbsphinx
sphinx-rtd-theme
ipykernel
lxml_html_clean
sphinx-mdinclude
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
'sphinx.ext.napoleon',
'sphinx.ext.intersphinx',
'sphinx.ext.githubpages',
'sphinx_mdinclude',
'nbsphinx'
]

Expand Down
6 changes: 3 additions & 3 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to JunoCamProjection's documentation!
=============================================
Welcome to documentation for the JunoCam projection pipeline!
=============================================================

The documentation will walk through the main pipeline to project individual images
from JunoCam and stack them to create a full globe mosaic.
Expand All @@ -19,4 +19,4 @@ a walkthrough on the projection pipeline.

Projecting a JunoCam Image <notebooks/projection.ipynb>
Projection module <projection.rst>
README <../../README.md>
README <readme_link.rst>
2 changes: 1 addition & 1 deletion docs/source/readme_link.rst
Original file line number Diff line number Diff line change
@@ -1 +1 @@
.. mdinclude:: ../../README.md
.. mdinclude:: ../../README.md

0 comments on commit fb97f9d

Please sign in to comment.