Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rebranding Sphinx docs conf.py and index.rst #358

Merged
merged 1 commit into from
Apr 21, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

# -- Project information -----------------------------------------------------

project = 'PennAI'
project = 'Aliro'
copyright = '2018, Penn'
author = 'University of Pennsylvania'

Expand Down
8 changes: 4 additions & 4 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
.. PennAI documentation master file, created by
.. Aliro documentation master file, created by
sphinx-quickstart on Fri Sep 21 10:09:03 2018.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.

PennAI: Accessible Data Science
Aliro: Accessible Data Science
==================================

**PennAI** is an easy-to-use data science assistant.
**Aliro** is an easy-to-use data science assistant.
It allows researchers without machine learning or coding expertise to run supervised machine learning analysis through a clean web interface.
It provides results visualization and reproducible scripts so that the analysis can be taken anywhere.
And, it has an *AI* assistant that can choose the analysis to run for you.
Expand All @@ -26,7 +26,7 @@ And, it has an *AI* assistant that can choose the analysis to run for you.
About the Project
=================

PennAI is free and open-source and available from `Github <http://github.com/epistasislab/pennai>`_.
Aliro is free and open-source and available from `Github <http://github.com/epistasislab/Aliro>`_.
It is actively developed by the `Institute for Biomedical Informatics
<http://upibi.org>`_ at the University of Pennsylvania.
You can find our original position paper on `arxiv <https://arxiv.org/abs/1705.00594>`_.
Expand Down