Skip to content

Commit

Permalink
Fixing read the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimwolff committed Feb 13, 2018
1 parent 1949f08 commit a9e10df
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 10 deletions.
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import os
import warnings

warnings.filterwarnings("ignore")
warnings.filterwarnings("ignore", category=DeprecationWarning)

# to allow readthedocs to compile without installing some dependencies
import mock
Expand Down Expand Up @@ -69,7 +69,7 @@

# General information about the project.
project = u'HiCExplorer'
copyright = u'2017, Fidel Ramírez, Bjoern Gruening, Vivek Bhardwaj, Joachim Wolff'
copyright = u'2018, Fidel Ramírez, Bjoern Gruening, Vivek Bhardwaj, Joachim Wolff'
author = u'Fidel Ramírez, Bjoern Gruening, Vivek Bhardwaj, Joachim Wolff'

# The version info for the project you're documenting, acts as replacement for
Expand Down Expand Up @@ -179,7 +179,7 @@ def get_version():
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
html_static_path = []

# Add any extra paths that contain custom files (such as robots.txt or
# .htaccess) here, relative to this directory. These files are copied
Expand Down
6 changes: 3 additions & 3 deletions docs/content/example_usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ The A / B compartments can be plotted with :ref:`hicPlotMatrix`.
$ hicPlotMatrix -m pearson_all.h5 --outFileName pca1.png --perChr --pca pca1.bedgraph
.. figure:: ../images/eigenvector1_lieberman.png
:scale: 90 %
:align: center
//.. figure:: ../images/eigenvector1_lieberman.png
// :scale: 90 %
// :align: center

6 changes: 5 additions & 1 deletion docs/content/list-of-tools.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,8 @@ HiCExplorer tools
|:ref:`hicMergeTADbins` | preprocessing | one Hi-C matrix, one BED file | one Hi-C matrix | Uses a BED file of domains or TAD boundaries to merge the |
| | | | | bin counts of a Hi-C matrix. |
+--------------------------------+------------------+-----------------------------------+---------------------------------------------+-----------------------------------------------------------------------------------+


.. toctree::
:glob:

tools/*
5 changes: 4 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,15 @@ Contents:

.. toctree::
:maxdepth: 2

content/installation
content/list-of-tools
content/example_usage
content/News




Citation
---------

Expand Down
6 changes: 4 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
mock
sphinx_rtd_theme
sphinx_rtd_theme==0.2.4
sphinx-argparse==0.2.1
sphinx>=1.2.0
sphinx==1.5.0
CommonMark>=0.5.6
pillow>=5.0
docutils==0.12

0 comments on commit a9e10df

Please sign in to comment.