Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
add monodocs index page in flytectl (#453)
Browse files Browse the repository at this point in the history
Signed-off-by: Niels Bantilan <niels.bantilan@gmail.com>
  • Loading branch information
cosmicBboy committed Jan 11, 2024
1 parent d48551c commit a0e6187
Show file tree
Hide file tree
Showing 4 changed files with 129 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,13 @@
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
# This pattern also affects html_static_path and html_extra_path .
exclude_patterns = [u"_build", "Thumbs.db", ".DS_Store"]
exclude_patterns = [
u"_build",
"Thumbs.db",
".DS_Store",
"docs_index.rst",
"overview.rst",
]

# The name of the Pygments (syntax highlighting) style to use.
pygments_style = "tango"
Expand Down
12 changes: 12 additions & 0 deletions docs/source/docs_index.rst

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions docs/source/index.rst

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

105 changes: 105 additions & 0 deletions docs/source/overview.rst

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a0e6187

Please sign in to comment.