Skip to content

Commit 49a4781

Browse files
committed
Update doc
1 parent 233b574 commit 49a4781

File tree

6 files changed

+15
-0
lines changed

6 files changed

+15
-0
lines changed

sphinx/contribute.rst

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ You have implemented a new protocol ? You want it to be added to FullIP ?
66

77
Yes we can :)
88

9+
910
Installation
1011
============
1112

@@ -22,6 +23,7 @@ You also need to install breathe, it's a bridge between doxygen and sphinx :
2223
2324
sudo pip install breathe
2425
26+
2527
Developp
2628
========
2729

sphinx/ftpclient.rst

+3
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22
FullIP FTP Client
33
=================
44

5+
56
Installation
67
============
78

89
Download and install FullIP (Look at :doc:`installation`).
910

1011
Uncomment #define FULLIP_SD to enable SD in FullIP.h.
1112

13+
1214
Usage
1315
=====
1416

@@ -42,6 +44,7 @@ And process it in your loop
4244
4345
ftpclient.maintain();
4446
47+
4548
Class definition
4649
================
4750

sphinx/httpserver.rst

+3
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,19 @@
22
FullIP HTTP Server
33
==================
44

5+
56
Installation
67
============
78

89
Download and install FullIP (Look at :doc:`installation`).
910

1011
Uncomment #define FULLIP_SD to enable SD in FullIP.h.
1112

13+
1214
Usage
1315
=====
1416

17+
1518
Class definition
1619
================
1720

sphinx/readme.rst

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ GNU General Public License for more details.
3333
You should have received a copy of the GNU General Public License
3434
along with this program. If not, see <http://www.gnu.org/licenses/>.
3535

36+
3637
Quick start
3738
===========
3839

sphinx/smtpclient.rst

+3
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22
FullIP SMTP Client
33
==================
44

5+
56
Installation
67
============
78

89
Download and install FullIP (Look at :doc:`installation`).
910

1011
Comment #define FULLIP_SD to disable SD in FullIP.h.
1112

13+
1214
Usage
1315
=====
1416

@@ -49,6 +51,7 @@ And send it in your loop
4951
5052
smtpclient.maintain();
5153
54+
5255
Class definition
5356
================
5457

sphinx/telnetserver.rst

+3
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,19 @@
22
FullIP Telnet Server
33
====================
44

5+
56
Installation
67
============
78

89
Download and install FullIP (Look at :doc:`installation`).
910

1011
Comment #define FULLIP_SD to disable SD in FullIP.h.
1112

13+
1214
Usage
1315
=====
1416

17+
1518
Class definition
1619
================
1720

0 commit comments

Comments
 (0)