Skip to content

Commit

Permalink
docs: update guides
Browse files Browse the repository at this point in the history
  • Loading branch information
balajtimate committed Oct 21, 2024
1 parent f9a1a3b commit f1b4b4c
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 9 deletions.
4 changes: 4 additions & 0 deletions docs/_static/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/* Increase font size for toctree elements */
.toctree-l1 {
font-size: 18px; /* Adjust the size as needed */
}
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,4 @@ def run_apidoc(_):

def setup(app):
app.connect('builder-inited', run_apidoc)
app.add_css_file('custom.css')
1 change: 1 addition & 0 deletions docs/guides/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Examples

HTSinfer provides easy-to-use commands for analyzing single- and paired-ended RNA-Seq libraries.


Single-ended Library Example
----------------------------

Expand Down
6 changes: 3 additions & 3 deletions docs/guides/installation.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Installation
============

This section describes how to install HTSinfer using Conda.
This section describes how to install `HTSinfer` using Conda.

Clone the Repository and Install Dependencies
---------------------------------------------

To install HTSinfer, first clone the repository and install the dependencies via `Conda <https://docs.conda.io/en/latest/miniconda.html>`_:
To install `HTSinfer`, first clone the repository and install the dependencies via `Conda <https://docs.conda.io/en/latest/miniconda.html>`_:

.. code-block:: bash
Expand All @@ -33,7 +33,7 @@ After the installation is complete, activate the `htsinfer` Conda environment wi
Verify the Installation (Optional)
----------------------------------

If you have installed the development or testing dependencies, you can verify that HTSinfer was installed correctly by executing the tests shipped with the package:
If you have installed the development or testing dependencies, you can verify that `HTSinfer` was installed correctly by executing the tests shipped with the package:

.. code-block:: bash
Expand Down
2 changes: 2 additions & 0 deletions docs/guides/usage.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Usage
=====

This sections describes the general usage of `HTSinfer`.

General Usage
-------------

Expand Down
17 changes: 11 additions & 6 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,20 @@
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to HTSinfer Documentation!
==================================
Welcome to the HTSinfer documentation pages!
============================================

HTSinfer is a tool for high-throughput sequencing inference.
`HTSinfer` is a command-line tool that infers metadata from Illumina high-throughput sequencing (HTS) data.

This documentation will guide you through installation, usage, and the API reference.

HTSinfer Documentation
----------------------
.. toctree::
:hidden:

Home <self>

Documentation
-------------

.. toctree::
:maxdepth: 1
Expand All @@ -21,7 +26,7 @@ HTSinfer Documentation
guides/examples

.. toctree::
:caption: API Documentation
:caption: API Overview
:maxdepth: 1

modules/modules
Expand Down

0 comments on commit f1b4b4c

Please sign in to comment.