Skip to content

Commit

Permalink
Cetmodules documentation update (develop-7288f75)
Browse files Browse the repository at this point in the history
  • Loading branch information
Art CI system authored and greenc-FNAL committed Oct 12, 2023
1 parent d889ca2 commit e64a075
Show file tree
Hide file tree
Showing 132 changed files with 1,515 additions and 975 deletions.
11 changes: 10 additions & 1 deletion git-develop/_sources/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,18 @@ Helpers and Legacy Tools
manual/make_bash_completions.1
manual/migrate.1


.. only:: html

Other Documentation
===================

.. button-link:: ../
:expand:
:outline:
:color: primary

Cetmodules Documentation

Index and Search
================

Expand Down
17 changes: 13 additions & 4 deletions git-develop/_sources/manual/cetmodules-commands.7.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,30 @@ Initialization
==============

* :command:`cet_cmake_env`
* :command:`cet_set_version_from_file`

Target Generation
Project Variables
=================

* :command:`cet_localize_pv`
* :command:`cet_localize_pv_all`

Generation, Installation, and Export
====================================

* :command:`basic_plugin`
* :command:`build_dictionary`
* :command:`cet_cmake_module_directories`
* :command:`cet_make_alias`
* :command:`cet_make_library`

Utility
=======

* :command:`cet_exclude_files_from`
* :command:`cet_localize_pv_all`
* :command:`cet_localize_pv`
* :command:`cet_cmake_module_directories`
* :command:`cet_filter_subdirs`
* :command:`cet_passthrough`
* :command:`cet_real_path`
* :command:`cet_source_file_extensions`
* :command:`cet_timestamp`

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,3 @@
cetmodules-project-variables(7)
*******************************

:module:`Project variables <ProjectVariable>` defined by Cetmodules:

.. toctree::
:maxdepth: 1
:glob:

/project_variable/*
9 changes: 9 additions & 0 deletions git-develop/_sources/manual/cetmodules-variables.7.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ cetmodules-variables(7)

.. contents::

Project Variables
=================

.. toctree::
:maxdepth: 1
:glob:

/variable/PROJECT-NAME_*

Variables that Change Behavior
==============================

Expand Down
9 changes: 6 additions & 3 deletions git-develop/_sources/manual/code-dep-graph.1.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,17 @@ Usage
Options
-------

-D
.. option:: -D

Show external dependencies also. Specify twice to include external
dependencies that would usually be ignored (like sys/).

-h
.. option:: -h

This help.

-v
.. option:: -v

Verbose output.

Post-processing
Expand Down
1 change: 1 addition & 0 deletions git-develop/_sources/module/find/FindM4.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.. cmake-module:: /../../Modules/FindM4.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<PROJECT-NAME>_INCLUDE_DIR
---------------------

Installation include directory.

2 changes: 1 addition & 1 deletion git-develop/_static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const DOCUMENTATION_OPTIONS = {
VERSION: 'git-develop-1cadb2c',
VERSION: 'git-develop-7288f75',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
8 changes: 4 additions & 4 deletions git-develop/envvar/PATH.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />

<title>PATH &mdash; Cetmodules git-develop-1cadb2c Reference</title>
<title>PATH &mdash; Cetmodules git-develop-7288f75 Reference</title>

<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=a2c47e09" />
<link rel="stylesheet" type="text/css" href="../_static/cetmodules.css?v=69c2d5a6" />
Expand All @@ -14,7 +14,7 @@

<script src="../_static/jquery.js?v=5d32c60e"></script>
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../_static/documentation_options.js?v=7458189f"></script>
<script src="../_static/documentation_options.js?v=c0cb701d"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/bootstrap.bundle.min.js?v=89176c1c"></script>
Expand Down Expand Up @@ -55,7 +55,7 @@ <h3>Navigation</h3>
<a href="../../">Cetmodules Documentation</a> &#187;
</li>
<li>
<span class="version_switch">git-develop-1cadb2c</span>
<span class="version_switch">git-develop-7288f75</span>
<a href="../index.html">Reference</a> &#187;
</li>

Expand Down Expand Up @@ -146,7 +146,7 @@ <h3>Navigation</h3>
<a href="../../">Cetmodules Documentation</a> &#187;
</li>
<li>
<span class="version_switch">git-develop-1cadb2c</span>
<span class="version_switch">git-develop-7288f75</span>
<a href="../index.html">Reference</a> &#187;
</li>

Expand Down
Loading

0 comments on commit e64a075

Please sign in to comment.