Added readme
This commit is contained in:
parent
1610f9c0da
commit
154dbaffaa
23
doc/README.md
Normal file
23
doc/README.md
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
# Sphinx autodoc
|
||||||
|
|
||||||
|
Pliki źródłowe do generowania automatycznej dokumentacji kodu za pomocą biblioteki Sphinx.
|
||||||
|
|
||||||
|
## Wymagania:
|
||||||
|
```
|
||||||
|
Python 3.x
|
||||||
|
sphinx: 4.x
|
||||||
|
```
|
||||||
|
|
||||||
|
## Ręczne budowanie dokumentacji
|
||||||
|
Windows:
|
||||||
|
```shell script
|
||||||
|
make.bat html
|
||||||
|
```
|
||||||
|
Linux/MacOS:
|
||||||
|
```shell script
|
||||||
|
make html
|
||||||
|
```
|
||||||
|
|
||||||
|
## Automatyczne budowanie dokumentacji w PyCharm
|
||||||
|
W PyCharmie tworzymy nową konfigurację Python docs -> Sphinx. Jako parametr "input" uswiatiamy ścieżkę do tego folderu,
|
||||||
|
a output wskazujemy tam, gdzie chcemy otrzymać gotową dokumentację.
|
Loading…
Reference in New Issue
Block a user