-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Merge branch 'main' into main"
- Loading branch information
1 parent
04ac830
commit 10eaf6c
Showing
323 changed files
with
128 additions
and
80,880 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,28 @@ | ||
# Book settings | ||
# Learn more at https://jupyterbook.org/customize/config.html | ||
title: Template | ||
author: Books CEG | ||
logo: figures/TUDelft_logo_rgb.png | ||
copyright: Delft University of Technology, CC BY 4.0 # overriden by extra footer/sphinx config | ||
|
||
title: My sample book | ||
author: The Jupyter Book Community | ||
logo: logo.png | ||
|
||
# Force re-execution of notebooks on each build. | ||
# See https://jupyterbook.org/content/execute.html | ||
execute: | ||
execute_notebooks: "off" | ||
|
||
# Define the name of the latex output file for PDF builds | ||
latex: | ||
latex_documents: | ||
targetname: book.tex | ||
|
||
launch_buttons: | ||
thebe: true | ||
|
||
# Add a bibtex file so that we can create citations | ||
bibtex_bibfiles: | ||
- references.bib | ||
only_build_toc_files: true | ||
|
||
# Information about where the book exists on the web | ||
repository: | ||
url: https://github.com/executablebooks/jupyter-book # Online location of your book | ||
path_to_book: docs # Optional path to your book, relative to the repository root | ||
branch: master # Which branch of the repository should be used when creating links (optional) | ||
sphinx: | ||
config: | ||
html_show_copyright: true | ||
html_js_files: | ||
- https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js | ||
thebe_config: | ||
use_thebe_lite: true | ||
exclude_patterns: ["**/_*.yml", "**/*.md", "**/*.ipynb"] | ||
extra_extensions: | ||
- sphinx.ext.imgconverter | ||
- download_link_replacer | ||
- jupyterbook_patches | ||
|
||
# Add GitHub buttons to your book | ||
# See https://jupyterbook.org/customize/config.html#add-a-link-to-your-repository | ||
html: | ||
use_issues_button: true | ||
use_repository_button: true | ||
bibtex_bibfiles: | ||
- references.bib |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,124 +1,11 @@ | ||
# Table of contents | ||
# Learn more at https://jupyterbook.org/customize/toc.html | ||
|
||
format: jb-book | ||
root: intro | ||
options: | ||
numbered: 2 | ||
root: intro.md | ||
|
||
parts: | ||
- caption: Practical information | ||
numbered: 2 | ||
chapters: | ||
- file: schedules/schedule | ||
sections: | ||
- file: schedules/phase1 | ||
- file: schedules/phase2 | ||
- file: schedules/phase3 | ||
- file: schedules/phase4 | ||
- file: schedules/phase5 | ||
- file: schedules/promotion | ||
|
||
- caption: Design Workflow | ||
numbered: 2 | ||
chapters: | ||
- file: design_workflow/general_design_guide | ||
- file: design_workflow/general_loads/general_loads | ||
sections: | ||
- file: design_workflow/general_loads/loads_limit_states | ||
- file: design_workflow/general_loads/permanent_loads | ||
- file: design_workflow/general_loads/variable_loads_1_buildings | ||
- file: design_workflow/general_loads/variable_loads_2_wind | ||
- file: design_workflow/general_loads/variable_loads_3_rain_snow | ||
- file: design_workflow/general_loads/variable_loads_4_special | ||
- file: design_workflow/general_loads/deformation limits | ||
- file: design_workflow/general_mechanics/general_mechanics | ||
sections: | ||
- file: design_workflow/general_mechanics/symbols | ||
- file: design_workflow/general_mechanics/cross_sectional_quantities | ||
- file: design_workflow/general_mechanics/mechanic_formulas | ||
- file: design_workflow/general_mechanics/forget_me_nots | ||
- file: design_workflow/general_mechanics/beams_with_multiple_supports | ||
- file: design_workflow/general_drawing/general_drawing | ||
sections: | ||
- file: design_workflow/general_drawing/technical_drawings | ||
- file: design_workflow/general_drawing/cross_section_indications | ||
|
||
- caption: Basic properties | ||
numbered: 2 | ||
chapters: | ||
- file: basics/general_materials | ||
- file: basics/concrete/concrete | ||
sections: | ||
- file: basics/concrete/information | ||
- file: basics/concrete/material_characteristics_concrete | ||
- file: basics/concrete/material_characteristics_concrete_steel | ||
- file: basics/concrete/reinforcement | ||
- file: basics/concrete/products_1_floors | ||
- file: basics/concrete/products_2_beams | ||
- file: basics/concrete/products_3_columns | ||
- file: basics/concrete/concrete_construction_applications | ||
- file: basics/steel/steel | ||
sections: | ||
- file: basics/steel/information | ||
- file: basics/steel/material_characteristics | ||
- file: basics/steel/products_1_hot_rolled_sections | ||
- file: basics/steel/products_2_cold_rolled_sections | ||
- file: basics/steel/products_3_welded_sections | ||
- file: basics/steel/explanation_cross_sectional_quantities | ||
- file: basics/steel/section_tables | ||
- file: basics/steel/castellated_beams | ||
- file: basics/steel/integrated_beams | ||
- file: basics/steel/hollow_sections | ||
- file: basics/steel/hollow_sections_trusses | ||
- file: basics/timber/timber | ||
sections: | ||
- file: basics/timber/information | ||
- file: basics/timber/material_characteristics | ||
- file: basics/timber/products | ||
- file: basics/timber/dimension_tables | ||
|
||
- caption: Design guidelines | ||
numbered: 2 | ||
- caption: Contents | ||
chapters: | ||
- file: design/concrete/concrete | ||
sections: | ||
- file: design/concrete/spans_in_concrete | ||
- file: design/concrete/reinforcement_tables | ||
- file: design/concrete/bubbledeck_floors | ||
- file: design/concrete/composite_floors | ||
- file: design/concrete/hollow_core_slabs | ||
- file: design/concrete/precast_concrete_planks | ||
- file: design/concrete/prefab_prestressed_beams | ||
- file: design/concrete/bridge_beams | ||
- file: design/steel/steel | ||
sections: | ||
- file: design/steel/spans_in_steel | ||
- file: design/steel/steel_structures | ||
- file: design/steel/connections_matrix | ||
- file: design/steel/connections | ||
- file: design/steel/buckling | ||
- file: design/timber/timber | ||
sections: | ||
- file: design/timber/spans_in_timber | ||
- file: design/timber/timber_structures_and_details | ||
- file: design/timber/connection_elements | ||
- file: design/timber/trusses_and_joints | ||
- file: design/foundations/foundations | ||
- file: some_content/overview.md | ||
sections: | ||
- file: design/foundations/information | ||
- file: design/foundations/design_guide | ||
- file: design/foundations/foundation_methods_1 | ||
- file: design/foundations/foundation_methods_2 | ||
- file: design/foundations/tables | ||
|
||
- caption: Examples | ||
numbered: 2 | ||
chapters: | ||
- file: examples/timber/timber | ||
sections: | ||
- file: examples/timber/voorontwerp_houten_hal | ||
- file: examples/steel/steel | ||
sections: | ||
- file: examples/steel/3d | ||
|
||
- file: some_content/text_and_code.ipynb | ||
- file: references.md | ||
- file: credits.md |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-5.74 KB
book/basics/concrete/Images/product1_floors_composite_plank_floor.png
Binary file not shown.
Binary file removed
BIN
-3.62 KB
book/basics/concrete/Images/product1_floors_composite_steelconcrete_floors.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-2.32 KB
book/basics/concrete/Images/product2_beams_cast_in_situ_reinforced_beams.png
Binary file not shown.
Binary file removed
BIN
-3.19 KB
book/basics/concrete/Images/product2_beams_prefab_prestressed_beams_infra.png
Binary file not shown.
Binary file removed
BIN
-3.05 KB
...sics/concrete/Images/product2_beams_prefab_prestressed_beams_nonresidential.png
Binary file not shown.
Binary file removed
BIN
-3.07 KB
book/basics/concrete/Images/product3_columns_cast_in_situ_columns.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-4.96 KB
book/basics/concrete/Images/reinforcement_minimal_bar_distances.png
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
86 changes: 0 additions & 86 deletions
86
book/basics/concrete/concrete_construction_applications.ipynb
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
347 changes: 0 additions & 347 deletions
347
book/basics/concrete/material_characteristics_concrete.ipynb
This file was deleted.
Oops, something went wrong.
62 changes: 0 additions & 62 deletions
62
book/basics/concrete/material_characteristics_concrete_steel.ipynb
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.