diff --git a/.gitignore b/.gitignore index fd7744a..f5d45f4 100644 --- a/.gitignore +++ b/.gitignore @@ -23,7 +23,7 @@ vedev/ .env/ virtual/ -docs/_build +docs/build cache/ credenciales.conf *.sqlite diff --git a/docs/Makefile b/docs/Makefile index d4bb2cb..d0c3cbf 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -5,8 +5,8 @@ # from the environment for the first two. SPHINXOPTS ?= SPHINXBUILD ?= sphinx-build -SOURCEDIR = . -BUILDDIR = _build +SOURCEDIR = source +BUILDDIR = build # Put it first so that "make" without argument is like "make help". help: diff --git a/docs/make.bat b/docs/make.bat index 922152e..9534b01 100644 --- a/docs/make.bat +++ b/docs/make.bat @@ -7,8 +7,8 @@ REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=sphinx-build ) -set SOURCEDIR=. -set BUILDDIR=_build +set SOURCEDIR=source +set BUILDDIR=build if "%1" == "" goto help diff --git a/docs/index.rst b/docs/source/index.rst similarity index 55% rename from docs/index.rst rename to docs/source/index.rst index e6a74f3..377c8e7 100644 --- a/docs/index.rst +++ b/docs/source/index.rst @@ -1,15 +1,16 @@ -.. Empresa Libre Documentación documentation master file, created by - sphinx-quickstart on Sat Oct 23 21:41:24 2021. +.. Documentación de Empresa Libre documentation master file, created by + sphinx-quickstart on Sat Oct 23 21:49:03 2021. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. -Bienvenido a la documentation de Empresa Libre -============================================== +Documentación de Empresa Libre +============================== .. toctree:: :maxdepth: 2 :caption: Contents: + inicio Indices and tables diff --git a/docs/source/inicio.rst b/docs/source/inicio.rst new file mode 100644 index 0000000..572fc29 --- /dev/null +++ b/docs/source/inicio.rst @@ -0,0 +1,27 @@ +Introducción +============ + + +Acerca de Empresa Libre +----------------------- + +**Empresa Libre** es un sistema de facturación electrónica especialmente diseñado +para la legislación mexicana. + +**Empresa Libre** es 100% Software Libre, recuerda, **Software Libre, NO gratis.** + + +Requerimientos +-------------- + +* Servidor web Nginx +* Servidor de bases de datos PostgreSQL +* uwsgi +* python3.7+ +* xsltproc +* openssl +* xmlsec + +y los requerimientos del archivo *requirements.txt* + +