Skip to content

Commit 258ab3e

Browse files
author
doyougnu
committed
silence superfluous warnings
1 parent 762df8f commit 258ab3e

File tree

11 files changed

+26
-11
lines changed

11 files changed

+26
-11
lines changed

Diff for: Contributing/CaseStudies.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1+
:orphan:

Diff for: Contributing/Editing.rst

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
:orphan:
2+
13
=================
24
How to Contribute
35
=================

Diff for: Contributing/README.rst

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
:orphan:
12
.. _contributing-readme:
23

34
=================

Diff for: README.rst

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
:orphan:
2+
13
*****************************
24
Haskell Optimization Handbook
35
*****************************

Diff for: conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
]
4242

4343
# flags
44-
todo_include_todos = True
45-
todo_link_only = True
44+
todo_include_todos = False
45+
todo_link_only = False
4646

4747
# The rst file that holds the ToC. This indirection allows for a nice splash page
4848
master_doc = "contents"

Diff for: index.rst

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
:orphan:
12

23
Welcome to Haskell Optimization Handbook
34
==========================================

Diff for: src/Measurement_Observation/Heap_Ghc/index.rst

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
Heap Profiling and Inspection : GHC Based Methods
2-
-----------------------------------------------------------
2+
-------------------------------------------------
33

44
.. toctree::
55
:maxdepth: 2
66
:glob:
7-
:caption: Part 1.1: Measurement, Profiling, and Observation
8-
:name: Part11
7+
:name: Heap_GHC_methods
98

109
ghc_flags
1110
eventlog

Diff for: src/Measurement_Observation/Heap_Third/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Heap Profiling and Inspection : Third Party Methods
2-
-------------------------------------------------
2+
---------------------------------------------------
33

44
.. toctree::
55
:maxdepth: 2
+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
CPU Cycle Measurement
2+
---------------------
3+
4+
.. toctree::
5+
:maxdepth: 2
6+
:glob:
7+
:name: CPU_GHC_
8+
9+
ghc_flags
10+
dtimings
11+
ticky_ticky
12+
reduced_stack

Diff for: src/todos.rst

-4
This file was deleted.

Diff for: style-guide.rst

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
:orphan:
2+
13
==================
24
HOH Style Guide
35
==================

0 commit comments

Comments
 (0)