Skip to content

Commit 645fbd5

Browse files
authored
Merge pull request #170 from alanbriolat/cleanup
Cleanup
2 parents 63ac305 + b6113b6 commit 645fbd5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+787
-921
lines changed

README.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,9 @@ Of particular use is the "How to write plugins" section.
6161

6262
You can build the documentation yourself with::
6363

64-
$ pip install sphinx
65-
$ cd docs/
64+
$ pip install -r requirements.docs.txt
65+
$ cd doc/
66+
$ ./regen_apidoc.sh
6667
$ make html
6768

6869
Testing

doc/api/csbot.cli.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
csbot.cli module
2+
================
3+
4+
.. automodule:: csbot.cli
5+
:members:
6+
:undoc-members:
7+
:show-inheritance:

doc/api/csbot.config.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
csbot.config module
2+
===================
3+
4+
.. automodule:: csbot.config
5+
:members:
6+
:undoc-members:
7+
:show-inheritance:

doc/api/csbot.core.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ csbot.core module
22
=================
33

44
.. automodule:: csbot.core
5-
:members:
6-
:undoc-members:
7-
:show-inheritance:
5+
:members:
6+
:undoc-members:
7+
:show-inheritance:

doc/api/csbot.events.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ csbot.events module
22
===================
33

44
.. automodule:: csbot.events
5-
:members:
6-
:undoc-members:
7-
:show-inheritance:
5+
:members:
6+
:undoc-members:
7+
:show-inheritance:

doc/api/csbot.irc.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ csbot.irc module
22
================
33

44
.. automodule:: csbot.irc
5-
:members:
6-
:undoc-members:
7-
:show-inheritance:
5+
:members:
6+
:undoc-members:
7+
:show-inheritance:

doc/api/csbot.plugin.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ csbot.plugin module
22
===================
33

44
.. automodule:: csbot.plugin
5-
:members:
6-
:undoc-members:
7-
:show-inheritance:
5+
:members:
6+
:undoc-members:
7+
:show-inheritance:

doc/api/csbot.plugins.auth.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ csbot.plugins.auth module
22
=========================
33

44
.. automodule:: csbot.plugins.auth
5-
:members:
6-
:undoc-members:
7-
:show-inheritance:
5+
:members:
6+
:undoc-members:
7+
:show-inheritance:

doc/api/csbot.plugins.calc.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ csbot.plugins.calc module
22
=========================
33

44
.. automodule:: csbot.plugins.calc
5-
:members:
6-
:undoc-members:
7-
:show-inheritance:
5+
:members:
6+
:undoc-members:
7+
:show-inheritance:

doc/api/csbot.plugins.cron.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ csbot.plugins.cron module
22
=========================
33

44
.. automodule:: csbot.plugins.cron
5-
:members:
6-
:undoc-members:
7-
:show-inheritance:
5+
:members:
6+
:undoc-members:
7+
:show-inheritance:

0 commit comments

Comments
 (0)