mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-01-22 06:37:17 +00:00
Update site to include help
- Add sphinx documentation generated from build to help - Add link to help (in english) in header - Add link to github in header
This commit is contained in:
5
help/en/_sources/developer/hscommon/build.rst.txt
Normal file
5
help/en/_sources/developer/hscommon/build.rst.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
hscommon.build
|
||||
==============
|
||||
|
||||
.. automodule:: hscommon.build
|
||||
:members:
|
||||
5
help/en/_sources/developer/hscommon/conflict.rst.txt
Normal file
5
help/en/_sources/developer/hscommon/conflict.rst.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
hscommon.conflict
|
||||
=================
|
||||
|
||||
.. automodule:: hscommon.conflict
|
||||
:members:
|
||||
5
help/en/_sources/developer/hscommon/desktop.rst.txt
Normal file
5
help/en/_sources/developer/hscommon/desktop.rst.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
hscommon.desktop
|
||||
================
|
||||
|
||||
.. automodule:: hscommon.desktop
|
||||
:members:
|
||||
12
help/en/_sources/developer/hscommon/gui/base.rst.txt
Normal file
12
help/en/_sources/developer/hscommon/gui/base.rst.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
hscommon.gui.base
|
||||
=================
|
||||
|
||||
.. automodule:: hscommon.gui.base
|
||||
|
||||
.. autosummary::
|
||||
|
||||
GUIObject
|
||||
|
||||
.. autoclass:: GUIObject
|
||||
:members:
|
||||
:private-members:
|
||||
25
help/en/_sources/developer/hscommon/gui/column.rst.txt
Normal file
25
help/en/_sources/developer/hscommon/gui/column.rst.txt
Normal file
@@ -0,0 +1,25 @@
|
||||
hscommon.gui.column
|
||||
============================
|
||||
|
||||
.. automodule:: hscommon.gui.column
|
||||
|
||||
.. autosummary::
|
||||
|
||||
Columns
|
||||
Column
|
||||
ColumnsView
|
||||
PrefAccessInterface
|
||||
|
||||
.. autoclass:: Columns
|
||||
:members:
|
||||
:private-members:
|
||||
|
||||
.. autoclass:: Column
|
||||
:members:
|
||||
:private-members:
|
||||
|
||||
.. autoclass:: ColumnsView
|
||||
:members:
|
||||
|
||||
.. autoclass:: PrefAccessInterface
|
||||
:members:
|
||||
@@ -0,0 +1,18 @@
|
||||
hscommon.gui.progress_window
|
||||
============================
|
||||
|
||||
.. automodule:: hscommon.gui.progress_window
|
||||
|
||||
.. autosummary::
|
||||
|
||||
ProgressWindow
|
||||
ProgressWindowView
|
||||
|
||||
.. autoclass:: ProgressWindow
|
||||
:members:
|
||||
:private-members:
|
||||
|
||||
.. autoclass:: ProgressWindowView
|
||||
:members:
|
||||
:private-members:
|
||||
|
||||
@@ -0,0 +1,26 @@
|
||||
hscommon.gui.selectable_list
|
||||
============================
|
||||
|
||||
.. automodule:: hscommon.gui.selectable_list
|
||||
|
||||
.. autosummary::
|
||||
|
||||
Selectable
|
||||
SelectableList
|
||||
GUISelectableList
|
||||
GUISelectableListView
|
||||
|
||||
.. autoclass:: Selectable
|
||||
:members:
|
||||
:private-members:
|
||||
|
||||
.. autoclass:: SelectableList
|
||||
:members:
|
||||
:private-members:
|
||||
|
||||
.. autoclass:: GUISelectableList
|
||||
:members:
|
||||
:private-members:
|
||||
|
||||
.. autoclass:: GUISelectableListView
|
||||
:members:
|
||||
26
help/en/_sources/developer/hscommon/gui/table.rst.txt
Normal file
26
help/en/_sources/developer/hscommon/gui/table.rst.txt
Normal file
@@ -0,0 +1,26 @@
|
||||
hscommon.gui.table
|
||||
==================
|
||||
|
||||
.. automodule:: hscommon.gui.table
|
||||
|
||||
.. autosummary::
|
||||
|
||||
Table
|
||||
Row
|
||||
GUITable
|
||||
GUITableView
|
||||
|
||||
.. autoclass:: Table
|
||||
:members:
|
||||
:private-members:
|
||||
|
||||
.. autoclass:: Row
|
||||
:members:
|
||||
:private-members:
|
||||
|
||||
.. autoclass:: GUITable
|
||||
:members:
|
||||
:private-members:
|
||||
|
||||
.. autoclass:: GUITableView
|
||||
:members:
|
||||
16
help/en/_sources/developer/hscommon/gui/text_field.rst.txt
Normal file
16
help/en/_sources/developer/hscommon/gui/text_field.rst.txt
Normal file
@@ -0,0 +1,16 @@
|
||||
hscommon.gui.text_field
|
||||
=======================
|
||||
|
||||
.. automodule:: hscommon.gui.text_field
|
||||
|
||||
.. autosummary::
|
||||
|
||||
TextField
|
||||
TextFieldView
|
||||
|
||||
.. autoclass:: TextField
|
||||
:members:
|
||||
:private-members:
|
||||
|
||||
.. autoclass:: TextFieldView
|
||||
:members:
|
||||
18
help/en/_sources/developer/hscommon/gui/tree.rst.txt
Normal file
18
help/en/_sources/developer/hscommon/gui/tree.rst.txt
Normal file
@@ -0,0 +1,18 @@
|
||||
hscommon.gui.tree
|
||||
=================
|
||||
|
||||
.. automodule:: hscommon.gui.tree
|
||||
|
||||
.. autosummary::
|
||||
|
||||
Tree
|
||||
Node
|
||||
|
||||
.. autoclass:: Tree
|
||||
:members:
|
||||
:private-members:
|
||||
|
||||
.. autoclass:: Node
|
||||
:members:
|
||||
:private-members:
|
||||
|
||||
16
help/en/_sources/developer/hscommon/index.rst.txt
Normal file
16
help/en/_sources/developer/hscommon/index.rst.txt
Normal file
@@ -0,0 +1,16 @@
|
||||
hscommon
|
||||
========
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:glob:
|
||||
|
||||
build
|
||||
conflict
|
||||
desktop
|
||||
notify
|
||||
path
|
||||
util
|
||||
jobprogress/*
|
||||
gui/*
|
||||
|
||||
17
help/en/_sources/developer/hscommon/jobprogress/job.rst.txt
Normal file
17
help/en/_sources/developer/hscommon/jobprogress/job.rst.txt
Normal file
@@ -0,0 +1,17 @@
|
||||
hscommon.jobprogress.job
|
||||
========================
|
||||
|
||||
.. automodule:: hscommon.jobprogress.job
|
||||
|
||||
.. autosummary::
|
||||
|
||||
Job
|
||||
NullJob
|
||||
|
||||
.. autoclass:: Job
|
||||
:members:
|
||||
:private-members:
|
||||
|
||||
.. autoclass:: NullJob
|
||||
:members:
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
hscommon.jobprogress.performer
|
||||
==============================
|
||||
|
||||
.. automodule:: hscommon.jobprogress.performer
|
||||
|
||||
.. autosummary::
|
||||
|
||||
ThreadedJobPerformer
|
||||
|
||||
.. autoclass:: ThreadedJobPerformer
|
||||
:members:
|
||||
|
||||
12
help/en/_sources/developer/hscommon/jobprogress/qt.rst.txt
Normal file
12
help/en/_sources/developer/hscommon/jobprogress/qt.rst.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
hscommon.jobprogress.qt
|
||||
=======================
|
||||
|
||||
.. automodule:: hscommon.jobprogress.qt
|
||||
|
||||
.. autosummary::
|
||||
|
||||
Progress
|
||||
|
||||
.. autoclass:: Progress
|
||||
:members:
|
||||
|
||||
5
help/en/_sources/developer/hscommon/notify.rst.txt
Normal file
5
help/en/_sources/developer/hscommon/notify.rst.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
hscommon.notify
|
||||
===============
|
||||
|
||||
.. automodule:: hscommon.notify
|
||||
:members:
|
||||
5
help/en/_sources/developer/hscommon/path.rst.txt
Normal file
5
help/en/_sources/developer/hscommon/path.rst.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
hscommon.path
|
||||
=============
|
||||
|
||||
.. automodule:: hscommon.path
|
||||
:members:
|
||||
5
help/en/_sources/developer/hscommon/util.rst.txt
Normal file
5
help/en/_sources/developer/hscommon/util.rst.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
hscommon.util
|
||||
=============
|
||||
|
||||
.. automodule:: hscommon.util
|
||||
:members:
|
||||
Reference in New Issue
Block a user