added first few introduction files
parent
df11133196
commit
1683f6d462
|
|
@ -12,6 +12,25 @@ documentation for details.
|
|||
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:caption: Contents:
|
||||
:hidden:
|
||||
:maxdepth: 1
|
||||
:caption: Linux
|
||||
:name: sec-linux
|
||||
|
||||
linux/introduction
|
||||
|
||||
.. toctree::
|
||||
:hidden:
|
||||
:maxdepth: 1
|
||||
:caption: Python
|
||||
:name: sec-python
|
||||
|
||||
python/introduction
|
||||
|
||||
.. toctree::
|
||||
:hidden:
|
||||
:maxdepth: 1
|
||||
:caption: PostgreSQL
|
||||
:name: sec-postgresql
|
||||
|
||||
postgresql/introduction
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
Introduction to Linux
|
||||
=====================
|
||||
Introduction
|
||||
============
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
Introduction to PostgreSQL
|
||||
==========================
|
||||
Introduction
|
||||
============
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
Introduction to Python
|
||||
======================
|
||||
Introduction
|
||||
============
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue