Search replace 0.7.0 with 0.8.0

This commit is contained in:
Dion Moult
2024-06-27 11:45:05 +10:00
parent 1299a8f512
commit 2d5be6cf89
50 changed files with 68 additions and 67 deletions
+2 -2
View File
@@ -137,7 +137,7 @@ pygments_dark_style = "one-dark"
html_logo = "https://ifcopenshell.org/assets/images/logo.png"
html_theme_options = {
"source_repository": "https://github.com/IfcOpenShell/IfcOpenShell/",
"source_branch": "v0.7.0",
"source_branch": "v0.8.0",
"source_directory": "src/ifcopenshell-python/docs/",
"light_css_variables": {
"color-brand-primary": "#39b54a",
@@ -179,7 +179,7 @@ html_theme_options = {
},
{
"name": "GitHub",
"url": "https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.7.0/src/ifcopenshell-python/docs",
"url": "https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.8.0/src/ifcopenshell-python/docs",
"html": """
<svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0 0 16 8c0-4.42-3.58-8-8-8z"></path>
+1 -1
View File
@@ -15,7 +15,7 @@ Source installation
-------------------
1. :doc:`Install IfcOpenShell <ifcopenshell-python/installation>`
2. `Clone the source code <https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.7.0/src/ifccityjson>`_.
2. `Clone the source code <https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.8.0/src/ifccityjson>`_.
3. ``cd /path/to/IfcOpenShell/src/ifccityjson``
4. ``pip install .``
+2 -2
View File
@@ -16,8 +16,8 @@ Source installation
-------------------
1. :doc:`Install IfcOpenShell <ifcopenshell-python/installation>`
3. Optionally `install bcf <https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.7.0/src/bcf>`_ (needed for BCF reports of results)
4. `Clone the source code <https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.7.0/src/ifcclash>`_.
3. Optionally `install bcf <https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.8.0/src/bcf>`_ (needed for BCF reports of results)
4. `Clone the source code <https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.8.0/src/ifcclash>`_.
5. ``cd /path/to/IfcOpenShell/src/ifcclash``
Here is a minimal example of how to use IfcPatch as a Python module or CLI
@@ -70,7 +70,7 @@ CLI Manual
$ IfcConvert -h
IfcOpenShell IfcConvert v0.7.0-dc67287d (OCC 7.5.3)
IfcOpenShell IfcConvert v0.8.0-dc67287d (OCC 7.5.3)
Usage: IfcConvert [options] <input.ifc> [<output>]
Converts (the geometry in) an IFC file into one of the following formats:
+1 -1
View File
@@ -88,7 +88,7 @@ Source installation
-------------------
1. :doc:`Install IfcOpenShell <ifcopenshell-python/installation>`
2. `Clone the source code <https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.7.0/src/ifccsv>`_.
2. `Clone the source code <https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.8.0/src/ifccsv>`_.
3. ``cd /path/to/IfcOpenShell/src/ifccsv``
Depending on which formats you want to edit, you will need to install more
+1 -1
View File
@@ -62,7 +62,7 @@ Source installation
-------------------
1. :doc:`Install IfcOpenShell <ifcopenshell-python/installation>`
2. `Clone the source code <https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.7.0/src/ifcdiff>`_.
2. `Clone the source code <https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.8.0/src/ifcdiff>`_.
3. ``cd /path/to/IfcOpenShell/src/ifcdiff``
4. ``pip install -r requirements.txt``
@@ -127,15 +127,15 @@ Gateways, etc.
<https://github.com/ifcopenshell/ifcopenshell>`_.
2. Replace the sample Lambda function code in the `example_handler
<https://github.com/IfcOpenShell/IfcOpenShell/blob/v0.7.0/aws/lambda/example_handler/__init__.py>`__
<https://github.com/IfcOpenShell/IfcOpenShell/blob/v0.8.0/aws/lambda/example_handler/__init__.py>`__
directory with your own code.
3. Update the import path in the Dockerfile's `CMD instruction
<https://github.com/IfcOpenShell/IfcOpenShell/blob/v0.7.0/aws/lambda/Dockerfile#L40>`__
<https://github.com/IfcOpenShell/IfcOpenShell/blob/v0.8.0/aws/lambda/Dockerfile#L40>`__
to match your Lambda function's handler function.
4. Edit the `requirements.txt
<https://github.com/IfcOpenShell/IfcOpenShell/blob/v0.7.0/aws/lambda/requirements.txt>`__
<https://github.com/IfcOpenShell/IfcOpenShell/blob/v0.8.0/aws/lambda/requirements.txt>`__
file and add any additional dependencies required by your Lambda function.
5. Build the Docker image:
@@ -260,7 +260,7 @@ C++ Build Tools <http://landinghub.visualstudio.com/visual-cpp-build-tools>`__).
For more information on configuring a Windows compilation see the `Windows
Readme
<https://github.com/IfcOpenShell/IfcOpenShell/blob/v0.7.0/win/readme.md>`__.
<https://github.com/IfcOpenShell/IfcOpenShell/blob/v0.8.0/win/readme.md>`__.
Compiling on Windows (MSYS2 + MinGW)
------------------------------------
@@ -292,7 +292,7 @@ This is for users of `MSYS2 <https://msys2.github.io/>`__ and `MinGW
For more information on configuring a Windows compilation see the `Windows
Readme
<https://github.com/IfcOpenShell/IfcOpenShell/blob/v0.7.0/win/readme.md>`__.
<https://github.com/IfcOpenShell/IfcOpenShell/blob/v0.8.0/win/readme.md>`__.
Packaged installation
---------------------
+1 -1
View File
@@ -11,7 +11,7 @@ Source installation
-------------------
1. :doc:`Install IfcOpenShell <ifcopenshell-python/installation>`
2. `Clone the source code <https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.7.0/src/ifcpatch>`_.
2. `Clone the source code <https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.8.0/src/ifcpatch>`_.
3. ``cd /path/to/src/ifcpatch``
Here is a minimal example of how to use IfcPatch as a Python module or CLI
@@ -13,7 +13,7 @@ documentation.
All documentation is written in ReStructured Text and is available in the
`IfcOpenShell docs directory
<https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.7.0/src/ifcopenshell-python/docs>`_.
<https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.8.0/src/ifcopenshell-python/docs>`_.
You can press the edit button on the top right on any documentation page to
quickly edit their content.
@@ -46,5 +46,5 @@ You will now have a local webserver running hosting the documentation.
It may take some time to generate the API documentation. You can edit the
`list of autoapi directories
<https://github.com/IfcOpenShell/IfcOpenShell/blob/v0.7.0/src/ifcopenshell-python/docs/conf.py#L69>`_
<https://github.com/IfcOpenShell/IfcOpenShell/blob/v0.8.0/src/ifcopenshell-python/docs/conf.py#L69>`_
to make this faster