Skip to content

Commit

Permalink
Testing automated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessioNar committed Dec 23, 2024
1 parent ab03168 commit dc31a8b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Configuration file for the Sphinx documentation builder.

import os
import sys

# -- Project information

project = 'tulit'
Expand All @@ -9,13 +12,16 @@
version = '0.0.3'

# -- General configuration
sys.path.insert(0, os.path.abspath('../tulit'))

extensions = [
'sphinx.ext.duration',
'sphinx.ext.doctest',
'sphinx.ext.autodoc',
'sphinx.ext.autosummary',
'sphinx.ext.intersphinx',
'sphinx.ext.napoleon',

]

intersphinx_mapping = {
Expand Down
6 changes: 3 additions & 3 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ Contents
usage
api

API Documentation
Parsers
-----------------

.. toctree::
:maxdepth: 2
:caption: API Reference:
:caption: Parsers:

api/modules
parsers/modules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
API Reference
Parsers
=============

.. automodule:: tulit.parsers.akomantoso
Expand Down

0 comments on commit dc31a8b

Please sign in to comment.