Skip to content

Commit

Permalink
#68 update and fix documentation
Browse files Browse the repository at this point in the history
- Insert supported by
- Remove list of tables and index
- Insert logo in header
- Insert link to github organization
- update doxygen .xml
  • Loading branch information
alvesisaque committed Feb 10, 2023
1 parent 8373423 commit 4a3f3cb
Show file tree
Hide file tree
Showing 47 changed files with 2,858 additions and 2,693 deletions.
Binary file modified docs/.doctrees/doxygen/index.doctree
Binary file not shown.
Binary file modified docs/.doctrees/getting_started/index.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ MULTILINE_CPP_IS_BRIEF = NO
# documentation blocks is shown as doxygen documentation.
# The default value is: YES.

PYTHON_DOCSTRING = YES
PYTHON_DOCSTRING = NO

# If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the
# documentation from any documented member that it re-implements.
Expand Down
17 changes: 11 additions & 6 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,28 @@
### Documentation

We used sphinx to write the documentation

To run locally, you need to install sphinx:
We utilized Sphinx and Doxygen to compose our documentation. To access it locally, you'll need to install both tools by running the following commands:

```
pip install sphinx
pip install doxygen-junit
```

Then install the theme used:
Additionally, you'll need to install the theme we used:

```
pip install pydata-sphinx-theme
```

And Run the project
After completing these steps, navigate to the /docs folder and run the project.

To ensure that the documentation for classes and functions remains up-to-date, run:
```
doxygen
```

To generate the HTML version of the documentation, run:
```
sphinx-build -b html source ./
```

And open the index.html
Finally, open the index.html file to access the documentation."
8 changes: 0 additions & 8 deletions docs/_sources/doxygen/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,3 @@ library and take your data processing to the next level.

getting_started/index
user_guide/index


Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
9 changes: 0 additions & 9 deletions docs/_sources/getting_started/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,3 @@ Installing from PyPI

user_guide/index
doxygen/index



.. Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
Binary file added docs/_static/horizontal_logo.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/horizontal_logo_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/horizontal_logo_light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/logo_eldorado.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/logo_lappis.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
79 changes: 79 additions & 0 deletions docs/_static/logo_unb.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 4a3f3cb

Please sign in to comment.