Skip to content

Pseudo-Lab/mlops-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

34 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

MLOps Docs

(1) Install

pip install sphinx
pip install sphinx_rtd_them

(2) λ‚΄μš© μΆ”κ°€

source
β”œβ”€β”€ TEST # μΆ”κ°€
β”‚   β”œβ”€β”€ TEST_1.md # μΆ”κ°€
β”‚   └── TEST_2.md # μΆ”κ°€
β”œβ”€β”€ _static
β”œβ”€β”€ _templates
β”œβ”€β”€ conf.py
β”œβ”€β”€ favicon.ico
└── index.rst
// source/index.rst

.. toctree::
   :maxdepth: 2
   :caption: TEST: // λͺ©μ°¨ 이름

   A/a_1.md // λ‚΄μš©
   A/a_2.md // λ‚΄μš©
source/index.rst

.. toctree::
   :maxdepth: 2
   :caption: TEST: 

   TEST/TEST_1.md 
   TEST/TEST_2.md 


Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`

(3) λ¬Έμ„œ λΉŒλ“œ

cd docs
make html

Releases

No releases published

Packages

 
 
 

Contributors