Changeset f368fd9 in sasview


Ignore:
Timestamp:
Oct 10, 2012 4:12:50 PM (12 years ago)
Author:
Mathieu Doucet <doucetm@…>
Branches:
master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
aa01d07b
Parents:
67dd757
Message:

change labels to SasView?

Location:
sphinx-docs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sphinx-docs/conf.py

    rc7e12b6 rf368fd9  
    4343 
    4444# General information about the project. 
    45 project = u'SansView' 
    46 copyright = u'2012, SansView Project' 
     45project = u'SasView' 
     46copyright = u'2012, SasView Project' 
    4747 
    4848# The version info for the project you're documenting, acts as replacement for 
     
    5050# built documents. 
    5151# 
     52# Manage version number ###################################### 
     53sys.path.append('..') 
     54import sansview 
     55VERSION = sansview.__version__ 
     56############################################################## 
    5257# The short X.Y version. 
    53 version = '2.1' 
     58version = VERSION 
    5459# The full version, including alpha/beta/rc tags. 
    55 release = '2.1.1' 
     60release = VERSION 
    5661 
    5762# The language for content autogenerated by Sphinx. Refer to documentation 
     
    167172 
    168173# Output file base name for HTML help builder. 
    169 htmlhelp_basename = 'sansview_docs' 
     174htmlhelp_basename = 'sasview_docs' 
    170175 
    171176 
     
    181186# (source start file, target name, title, author, documentclass [howto/manual]). 
    182187latex_documents = [ 
    183   ('index', 'sansview.tex', u'SansView Documentation', 
    184    u'SansView Project', 'manual'), 
     188  ('index', 'sasview.tex', u'SasView Documentation', 
     189   u'SasView Project', 'manual'), 
    185190] 
    186191 
     
    214219# (source start file, name, description, authors, manual section). 
    215220man_pages = [ 
    216     ('index', 'sansview', u'SansView Documentation', 
    217      [u'SansView Project'], 1) 
     221    ('index', 'sasview', u'SasView Documentation', 
     222     [u'SasView Project'], 1) 
    218223] 
  • sphinx-docs/index.rst

    rc7e12b6 rf368fd9  
    44   contain the root `toctree` directive. 
    55 
    6 SansView documentation 
     6SasView documentation 
    77====================================== 
    88 
Note: See TracChangeset for help on using the changeset viewer.