Skip to content

Commit

Permalink
Fixed documentation representation in locale
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessioNar committed Dec 23, 2024
1 parent c7587b8 commit 7182d69
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 34 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
**/__pycache__/*
tests/logs
tests/data
dist/*
dist/*
docs/build
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
Download Module
Download
===============

This module contains the following submodules:

.. toctree::
:maxdepth: 2

cellar
normattiva
legilux

Submodules
----------

.. automodule:: tulit.download.download
:members:
:undoc-members:
Expand Down
2 changes: 0 additions & 2 deletions docs/source/getting_started.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
Getting Started
===============

.. _getting_started:

Installation
------------

Expand Down
17 changes: 4 additions & 13 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Welcome to tulit's documentation!
**tulit** is a Python library for processing legal documents in various formats,
including Akoma Ntoso and Formex.

Check out the :doc:`getting started` section for further information.
Check out the :doc:`getting_started` section for further information.

.. note::

Expand All @@ -15,25 +15,16 @@ Contents

.. toctree::
:maxdepth: 2
:caption: Contents:

getting_started


Download
--------

.. toctree::
:maxdepth: 2
:caption: Download:

download/modules

Parsers
-------
download

.. toctree::
:maxdepth: 2
:caption: Parsers:

parsers
parsers

11 changes: 1 addition & 10 deletions docs/source/parsers/modules.rst → docs/source/parsers.rst
Original file line number Diff line number Diff line change
@@ -1,27 +1,18 @@
Parsers Package
Parsers
===============

This package contains modules for parsing various types of legal documents. Below are the details for each module.

formex
------

.. automodule:: parsers.formex
:members:
:undoc-members:
:show-inheritance:

akomantoso
----------

.. automodule:: parsers.akomantoso
:members:
:undoc-members:
:show-inheritance:

html
----

.. automodule:: parsers.html
:members:
:undoc-members:
Expand Down

0 comments on commit 7182d69

Please sign in to comment.