Skip to content

Commit

Permalink
update docs overview
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardFrangenberg committed Oct 21, 2023
1 parent d1daa7c commit b0356c3
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
10 changes: 10 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,13 @@
html_theme = 'sphinx_book_theme'
html_logo = '_static/prism-pipeline-logo.png'
html_title = 'Prism Pipeline Python API Reference'

html_theme_options = {
"home_page_in_toc": True,
"use_download_button": True,
"use_repository_button": True,
"repository_url": "https://github.com/PrismPipeline/Prism",
"external_links": [
("Prism", "https://prism-pipeline.com"),
]
}
14 changes: 11 additions & 3 deletions doc/index.rst
Original file line number Diff line number Diff line change
@@ -1,16 +1,24 @@
Overview
========================================================

Welcome to Prism Pipeline's Python API Reference!
===================================
-----------------------------------------------------


This is an automically generated Python API Reference for `Prism Pipeline <https://prism-pipeline.com>`__.

More information including example scripts can be found in the `Prism User Documentation <https://prism-pipeline.com/docs/latest/>`__.


.. toctree::
:glob:
:maxdepth: 2
:maxdepth: 1
:caption: Core:

autodoc/core/*

.. toctree::
:maxdepth: 2
:maxdepth: 1
:caption: Plugins:

3dsMax
Expand Down

0 comments on commit b0356c3

Please sign in to comment.