diff --git a/.DS_Store b/.DS_Store index 5e11757..808661c 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/docs/code_of_conduct.rst b/docs/code_of_conduct.rst new file mode 100644 index 0000000..63606e6 --- /dev/null +++ b/docs/code_of_conduct.rst @@ -0,0 +1,4 @@ +Code of Conduct +=============== +.. include:: ../CODE_OF_CONDUCT.md + :parser: myst_parser.sphinx_ diff --git a/docs/conf.py b/docs/conf.py index bfd540c..843af38 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# shasta documentation build configuration file, created by +# SHaSTA documentation build configuration file, created by # sphinx-quickstart on Fri Jun 9 13:47:02 2017. # # This file is execfile()d with the current directory set to its @@ -20,9 +20,8 @@ import os import sys -sys.path.insert(0, os.path.abspath('..')) +sys.path.insert(0, os.path.abspath("..")) -import shasta # noqa # -- General configuration --------------------------------------------- @@ -33,33 +32,34 @@ # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones. extensions = [ - 'sphinx.ext.napoleon', - 'sphinx.ext.viewcode', - 'sphinx.ext.autodoc', - 'autoapi.extension', - 'sphinx.ext.inheritance_diagram', - 'sphinx.ext.githubpages', + "sphinx.ext.napoleon", + "sphinx.ext.viewcode", + "sphinx.ext.autodoc", + "autoapi.extension", + "sphinx.ext.inheritance_diagram", + "sphinx.ext.githubpages", "sphinx.ext.graphviz", + "myst_parser", ] # AutoAPI setting -autoapi_type = 'python' -autoapi_dirs = ['../shasta'] +autoapi_type = "python" +autoapi_dirs = ["../shasta"] # Add any paths that contain templates here, relative to this directory. -templates_path = ['_templates'] +templates_path = ["_templates"] # The suffix(es) of source filenames. # You can specify multiple suffix as a list of string: # -# source_suffix = ['.rst', '.md'] -source_suffix = '.rst' +source_suffix = [".rst", ".md"] +# source_suffix = ".rst" # The master toctree document. -master_doc = 'index' +master_doc = "index" # General information about the project. -project = 'shasta' +project = "SHaSTA" copyright = "2020, Hemanth Manjunatha" author = "Hemanth Manjunatha" @@ -68,9 +68,9 @@ # the built documents. # # The short X.Y version. -version = '0.1.0' +version = "0.1.0" # The full version, including alpha/beta/rc tags. -release = '0.1.0' +release = "0.1.0" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -81,7 +81,7 @@ # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. # This patterns also effect to html_static_path and html_extra_path -exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] +exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"] # If true, the current module name will be prepended to all description # unit titles (such as .. function::). @@ -102,7 +102,7 @@ # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # -html_theme = "sphinx_rtd_theme" +html_theme = "furo" # Theme options are theme-specific and customize the look and feel of a # theme further. For a list of options available for each theme, see the @@ -114,12 +114,12 @@ # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". # html_static_path = ['_static'] -html_style = 'css/custom.css' +# html_style = 'css/custom.css' # -- Options for HTMLHelp output --------------------------------------- # Output file base name for HTML help builder. -htmlhelp_basename = 'shastadoc' +htmlhelp_basename = "SHaSTAdoc" # -- Options for LaTeX output ------------------------------------------ @@ -142,14 +142,14 @@ # (source start file, target name, title, author, documentclass # [howto, manual, or own class]). latex_documents = [ - (master_doc, 'shasta.tex', 'shasta Documentation', 'Hemanth Manjunatha', 'manual'), + (master_doc, "SHaSTA.tex", "SHaSTA Documentation", "Hemanth Manjunatha", "manual"), ] # -- Options for manual page output ------------------------------------ # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). -man_pages = [(master_doc, 'shasta', 'shasta Documentation', [author], 1)] +man_pages = [(master_doc, "SHaSTA", "SHaSTA Documentation", [author], 1)] # -- Options for Texinfo output ---------------------------------------- @@ -159,12 +159,12 @@ texinfo_documents = [ ( master_doc, - 'shasta', - 'shasta Documentation', + "SHaSTA", + "SHaSTA Documentation", author, - 'shasta', - 'One line description of project.', - 'Miscellaneous', + "SHaSTA", + "One line description of project.", + "Miscellaneous", ), ] diff --git a/docs/contributing.rst b/docs/contributing.rst index e582053..66c365e 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -1 +1,4 @@ -.. include:: ../CONTRIBUTING.rst +Contributing +=========== +.. include:: ../CONTRIBUTING.md + :parser: myst_parser.sphinx_ diff --git a/docs/html/.buildinfo b/docs/html/.buildinfo index 3646b93..7d46604 100644 --- a/docs/html/.buildinfo +++ b/docs/html/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 0f3f600e895ccc60e1d591663fb015d5 +config: 9679b8f1632111510dea9e63e8ea6a5a tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/docs/html/.doctrees/autoapi/index.doctree b/docs/html/.doctrees/autoapi/index.doctree index 355b5c0..7b582f8 100644 Binary files a/docs/html/.doctrees/autoapi/index.doctree and b/docs/html/.doctrees/autoapi/index.doctree differ diff --git a/docs/html/.doctrees/autoapi/shasta/actor/index.doctree b/docs/html/.doctrees/autoapi/shasta/actor/index.doctree new file mode 100644 index 0000000..d4a96d9 Binary files /dev/null and b/docs/html/.doctrees/autoapi/shasta/actor/index.doctree differ diff --git a/docs/html/.doctrees/autoapi/shasta/base_experiment/index.doctree b/docs/html/.doctrees/autoapi/shasta/base_experiment/index.doctree new file mode 100644 index 0000000..a62ef82 Binary files /dev/null and b/docs/html/.doctrees/autoapi/shasta/base_experiment/index.doctree differ diff --git a/docs/html/.doctrees/autoapi/shasta/core/index.doctree b/docs/html/.doctrees/autoapi/shasta/core/index.doctree new file mode 100644 index 0000000..9f448a5 Binary files /dev/null and b/docs/html/.doctrees/autoapi/shasta/core/index.doctree differ diff --git a/docs/html/.doctrees/autoapi/shasta/index.doctree b/docs/html/.doctrees/autoapi/shasta/index.doctree new file mode 100644 index 0000000..78b7e2b Binary files /dev/null and b/docs/html/.doctrees/autoapi/shasta/index.doctree differ diff --git a/docs/html/.doctrees/autoapi/shasta/map/index.doctree b/docs/html/.doctrees/autoapi/shasta/map/index.doctree new file mode 100644 index 0000000..be89be4 Binary files /dev/null and b/docs/html/.doctrees/autoapi/shasta/map/index.doctree differ diff --git a/docs/html/.doctrees/autoapi/shasta/preprocessing/bake_texture/index.doctree b/docs/html/.doctrees/autoapi/shasta/preprocessing/bake_texture/index.doctree new file mode 100644 index 0000000..4099596 Binary files /dev/null and b/docs/html/.doctrees/autoapi/shasta/preprocessing/bake_texture/index.doctree differ diff --git a/docs/html/.doctrees/autoapi/shasta/preprocessing/index.doctree b/docs/html/.doctrees/autoapi/shasta/preprocessing/index.doctree new file mode 100644 index 0000000..ca77051 Binary files /dev/null and b/docs/html/.doctrees/autoapi/shasta/preprocessing/index.doctree differ diff --git a/docs/html/.doctrees/autoapi/shasta/preprocessing/preprocess/index.doctree b/docs/html/.doctrees/autoapi/shasta/preprocessing/preprocess/index.doctree new file mode 100644 index 0000000..f24a3d5 Binary files /dev/null and b/docs/html/.doctrees/autoapi/shasta/preprocessing/preprocess/index.doctree differ diff --git a/docs/html/.doctrees/autoapi/shasta/preprocessing/utils/index.doctree b/docs/html/.doctrees/autoapi/shasta/preprocessing/utils/index.doctree new file mode 100644 index 0000000..bf5babe Binary files /dev/null and b/docs/html/.doctrees/autoapi/shasta/preprocessing/utils/index.doctree differ diff --git a/docs/html/.doctrees/autoapi/shasta/primitives/formation/index.doctree b/docs/html/.doctrees/autoapi/shasta/primitives/formation/index.doctree new file mode 100644 index 0000000..d677cd2 Binary files /dev/null and b/docs/html/.doctrees/autoapi/shasta/primitives/formation/index.doctree differ diff --git a/docs/html/.doctrees/autoapi/shasta/primitives/index.doctree b/docs/html/.doctrees/autoapi/shasta/primitives/index.doctree new file mode 100644 index 0000000..d9f0c7c Binary files /dev/null and b/docs/html/.doctrees/autoapi/shasta/primitives/index.doctree differ diff --git a/docs/html/.doctrees/autoapi/shasta/primitives/path_planning/index.doctree b/docs/html/.doctrees/autoapi/shasta/primitives/path_planning/index.doctree new file mode 100644 index 0000000..a27490b Binary files /dev/null and b/docs/html/.doctrees/autoapi/shasta/primitives/path_planning/index.doctree differ diff --git a/docs/html/.doctrees/autoapi/shasta/utils/index.doctree b/docs/html/.doctrees/autoapi/shasta/utils/index.doctree new file mode 100644 index 0000000..764d1d0 Binary files /dev/null and b/docs/html/.doctrees/autoapi/shasta/utils/index.doctree differ diff --git a/docs/html/.doctrees/autoapi/shasta/visualize/index.doctree b/docs/html/.doctrees/autoapi/shasta/visualize/index.doctree new file mode 100644 index 0000000..af9d26b Binary files /dev/null and b/docs/html/.doctrees/autoapi/shasta/visualize/index.doctree differ diff --git a/docs/html/.doctrees/autoapi/shasta/world/index.doctree b/docs/html/.doctrees/autoapi/shasta/world/index.doctree new file mode 100644 index 0000000..a9c01da Binary files /dev/null and b/docs/html/.doctrees/autoapi/shasta/world/index.doctree differ diff --git a/docs/html/.doctrees/code_of_conduct.doctree b/docs/html/.doctrees/code_of_conduct.doctree new file mode 100644 index 0000000..7a4b4bf Binary files /dev/null and b/docs/html/.doctrees/code_of_conduct.doctree differ diff --git a/docs/html/.doctrees/contributing.doctree b/docs/html/.doctrees/contributing.doctree index 773e5c7..3107632 100644 Binary files a/docs/html/.doctrees/contributing.doctree and b/docs/html/.doctrees/contributing.doctree differ diff --git a/docs/html/.doctrees/environment.pickle b/docs/html/.doctrees/environment.pickle index a2e20fb..229ef32 100644 Binary files a/docs/html/.doctrees/environment.pickle and b/docs/html/.doctrees/environment.pickle differ diff --git a/docs/html/.doctrees/history.doctree b/docs/html/.doctrees/history.doctree index 44a4062..f00eeed 100644 Binary files a/docs/html/.doctrees/history.doctree and b/docs/html/.doctrees/history.doctree differ diff --git a/docs/html/.doctrees/index.doctree b/docs/html/.doctrees/index.doctree index 32502cf..2a11968 100644 Binary files a/docs/html/.doctrees/index.doctree and b/docs/html/.doctrees/index.doctree differ diff --git a/docs/html/.doctrees/installation.doctree b/docs/html/.doctrees/installation.doctree index 206d4ce..6cba13a 100644 Binary files a/docs/html/.doctrees/installation.doctree and b/docs/html/.doctrees/installation.doctree differ diff --git a/docs/html/.doctrees/readme.doctree b/docs/html/.doctrees/readme.doctree index 6ee6b82..6a5e678 100644 Binary files a/docs/html/.doctrees/readme.doctree and b/docs/html/.doctrees/readme.doctree differ diff --git a/docs/html/.doctrees/usage.doctree b/docs/html/.doctrees/usage.doctree index 8e22f1c..cdd21b5 100644 Binary files a/docs/html/.doctrees/usage.doctree and b/docs/html/.doctrees/usage.doctree differ diff --git a/docs/html/_modules/index.html b/docs/html/_modules/index.html index dc297f7..a16c9d8 100644 --- a/docs/html/_modules/index.html +++ b/docs/html/_modules/index.html @@ -1,235 +1,273 @@ + + +
+ + + + +