diff --git a/Makefile b/Makefile index e92851ad3..94d138ec8 100644 --- a/Makefile +++ b/Makefile @@ -64,7 +64,7 @@ clean: html: $(HTML_BUILD_DIR)/_static/style.css @echo "Starting build..." - $(SPHINX_BUILD) -c $(CONFIG_DIR) -b html $(SPHINXOPTS) $(SOURCE_DIR) $(HTML_BUILD_DIR) + $(SPHINX_BUILD) -q -c $(CONFIG_DIR) -b html $(SPHINXOPTS) $(SOURCE_DIR) $(HTML_BUILD_DIR) @echo "Build finished." livehtml: SPHINXOPTS += -A collapse_menu=True @@ -74,7 +74,7 @@ livehtml: --port 8000 --host $(SERVER_IP) \ --watch $(THEME) --watch $(LOCALE) --watch $(STATIC) --watch $(REDIRECTS) --watch $(THEME_STATIC) --watch . \ --pre-build "sh -c 'mkdir -p $(HTML_BUILD_DIR)/_static && python3 -m pysassc $(THEME)/static/style.scss $(HTML_BUILD_DIR)/_static/style.css'" \ - $(SPHINXOPTS) -c $(CONFIG_DIR) -b html + $(SPHINXOPTS) -c $(CONFIG_DIR) -b html -q # To call *after* `make html` diff --git a/content/applications/finance/accounting/get_started/cheat_sheet.md b/content/applications/finance/accounting/get_started/cheat_sheet.md index fd8ec2dcb..c4441d46c 100644 --- a/content/applications/finance/accounting/get_started/cheat_sheet.md +++ b/content/applications/finance/accounting/get_started/cheat_sheet.md @@ -9,24 +9,24 @@ custom-js: accounts.js,chart-of-accounts.js,entries.js,misc.js,reconciliation.js ```{eval-rst} .. h:div:: intro-list - .. rst-class:: intro-balance + .. container:: intro-balance The **Balance Sheet** is a snapshot of the company's finances at a specific date (as opposed to the Profit and Loss, which is an analysis over a period). - * .. rst-class:: intro-assets + * .. container:: intro-assets **Assets** represent the company's wealth and the goods it owns. Fixed assets include buildings and offices, while current assets include bank accounts and cash. The money owed by a client is an asset. An employee is not an asset. - * .. rst-class:: intro-liabilities + * .. container:: intro-liabilities **Liabilities** are obligations from past events that the company will have to pay in the future (utility bills, debts, unpaid suppliers). Liabilities could also be defined as a source of financing which is provided to the company, also called *leverage*. - * .. rst-class:: intro-equity + * .. container:: intro-equity **Equity** is the amount of the funds contributed by the owners of the company (founders or shareholders) plus previously retained earnings (or losses). Each year, net profits (or losses) @@ -46,25 +46,25 @@ A difference is made between **assets** and **expenses**: ```{eval-rst} .. h:div:: intro-list - .. rst-class:: intro-p-l + .. container:: intro-p-l The **profit and loss** (P&L) report shows the company's performance over a specific period of time, usually a quarter or a fiscal year. - * .. rst-class:: intro-gross-profit + * .. container:: intro-gross-profit The **revenue** refers to the money earned by the company by selling goods and/or services. - * .. rst-class:: intro-gross-profit + * .. container:: intro-gross-profit The **cost of goods sold** (COGS, or also known as "Cost of Sale") refers to the sale of goods' costs (e.g., the cost of the materials and labor used to create the goods). - * .. rst-class:: intro-gross-profit + * .. container:: intro-gross-profit The **Gross profit** equals the revenues from sales minus the cost of goods sold. - * .. rst-class:: intro-opex + * .. container:: intro-opex **Operating expenses** (OPEX) include administration, sales and R&D salaries, rent and utilities, miscellaneous costs, insurances, and anything beyond the costs of products sold @@ -78,7 +78,7 @@ A difference is made between **assets** and **expenses**: ``` ```{eval-rst} -.. rst-class:: doc-aside +.. container:: doc-aside ``` ```{eval-rst} @@ -177,7 +177,7 @@ Reconciliation is performed automatically by the system when: .. rubric:: Customer Statement Example - .. rst-class:: table-sm d-c-table + .. container:: table-sm d-c-table +-------------------------+-------------------------+-----------------------+ |Accounts Receivable |Debit |Credit | @@ -217,7 +217,7 @@ the bank reconciliation process is finished, the balance on the bank account in the bank statement's balance. ```{eval-rst} -.. rst-class:: checks-handling +.. container:: checks-handling ``` ## Checks Handling @@ -233,7 +233,7 @@ There are two approaches to managing checks and internal wire transfers: The first journal entry is created by registering the payment on the invoice. The second one is created when registering the bank statement. - .. rst-class:: table-sm d-c-table + .. container:: table-sm d-c-table +-------------------------+--------------+------------+---------------+ |Account |Debit |Credit |Reconciliation | @@ -243,7 +243,7 @@ There are two approaches to managing checks and internal wire transfers: |Undeposited funds |100 | |Check 0123 | +-------------------------+--------------+------------+---------------+ - .. rst-class:: table-sm d-c-table + .. container:: table-sm d-c-table +-------------------------+--------------+------------+---------------+ |Account |Debit |Credit |Reconciliation | @@ -261,7 +261,7 @@ There are two approaches to managing checks and internal wire transfers: reconciling the bank statement, the statement line is linked to the existing journal entry. - .. rst-class:: table-sm d-c-table + .. container:: table-sm d-c-table +-------------------------+--------------+------------+---------------+---------------+ |Account |Debit |Credit |Reconciliation |Bank Statement | diff --git a/content/contributing/development/coding_guidelines.md b/content/contributing/development/coding_guidelines.md index 5c8682289..2d90fca19 100644 --- a/content/contributing/development/coding_guidelines.md +++ b/content/contributing/development/coding_guidelines.md @@ -1112,7 +1112,7 @@ Avoid creating hyper-specific classes and variable names. When naming nested ele "Grandchild" approach. ```{eval-rst} -.. rst-class:: bg-light +.. container:: bg-light ``` ```{eval-rst} diff --git a/content/developer/howtos/scss_tips.md b/content/developer/howtos/scss_tips.md index e0ad49e88..135d98046 100644 --- a/content/developer/howtos/scss_tips.md +++ b/content/developer/howtos/scss_tips.md @@ -100,7 +100,7 @@ is to use a header tag (`