Skip to content

Commit a3205b8

Browse files
committed
Automodule para los archivos faltantes
1 parent cff5dcc commit a3205b8

File tree

15 files changed

+94
-0
lines changed

15 files changed

+94
-0
lines changed

docs/source/pycamp_bot.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ Archivos
1010

1111
pycamp_bot/db_schemma
1212
pycamp_bot/models
13+
pycamp_bot/commands
14+
pycamp_bot/scheduler
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
########
2+
commands
3+
########
4+
5+
Archivos
6+
========
7+
8+
.. toctree::
9+
:maxdepth: 2
10+
11+
commands/announcements
12+
commands/auth
13+
commands/base
14+
commands/help_msg
15+
commands/manage_pycamp
16+
commands/projects
17+
commands/raffle
18+
commands/schedule
19+
commands/voting
20+
commands/wizard
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#############
2+
announcements
3+
#############
4+
5+
.. automodule:: pycamp_bot.commands.announcements
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
####
2+
auth
3+
####
4+
5+
.. automodule:: pycamp_bot.commands.auth
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
####
2+
base
3+
####
4+
5+
.. automodule:: pycamp_bot.commands.base
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
########
2+
help_msg
3+
########
4+
5+
.. automodule:: pycamp_bot.commands.help_msg
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#############
2+
manage_pycamp
3+
#############
4+
5+
.. automodule:: pycamp_bot.commands.manage_pycamp
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
########
2+
projects
3+
########
4+
5+
.. automodule:: pycamp_bot.commands.projects
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
######
2+
raffle
3+
######
4+
5+
.. automodule:: pycamp_bot.commands.raffle
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
########
2+
schedule
3+
########
4+
5+
.. automodule:: pycamp_bot.commands.schedule

0 commit comments

Comments
 (0)