Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Jul 8, 2023
0 parents commit 770174b
Show file tree
Hide file tree
Showing 42 changed files with 5,205 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .buildinfo
Original file line number Diff line number Diff line change
@@ -0,0 +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: 9301911217507a9e67d3bf1ecd5042d3
tags: 645f666f9bcd5a90fca523b33c5a78b7
Empty file added .nojekyll
Empty file.
3 changes: 3 additions & 0 deletions _sources/history.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Changelog
*********
.. include:: ../HISTORY.rst
15 changes: 15 additions & 0 deletions _sources/index.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
.. S-Tool documentation master file, created by
sphinx-quickstart on Sun Jun 4 20:51:59 2023.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to S-Tool's documentation!
==================================

.. toctree::
:maxdepth: 2

About <readme>
Documentation <modules>
Changelog <history>

7 changes: 7 additions & 0 deletions _sources/modules.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
s_tool
======

.. toctree::
:maxdepth: 4

s_tool
4 changes: 4 additions & 0 deletions _sources/readme.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
S-Tool
******

.. include:: ../README.rst
53 changes: 53 additions & 0 deletions _sources/s_tool.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
s\_tool package
===============

Submodules
----------

s\_tool.core module
-------------------

.. automodule:: s_tool.core
:members:
:undoc-members:
:show-inheritance:

s\_tool.driver module
---------------------

.. automodule:: s_tool.driver
:members:
:undoc-members:
:show-inheritance:

s\_tool.exceptions module
-------------------------

.. automodule:: s_tool.exceptions
:members:
:undoc-members:
:show-inheritance:

s\_tool.logger module
---------------------

.. automodule:: s_tool.logger
:members:
:undoc-members:
:show-inheritance:

s\_tool.parser module
---------------------

.. automodule:: s_tool.parser
:members:
:undoc-members:
:show-inheritance:

Module contents
---------------

.. automodule:: s_tool
:members:
:undoc-members:
:show-inheritance:
Loading

0 comments on commit 770174b

Please sign in to comment.