Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
python-bigbluebutton2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Andreas Grupp
python-bigbluebutton2
Commits
4d46b8dd
Verified
Commit
4d46b8dd
authored
5 years ago
by
Nik | Klampfradler
Browse files
Options
Downloads
Patches
Plain Diff
[Docs] Include bbb-cli reference
parent
07cb03f2
Branches
31-add-a-slug-primarykey
32-bind-meeting-objects-to-users-and-or-groups
Branches containing commit
No related tags found
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
docs/cli/99_clickref.rst
+9
-0
9 additions, 0 deletions
docs/cli/99_clickref.rst
docs/conf.py
+1
-0
1 addition, 0 deletions
docs/conf.py
docs/index.rst
+1
-0
1 addition, 0 deletions
docs/index.rst
poetry.lock
+17
-1
17 additions, 1 deletion
poetry.lock
pyproject.toml
+1
-0
1 addition, 0 deletions
pyproject.toml
with
29 additions
and
1 deletion
docs/cli/99_clickref.rst
0 → 100644
+
9
−
0
View file @
4d46b8dd
Command-Line Tool bbb-cli
=========================
Command reference
-----------------
.. click:: bigbluebutton.cli:bbb
:prog: bbb-cli
:show-nested:
This diff is collapsed.
Click to expand it.
docs/conf.py
+
1
−
0
View file @
4d46b8dd
...
...
@@ -47,6 +47,7 @@ release = "0.1.0dev0"
extensions
=
[
"
sphinx.ext.autodoc
"
,
"
sphinxcontrib_django
"
,
"
sphinx_click.ext
"
,
"
sphinx_autodoc_typehints
"
,
"
sphinx.ext.intersphinx
"
,
"
sphinx.ext.viewcode
"
,
...
...
This diff is collapsed.
Click to expand it.
docs/index.rst
+
1
−
0
View file @
4d46b8dd
...
...
@@ -12,6 +12,7 @@ Welcome to python-bigbluebutton2’s documentation!
api/99_apiref
django/99_apiref
cli/99_clickref
Indices and tables
...
...
This diff is collapsed.
Click to expand it.
poetry.lock
+
17
−
1
View file @
4d46b8dd
...
...
@@ -852,6 +852,18 @@ Sphinx = ">=2.1"
test
=
[
"pytest (>=3.1.0)"
,
"typing-extensions (>=3.5)"
,
"sphobjinv (>=2.0)"
,
"dataclasses"
]
type_comments
=
[
"typed-ast (>=1.4.0)"
]
[[package]]
category
=
"dev"
description
=
"Sphinx extension that automatically documents click applications"
name
=
"sphinx-click"
optional
=
false
python-versions
=
"*"
version
=
"2.3.2"
[package.dependencies]
pbr
=
">
=
2.0
"
sphinx
=
">
=
1.5
,
<
4.0
"
[[package]]
category
=
"dev"
description
=
"Read the Docs theme for Sphinx"
...
...
@@ -1085,7 +1097,7 @@ django = ["dicttoxml", "django"]
sysstat
=
[
"sadf"
]
[metadata]
content-hash
=
"
ac17d9cc14afbb5058f3099a1a0effc1e126c841d8cba57f9712b38cafe8c73b
"
content-hash
=
"
8ecbaaac1de0745c540d1264e7954bd7ead86ea66f1cec73d00f4bd6a9b81e79
"
python-versions
=
"^3.6"
[metadata.files]
...
...
@@ -1536,6 +1548,10 @@ sphinx-autodoc-typehints = [
{file
=
"sphinx-autodoc-typehints-1.10.3.tar.gz"
,
hash
=
"sha256:a6b3180167479aca2c4d1ed3b5cb044a70a76cccd6b38662d39288ebd9f0dff0"
}
,
{file
=
"sphinx_autodoc_typehints-1.10.3-py3-none-any.whl"
,
hash
=
"sha256:27c9e6ef4f4451766ab8d08b2d8520933b97beb21c913f3df9ab2e59b56e6c6c"
}
,
]
sphinx-click
=
[
{file
=
"sphinx-click-2.3.2.tar.gz"
,
hash
=
"sha256:1b649ebe9f7a85b78ef6545d1dc258da5abca850ac6375be104d484a6334a728"
}
,
{file
=
"sphinx_click-2.3.2-py2.py3-none-any.whl"
,
hash
=
"sha256:06952d5de6cbe2cb7d6dc656bc471652d2b484cf1e1b2d65edb7f4f2e867c7f6"
}
,
]
sphinx-rtd-theme
=
[
{file
=
"sphinx_rtd_theme-0.4.3-py2.py3-none-any.whl"
,
hash
=
"sha256:00cf895504a7895ee433807c62094cf1e95f065843bf3acd17037c3e9a2becd4"
}
,
{file
=
"sphinx_rtd_theme-0.4.3.tar.gz"
,
hash
=
"sha256:728607e34d60456d736cc7991fd236afb828b21b82f956c5ea75f94c8414040a"
}
,
...
...
This diff is collapsed.
Click to expand it.
pyproject.toml
+
1
−
0
View file @
4d46b8dd
...
...
@@ -63,6 +63,7 @@ sphinx-autodoc-typehints = "^1.10.3"
pytest-django
=
"^3.9.0"
sphinx_rtd_theme
=
"^0.4.3"
sphinxcontrib-django
=
"^0.5.1"
sphinx-click
=
"^2.3.2"
[tool.poetry.extras]
cli
=
[
"click"
,
"toml"
,
"tabulate"
,
"xdg"
]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment