More space in the logo and full TOC tree in sidebar

This commit is contained in:
Jorrit Wronski
2014-10-09 16:13:00 +02:00
parent f008ed9091
commit cfe2e31432
3 changed files with 8 additions and 4 deletions

View File

@@ -52,7 +52,7 @@ extensions = ['IPython.sphinxext.ipython_console_highlighting',
#'cloud_sptheme.ext.index_styling',
'cloud_sptheme.ext.relbar_toc',
#'cloud_sptheme.ext.escaped_samp_literals',
#'cloud_sptheme.ext.issue_tracker',
'cloud_sptheme.ext.issue_tracker',
#'cloud_sptheme.ext.table_styling',
#'inheritance_diagram',
@@ -60,6 +60,9 @@ extensions = ['IPython.sphinxext.ipython_console_highlighting',
#'breathe'
]
# set path to issue tracker:
issue_tracker_url = "gh:CoolProp/CoolProp"
plot_formats = [('png',80)]
index_doc = "index"
@@ -201,7 +204,7 @@ edit_on_github_path_prefix = 'Web'
# The name of an image file (relative to this directory) to place at the top
# of the sidebar.
html_logo = "_static/CoolPropLogo.png"
html_logo = "_static/CoolPropLogoLong.png"
# The name of an image file (within the static path) to use as favicon of the
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32

View File

@@ -12,7 +12,6 @@ CoolProp is an open-source database of fluid and humid air properties, formulate
citation.rst
.. toctree::
:maxdepth: 2
general_information.rst
online/index.rst
@@ -20,3 +19,5 @@ CoolProp is an open-source database of fluid and humid air properties, formulate
coolprop/index.rst
develop/index.rst
apidoc/modules.rst
.. :maxdepth: 2

View File

@@ -115,7 +115,7 @@ plt.savefig(tar_fil, transparent = True)
plt.close()
fig = plt.figure(figsize = (9,3))
ax = fig.add_axes((0.666,0.0,0.333,1.0))
ax = fig.add_axes((0.66,0.0,0.333,1.0))
plt.plot(T_melt, p_melt, **melt_args)
plt.plot(T_sat, p_sat, **sat_args )
plt.scatter(TT, PP, c=DD, edgecolor = 'none', s = 6, **rho_args )