Skip to content

Commit

Permalink
Docs: Regenerated docs according to new feature
Browse files Browse the repository at this point in the history
  • Loading branch information
SchoolGuy committed Jun 14, 2023
1 parent ad65a8b commit cbcd51e
Show file tree
Hide file tree
Showing 12 changed files with 96 additions and 26 deletions.
3 changes: 3 additions & 0 deletions docs/_static/extend_width.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.wy-nav-content {
max-width: 90% !important;
}
21 changes: 21 additions & 0 deletions docs/code-autodoc/cobbler_tftp.exceptions.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
cobbler\_tftp.exceptions package
================================

Submodules
----------

cobbler\_tftp.exceptions.settings\_exceptions module
----------------------------------------------------

.. automodule:: cobbler_tftp.exceptions.settings_exceptions
:members:
:undoc-members:
:show-inheritance:

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

.. automodule:: cobbler_tftp.exceptions
:members:
:undoc-members:
:show-inheritance:
15 changes: 7 additions & 8 deletions docs/code-autodoc/cobbler_tftp.rst
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
cobbler\_tftp package
=====================

Submodules
----------
Subpackages
-----------

cobbler\_tftp.authentication module
-----------------------------------
.. toctree::
:maxdepth: 4

.. automodule:: cobbler_tftp.authentication
:members:
:undoc-members:
:show-inheritance:
cobbler_tftp.exceptions
cobbler_tftp.settings
cobbler_tftp.types

Module contents
---------------
Expand Down
10 changes: 10 additions & 0 deletions docs/code-autodoc/cobbler_tftp.settings.data.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
cobbler\_tftp.settings.data package
===================================

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

.. automodule:: cobbler_tftp.settings.data
:members:
:undoc-members:
:show-inheritance:
21 changes: 21 additions & 0 deletions docs/code-autodoc/cobbler_tftp.settings.migrations.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
cobbler\_tftp.settings.migrations package
=========================================

Submodules
----------

cobbler\_tftp.settings.migrations.v1\_0 module
----------------------------------------------

.. automodule:: cobbler_tftp.settings.migrations.v1_0
:members:
:undoc-members:
:show-inheritance:

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

.. automodule:: cobbler_tftp.settings.migrations
:members:
:undoc-members:
:show-inheritance:
19 changes: 19 additions & 0 deletions docs/code-autodoc/cobbler_tftp.settings.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
cobbler\_tftp.settings package
==============================

Subpackages
-----------

.. toctree::
:maxdepth: 4

cobbler_tftp.settings.data
cobbler_tftp.settings.migrations

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

.. automodule:: cobbler_tftp.settings
:members:
:undoc-members:
:show-inheritance:
10 changes: 10 additions & 0 deletions docs/code-autodoc/cobbler_tftp.types.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
cobbler\_tftp.types package
===========================

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

.. automodule:: cobbler_tftp.types
:members:
:undoc-members:
:show-inheritance:
7 changes: 0 additions & 7 deletions docs/code-autodoc/main.rst

This file was deleted.

6 changes: 2 additions & 4 deletions docs/code-autodoc/modules.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
src
===
cobbler_tftp
============

.. toctree::
:maxdepth: 4

cobbler_tftp
main
service
7 changes: 0 additions & 7 deletions docs/code-autodoc/service.rst

This file was deleted.

1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@

html_theme = "sphinx_rtd_theme"
html_static_path = ["_static"]
html_css_files = ["extend_width.css"]
2 changes: 2 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Welcome to Cobbler-TFTP's documentation!
:maxdepth: 2
:caption: Contents:

Code Documentation<code-autodoc/modules.rst>



Indices and tables
Expand Down

0 comments on commit cbcd51e

Please sign in to comment.