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/
virtual/
docs/_build
docs/build
cache/
credenciales.conf
*.sqlite

View File

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

View File

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

View File

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

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*