Start new doc

This commit is contained in:
Mauricio Baeza 2021-10-23 22:03:43 -05:00
parent c77438216d
commit 00f2b2b126
5 changed files with 37 additions and 9 deletions

2
.gitignore vendored
View File

@ -23,7 +23,7 @@ vedev/
.env/ .env/
virtual/ virtual/
docs/_build docs/build
cache/ cache/
credenciales.conf credenciales.conf
*.sqlite *.sqlite

View File

@ -5,8 +5,8 @@
# from the environment for the first two. # from the environment for the first two.
SPHINXOPTS ?= SPHINXOPTS ?=
SPHINXBUILD ?= sphinx-build SPHINXBUILD ?= sphinx-build
SOURCEDIR = . SOURCEDIR = source
BUILDDIR = _build BUILDDIR = build
# Put it first so that "make" without argument is like "make help". # Put it first so that "make" without argument is like "make help".
help: help:

View File

@ -7,8 +7,8 @@ REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" ( if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build set SPHINXBUILD=sphinx-build
) )
set SOURCEDIR=. set SOURCEDIR=source
set BUILDDIR=_build set BUILDDIR=build
if "%1" == "" goto help if "%1" == "" goto help

View File

@ -1,15 +1,16 @@
.. Empresa Libre Documentación documentation master file, created by .. Documentación de Empresa Libre documentation master file, created by
sphinx-quickstart on Sat Oct 23 21:41:24 2021. sphinx-quickstart on Sat Oct 23 21:49:03 2021.
You can adapt this file completely to your liking, but it should at least You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive. contain the root `toctree` directive.
Bienvenido a la documentation de Empresa Libre Documentación de Empresa Libre
============================================== ==============================
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2
:caption: Contents: :caption: Contents:
inicio
Indices and tables Indices and tables

27
docs/source/inicio.rst Normal file
View File

@ -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*